Searched defs:_widget (Results 1 - 6 of 6) sorted by relevance
| /inkscape/src/ui/widget/ |
| H A D | labelled.h | 64 Gtk::Widget *_widget; member in class:Inkscape::UI::Widget::Labelled
|
| /inkscape/src/util/ |
| H A D | ege-appear-time-tracker.h | 62 GtkWidget *_widget; member in class:ege::AppearTimeTracker
|
| /inkscape/src/live_effects/parameter/ |
| H A D | originalpath.cpp | 50 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 D | path.cpp | 156 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 D | sp-canvas.h | 175 GtkWidget _widget; member in struct:SPCanvas
|
| /inkscape/src/ |
| H A D | desktop.h | 430 Inkscape::UI::View::EditWidgetInterface *_widget; member in class:SPDesktop
|
Completed in 49 milliseconds