Searched refs:get_tip (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dverbs.h487 char const * get_tip (void) ;
H A Dverbs.cpp695 gchar const *Verb::get_tip(void) function in class:Inkscape::Verb
3094 printf("%s: %s\n", verb->get_id(), verb->get_tip()? verb->get_tip() : verb->get_name());
/inkscape/src/widgets/
H A Dtoolbox.cpp655 Gtk::Action(Glib::ustring(verb->get_id()), Gtk::StockID(verb->get_image()), Glib::ustring(g_dpgettext2(NULL, "ContextVerb", verb->get_name())), Glib::ustring(_(verb->get_tip()))),
877 InkAction* inky = ink_action_new( verb->get_id(), _(verb->get_name()), verb->get_tip(), verb->get_image(), size );
1733 verb->get_name(), verb->get_tip(), INKSCAPE_ICON("snap"), secondarySize,
H A Dnode-toolbar.cpp545 verb->get_tip(),
H A Dselect-toolbar.cpp356 InkAction* inky = ink_action_new( verb->get_id(), verb->get_name(), verb->get_tip(), verb->get_image(), size );
/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp273 Inkscape::DocumentUndo::done(doc_interface->target.getDocument(), verb->get_code(), verb->get_tip());
362 Inkscape::DocumentUndo::done(doc_interface->target.getDocument(), verb->get_code(), verb->get_tip());

Completed in 685 milliseconds