Lines Matching refs:pack_start
128 vbox_searchin.pack_start(check_searchin_text, false, false);
129 vbox_searchin.pack_start(check_searchin_property, false, false);
135 vbox_scope.pack_start(check_scope_all, true, true);
136 vbox_scope.pack_start(check_scope_layer, true, true);
137 vbox_scope.pack_start(check_scope_selection, true, true);
141 hbox_searchin.pack_start(frame_searchin, true, true);
142 hbox_searchin.pack_start(frame_scope, true, true);
144 vbox_options1.pack_start(check_case_sensitive, true, true);
145 vbox_options1.pack_start(check_include_hidden, true, true);
146 vbox_options2.pack_start(check_exact_match, true, true);
147 vbox_options2.pack_start(check_include_locked, true, true);
148 hbox_options.pack_start(vbox_options1, true, true, 4);
149 hbox_options.pack_start(vbox_options2, true, true, 4);
153 hbox_properties1.pack_start(check_ids, false, false, 4 );
154 hbox_properties1.pack_start(check_style, false, false, 8);
155 hbox_properties1.pack_start(check_font, false, false, 8);
157 hbox_properties2.pack_start(check_attributevalue, false, false, 4);
158 hbox_properties2.pack_start(check_attributename, false, false, 4);
159 vbox_properties.pack_start(hbox_properties1, true, true, 0);
160 vbox_properties.pack_start(hbox_properties2, true, true, 2);
163 vbox_types1.pack_start(check_alltypes, true, true);
164 vbox_types1.pack_start(check_paths, true, true);
165 vbox_types1.pack_start(check_texts, true, true);
166 vbox_types1.pack_start(check_groups, true, true);
167 vbox_types1.pack_start(check_clones, true, true);
168 vbox_types1.pack_start(check_images, true, true);
169 vbox_types2.pack_start(check_offsets, true, true);
170 vbox_types2.pack_start(check_rects, true, true);
171 vbox_types2.pack_start(check_ellipses, true, true);
172 vbox_types2.pack_start(check_stars, true, true);
173 vbox_types2.pack_start(check_spirals, true, true);
174 hbox_types.pack_start(vbox_types1, true, true, 4);
175 hbox_types.pack_start(vbox_types2, true, true, 4);
178 vbox_expander.pack_start(frame_options, true, true, 4);
179 vbox_expander.pack_start(frame_properties, true, true, 4);
180 vbox_expander.pack_start(frame_types, true, true, 4);
187 box_buttons.pack_start(button_find, true, true, 6);
188 box_buttons.pack_start(button_replace, true, true, 6);
189 hboxbutton_row.pack_start(status, true, true, 6);
194 contents->pack_start(entry_find, false, false);
195 contents->pack_start(entry_replace, false, false);
196 contents->pack_start(hbox_searchin, false, false);
197 contents->pack_start(expander_options, false, false);