/inkscape/src/extension/param/ |
H A D | description.cpp | 93 Gtk::HBox * hbox = Gtk::manage(new Gtk::HBox(false, 4)); local 94 hbox->pack_start(*label, true, true, padding); 95 hbox->show(); 97 return hbox;
|
H A D | color.cpp | 101 Gtk::HBox *hbox = Gtk::manage(new Gtk::HBox(false, 4)); local 103 hbox->pack_start (*selector, true, true, 0); 105 hbox->show(); 106 return hbox;
|
H A D | string.cpp | 160 * Builds a hbox with a label and a text box in it. 168 Gtk::HBox * hbox = Gtk::manage(new Gtk::HBox(false, 4)); local 171 hbox->pack_start(*label, false, false, _indent); 175 hbox->pack_start(*textbox, true, true); 177 hbox->show(); 179 return dynamic_cast<Gtk::Widget *>(hbox);
|
H A D | bool.cpp | 134 Gtk::Box * hbox = Gtk::manage(new Gtk::Box(Gtk::ORIENTATION_HORIZONTAL, 4)); local 135 hbox->set_homogeneous(false); 137 Gtk::HBox * hbox = Gtk::manage(new Gtk::HBox(false, 4)); local 142 hbox->pack_end(*label, true, true); 146 hbox->pack_start(*checkbox, false, false, _indent); 148 hbox->show(); 150 return dynamic_cast<Gtk::Widget *>(hbox);
|
H A D | enum.cpp | 253 Gtk::HBox * hbox = Gtk::manage(new Gtk::HBox(false, 4)); local 256 hbox->pack_start(*label, false, false, _indent); 275 hbox->pack_start(*combo, true, true); 277 hbox->show(); 279 return dynamic_cast<Gtk::Widget *>(hbox);
|
H A D | float.cpp | 170 * Builds a hbox with a label and a float adjustment in it. 178 Gtk::HBox * hbox = Gtk::manage(new Gtk::HBox(false, 4)); local 192 hbox->pack_start(*scale, false, false); 199 hbox->pack_start(*label, true, true, _indent); 207 hbox->pack_start(*spin, false, false); 210 hbox->show(); 212 return dynamic_cast<Gtk::Widget *>(hbox);
|
H A D | int.cpp | 150 * Builds a hbox with a label and a int adjustment in it. 159 Gtk::HBox * hbox = Gtk::manage(new Gtk::HBox(false, 4)); local 174 hbox->pack_start(*scale, false, false); 180 hbox->pack_start(*label, true, true, _indent); 188 hbox->pack_start(*spin, false, false); 191 hbox->show(); 193 return dynamic_cast<Gtk::Widget *>(hbox);
|
H A D | radiobutton.cpp | 307 Gtk::Box * hbox = Gtk::manage(new Gtk::Box(Gtk::ORIENTATION_HORIZONTAL, 4)); local 308 hbox->set_homogeneous(false); 312 Gtk::HBox * hbox = Gtk::manage(new Gtk::HBox(false, 4)); local 318 hbox->pack_start(*label, false, false, _indent); 363 hbox->pack_end(*vbox, false, false); 364 hbox->show(); 367 return dynamic_cast<Gtk::Widget *>(hbox);
|
/inkscape/src/extension/ |
H A D | prefdialog.cpp | 58 Gtk::HBox * hbox = Gtk::manage(new Gtk::HBox()); local 68 hbox->pack_start(*controls, true, true, 6); 69 hbox->show(); 72 this->get_content_area()->pack_start(*hbox, true, true, 6); 74 this->get_vbox()->pack_start(*hbox, true, true, 6); 114 hbox = Gtk::manage(new Gtk::HBox()); 117 hbox->pack_start(*_button_preview, true, true,6); 118 hbox->show(); 121 this->get_content_area()->pack_start(*hbox, true, true, 6); 123 this->get_vbox()->pack_start(*hbox, tru 126 Gtk::Box * hbox = dynamic_cast<Gtk::Box *>(_button_preview); local [all...] |
/inkscape/src/live_effects/parameter/ |
H A D | originalpatharray.cpp | 141 Gtk::HBox* hbox = Gtk::manage(new Gtk::HBox()); local 154 hbox->pack_start(*pButton, Gtk::PACK_SHRINK); 166 hbox->pack_start(*pButton, Gtk::PACK_SHRINK); 178 hbox->pack_end(*pButton, Gtk::PACK_SHRINK); 190 hbox->pack_end(*pButton, Gtk::PACK_SHRINK); 194 vbox->pack_end(*hbox, Gtk::PACK_SHRINK);
|
H A D | point.cpp | 134 Gtk::HBox * hbox = Gtk::manage( new Gtk::HBox() ); local 135 static_cast<Gtk::HBox*>(hbox)->pack_start(*pointwdg, true, true); 136 static_cast<Gtk::HBox*>(hbox)->show_all_children(); 138 return dynamic_cast<Gtk::Widget *> (hbox);
|
H A D | transformedpoint.cpp | 100 Gtk::HBox * hbox = Gtk::manage( new Gtk::HBox() ); local 101 static_cast<Gtk::HBox*>(hbox)->pack_start(*pointwdg, true, true); 102 static_cast<Gtk::HBox*>(hbox)->show_all_children(); 104 return dynamic_cast<Gtk::Widget *> (hbox);
|
H A D | vector.cpp | 101 Gtk::HBox * hbox = Gtk::manage( new Gtk::HBox() ); local 102 static_cast<Gtk::HBox*>(hbox)->pack_start(*pointwdg, true, true); 103 static_cast<Gtk::HBox*>(hbox)->show_all_children(); 105 return dynamic_cast<Gtk::Widget *> (hbox);
|
/inkscape/src/live_effects/ |
H A D | lpe-lattice2.cpp | 235 Gtk::HBox * hbox = Gtk::manage(new Gtk::HBox(false,0)); local 242 vbox->pack_start(*hbox, true,true,2); 243 hbox->pack_start(*reset_button, false, false,2);
|
H A D | lpe-perspective-envelope.cpp | 310 Gtk::HBox * hbox = Gtk::manage(new Gtk::HBox(false,0)); local 314 vbox->pack_start(*hbox, true,true,2); 315 hbox->pack_start(*reset_button, false, false,2);
|
/inkscape/src/widgets/ |
H A D | font-selector.cpp | 40 GtkBox hbox; member in struct:SPFontSelector 42 GtkHBox hbox;
|
H A D | desktop-widget.h | 79 GtkWidget *hbox; member in struct:SPDesktopWidget
|
/inkscape/src/libgdl/ |
H A D | gdl-switcher.c | 74 GtkWidget *hbox; member in struct:__anon85 131 GtkWidget *arrow, GtkWidget *hbox, int id, GtkWidget *page) 139 button->hbox = hbox; 152 g_object_ref (hbox); 170 g_object_unref (button->hbox); 794 GtkWidget *hbox; local 807 hbox = gtk_hbox_new (FALSE, 3); 808 gtk_container_set_border_width (GTK_CONTAINER (hbox), 0); 809 gtk_container_add (GTK_CONTAINER (button_widget), hbox); local 130 button_new(GtkWidget *button_widget, GtkWidget *label, GtkWidget *icon, GtkWidget *arrow, GtkWidget *hbox, int id, GtkWidget *page) argument [all...] |
H A D | gdl-dock-item.c | 534 GtkWidget *hbox; local 552 hbox = gtk_hbox_new (FALSE, 5); 558 gtk_box_pack_start (GTK_BOX (hbox), icon, FALSE, FALSE, 0); 559 gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0); 568 gtk_widget_show_all (hbox); 570 gdl_dock_item_set_tablabel (item, hbox);
|
/inkscape/src/ui/dialog/ |
H A D | svg-fonts-dialog.cpp | 89 Gtk::HBox* hbox = Gtk::manage(new Gtk::HBox()); 90 hbox->add(* Gtk::manage(new Gtk::Label(lbl)) ); 92 hbox->add(* entry ); 93 hbox->show_all(); 96 return hbox; 145 Gtk::HBox* hbox = Gtk::manage(new Gtk::HBox()); local 146 hbox->add(* Gtk::manage(new Gtk::Label(lbl)) ); 147 hbox->add(* Gtk::manage(new Gtk::ComboBox()) ); 148 hbox->show_all(); 149 return hbox; 901 Gtk::HBox* hbox = Gtk::manage(new Gtk::HBox()); local [all...] |