Searched +defs:val +defs:icon (Results 1 - 2 of 2) sorted by relevance
| /inkscape/src/ui/dialog/ |
| H A D | document-properties.cpp | 45 #include "widgets/icon.h" 62 #include "ui/icon-names.h" 452 char val = str.at(0); local 453 if (((val < 'A') || (val > 'Z')) 454 && ((val < 'a') || (val > 'z')) 455 && (val != '_') 456 && (val != ':')) { 460 char val local 1381 const char *icon = NULL; local [all...] |
| /inkscape/src/widgets/ |
| H A D | ege-adjustment-action.cpp | 45 #include "widgets/icon.h" 48 #include "icon-size.h" 51 #include "ui/icon-names.h" 226 "The id for the icon", 234 "The size the icon", 527 gint val = 0; local 534 val = -1; 536 val = 1; 540 return val; 560 void ege_adjustment_action_set_appearance( EgeAdjustmentAction* action, gchar const* val ) 562 g_object_set( G_OBJECT(action), "appearance", val, NULL ); local 624 create_single_menu_item( GCallback toggleCb, int val, GtkWidget* menu, EgeAdjustmentAction* act, GtkWidget** dst, GSList** group, gdouble num, gboolean active ) argument 662 flush_explicit_items( GList* descriptions, GCallback toggleCb, int val, GtkWidget* menu, EgeAdjustmentAction* act, GtkWidget** dst, GSList** group, gdouble num ) argument 864 GtkWidget* icon = sp_icon_new( act->private_data->iconSize, act->private_data->iconId ); local 865 gtk_box_pack_start( GTK_BOX(hb), icon, FALSE, FALSE, 0 ); local 1061 gdouble val = gtk_spin_button_get_value( GTK_SPIN_BUTTON(widget) ); local 1071 gdouble val = gtk_spin_button_get_value( GTK_SPIN_BUTTON(widget) ); local 1081 gdouble val = gtk_spin_button_get_value( GTK_SPIN_BUTTON(widget) ); local 1091 gdouble val = gtk_spin_button_get_value( GTK_SPIN_BUTTON(widget) ); local [all...] |
Completed in 30 milliseconds