Lines Matching refs:pack_start
111 fileBox.pack_start(*fileLabel);
112 fileBox.pack_start(*fileNameEntry, Gtk::PACK_EXPAND_WIDGET, 3);
113 vbox->pack_start(fileBox);
224 userBox.pack_start(*userLabel);
225 userBox.pack_start(*usernameEntry, Gtk::PACK_EXPAND_WIDGET, 3);
226 vbox->pack_start(userBox);
228 passBox.pack_start(*passLabel);
229 passBox.pack_start(*passwordEntry, Gtk::PACK_EXPAND_WIDGET, 3);
230 vbox->pack_start(passBox);
413 pack_start(*box_loading, false, false);
414 pack_start(*image, false, false);
415 pack_start(*label_title, false, false);
416 pack_start(*label_description, false, false);
417 pack_start(*label_time, false, false);
528 pack_start(*image, false, false);
529 pack_start(*spinner, false, false);
530 pack_start(*label, false, false);
1256 vbox->pack_start(hbox_tags, false, false);
1257 vbox->pack_start(hbox_files, true, true);
1258 vbox->pack_start(*hbox_bottom, false, false);
1261 hbox_bottom->pack_start(*widget_status, true, true);
1262 hbox_bottom->pack_start(*hbuttonbox_bottom, true, true);
1263 hbuttonbox_bottom->pack_start(*button_cancel, false, false);
1264 hbuttonbox_bottom->pack_start(*button_close, false, false);
1265 hbuttonbox_bottom->pack_start(*button_import, false, false);
1266 hbuttonbox_search->pack_start(*button_search, false, false);
1267 hbox_tags.pack_start(*entry_search, true, true);
1268 hbox_tags.pack_start(*hbuttonbox_search, false, false);
1269 hbox_files.pack_start(*notebook_content, true, true);
1271 hbox_files.pack_start(*scrolledwindow_preview, true, true);