Searched refs:prepend (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/ui/dialog/
H A Dlayer-properties.cpp283 Gtk::TreeModel::iterator iter = parentRow ? _store->prepend(parentRow->children()) : _store->prepend();
H A Dtags.cpp405 Gtk::TreeModel::iterator iter = parentRow ? _store->prepend(parentRow->children()) : _store->prepend();
423 Gtk::TreeModel::iterator iteritems = parentRow ? _store->append(parentRow->children()) : _store->prepend();
437 Gtk::TreeModel::iterator iter = _store->prepend(rowitems->children());
H A Dlayers.cpp411 Gtk::TreeModel::iterator iter = parentRow ? _store->prepend(parentRow->children()) : _store->prepend();
H A Dinput.cpp997 tablet = store->prepend(/*row.children()*/);
1060 Gtk::TreeModel::Row deviceRow = *(store->prepend(/*row.children()*/));
H A Dobjects.cpp351 Gtk::TreeModel::iterator iter = parentRow ? _store->prepend(parentRow->children()) : _store->prepend();
/inkscape/src/libnrtype/
H A Dfont-lister.cpp176 Gtk::TreeModel::iterator treeModelIter = font_list_store->prepend();
227 Gtk::TreeModel::iterator treeModelIter = font_list_store->prepend();
256 Gtk::TreeModel::iterator treeModelIter = font_list_store->prepend();
/inkscape/src/
H A Dtext-editing.cpp586 static void move_child_nodes(Inkscape::XML::Node *from_repr, Inkscape::XML::Node *to_repr, bool prepend = false)
589 Inkscape::XML::Node *child = prepend ? from_repr->lastChild() : from_repr->firstChild();
592 if (prepend) to_repr->addChild(child, NULL);
1689 static bool redundant_double_nesting_processor(SPObject **item, SPObject *child, bool prepend) argument
1712 if (!prepend) {
1750 static bool redundant_semi_nesting_processor(SPObject **item, SPObject *child, bool prepend) argument
1780 if (prepend) {
/inkscape/src/widgets/
H A Dstroke-marker-selector.cpp387 Gtk::TreeModel::Row row = *(marker_store->prepend());
/inkscape/share/extensions/
H A Dgcodetools.py1246 def csp_subpath_line_to(subpath, points, prepend = False) :
1249 if not prepend :

Completed in 584 milliseconds