Searched defs:childList (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-bspline.cpp118 std::vector< Gtk::Widget* > childList = hbox_weight_steps->get_children(); local
119 Gtk::Entry* entry_widget = dynamic_cast<Gtk::Entry *>(childList[1]);
H A Dlpe-fillet-chamfer.cpp121 std::vector<Gtk::Widget *> childList = scalarParameter->get_children(); local
122 Gtk::Entry *entryWidg = dynamic_cast<Gtk::Entry *>(childList[1]);
131 std::vector<Gtk::Widget *> childList = scalarParameter->get_children(); local
132 Gtk::Entry *entryWidg = dynamic_cast<Gtk::Entry *>(childList[1]);
/inkscape/src/
H A Dsp-object.cpp387 std::vector<SPObject*> SPObject::childList(bool add_ref, Action) { function in class:SPObject

Completed in 27 milliseconds