Searched defs:_widget (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/widget/
H A Dlabelled.h64 Gtk::Widget *_widget; member in class:Inkscape::UI::Widget::Labelled
/inkscape/src/util/
H A Dege-appear-time-tracker.h62 GtkWidget *_widget; member in class:ege::AppearTimeTracker
/inkscape/src/live_effects/parameter/
H A Doriginalpath.cpp50 Gtk::HBox *_widget = Gtk::manage(new Gtk::HBox()); local
54 static_cast<Gtk::HBox*>(_widget)->pack_start(*pLabel, true, true);
66 static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true);
78 static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true);
82 static_cast<Gtk::HBox*>(_widget)->show_all_children();
84 return dynamic_cast<Gtk::Widget *> (_widget);
H A Dpath.cpp156 Gtk::HBox * _widget = Gtk::manage(new Gtk::HBox()); local
159 static_cast<Gtk::HBox*>(_widget)->pack_start(*pLabel, true, true);
169 static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true);
179 static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true);
189 static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true);
199 static_cast<Gtk::HBox*>(_widget)->pack_start(*pButton, true, true);
202 static_cast<Gtk::HBox*>(_widget)->show_all_children();
204 return dynamic_cast<Gtk::Widget *> (_widget);
/inkscape/src/display/
H A Dsp-canvas.h175 GtkWidget _widget; member in struct:SPCanvas
/inkscape/src/
H A Ddesktop.h430 Inkscape::UI::View::EditWidgetInterface *_widget; member in class:SPDesktop

Completed in 27 milliseconds