Lines Matching defs:verb
104 _menu_node = xml_doc->createElement("verb");
105 _menu_node->setAttribute("verb-id", this->get_id(), false);
137 // Merge the verb name
159 if (!strcmp(menupass->name(), "verb")) {
160 gchar const * verbid = menupass->attribute("verb-id");
161 Inkscape::Verb * verb = Inkscape::Verb::getbyid(verbid);
162 if (verb == NULL) {
163 g_warning("Unable to find verb '%s' which is referred to in the menus.", verbid);
166 compare_char = verb->get_name();
294 ensures that the last effect verb is sensitive.
297 verb is made insesitive.
369 /** \brief Decode the verb code and take appropriate action */