Lines Matching refs:widget
41 widget_info *widget = NULL; in ReadChildWidgets() local
46 widget = ReadOneWidget(reader, project, display); in ReadChildWidgets()
48 if (widget) in ReadChildWidgets()
52 previous->SetNextWidgetInfo(widget); in ReadChildWidgets()
56 parent->SetChildWidgetInfo(widget); in ReadChildWidgets()
58 ReadChildWidgets(reader, project, display, widget); in ReadChildWidgets()
59 previous = widget; in ReadChildWidgets()
70 widget_info *widget = NULL; in ReadWidgets() local
75 widget = ReadOneWidget(reader, project, display); in ReadWidgets()
77 if (widget) in ReadWidgets()
81 previous->SetNextWidgetInfo(widget); in ReadWidgets()
85 widgets_folder->SetFirstChildWidget(widget); in ReadWidgets()
87 ReadChildWidgets(reader, project, display, widget); in ReadWidgets()
88 previous = widget; in ReadWidgets()
94 if (widget->is_template) in ReadWidgets()
96 if (widget->allocation != STATICALLY_ALLOCATED) in ReadWidgets()
98 widget->allocation = STATICALLY_ALLOCATED; in ReadWidgets()
99 … properties_win::SetChildAllocation(widget->GetChildWidgetInfo(), STATICALLY_ALLOCATED); in ReadWidgets()