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

/inkscape/src/ui/dialog/
H A Dcolor-item.cpp718 std::string subby = it->def.descr.substr( pos + 2 ); local
719 std::string::size_type endPos = subby.find("}*");
722 subby.erase( endPos );
724 //g_message(" '%s'", subby.c_str());
726 if ( subby.find('E') != std::string::npos )
731 if ( subby.find('L') != std::string::npos )
738 if ( getBlock( part, 'T', subby ) ) {
749 if ( getBlock( part, 'S', subby ) ) {
/inkscape/src/widgets/
H A Dege-adjustment-action.cpp758 GtkWidget* subby = 0; local
766 subby = create_popup_number_menu( act );
767 gtk_menu_item_set_submenu( GTK_MENU_ITEM(item), subby ); local
768 gtk_widget_show_all( subby );
H A Dege-select-one-action.cpp573 GtkWidget* subby = gtk_menu_new(); local
588 gtk_menu_shell_append( GTK_MENU_SHELL(subby), item );
602 gtk_menu_item_set_submenu( GTK_MENU_ITEM(item), subby ); local
603 gtk_widget_show_all( subby );

Completed in 23 milliseconds