Searched refs:iconSize (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/live_effects/parameter/ |
H A D | togglebutton.cpp | 30 inactiveLabel(inactive_label), iconActive(icon_active), iconInactive(icon_inactive), iconSize(icon_size) 97 GtkWidget *iconButton = sp_icon_new(iconSize, iconActive); 99 iconButton = sp_icon_new(iconSize, iconInactive); 143 GdkPixbuf * iconPixbuf = sp_pixbuf_new( iconSize, iconActive ); 145 iconPixbuf = sp_pixbuf_new( iconSize, iconInactive);
|
H A D | togglebutton.h | 65 Inkscape::IconSize iconSize; member in class:Inkscape::LivePathEffect::ToggleButtonParam
|
/inkscape/src/widgets/ |
H A D | ink-action.cpp | 28 Inkscape::IconSize iconSize; member in struct:_InkActionPrivate 64 g_param_spec_int( "iconSize", 80 action->private_data->iconSize = Inkscape::ICON_SIZE_SMALL_TOOLBAR; 104 "iconSize", size, 125 g_value_set_int( value, action->private_data->iconSize ); 149 action->private_data->iconSize = (Inkscape::IconSize)g_value_get_int( value ); 213 GtkWidget* child = sp_icon_new( act->private_data->iconSize, act->private_data->iconId ); 248 Inkscape::IconSize iconSize; member in struct:_InkToggleActionPrivate 279 g_param_spec_int( "iconSize", 295 action->private_data->iconSize 470 Inkscape::IconSize iconSize; member in struct:_InkRadioActionPrivate [all...] |
H A D | ege-select-one-action.cpp | 100 gint iconSize; member in struct:_EgeSelectOneActionPrivate 252 action->private_data->iconSize = -1; 376 return action->private_data->iconSize; 449 g_value_set_int( value, action->private_data->iconSize ); 516 action->private_data->iconSize = g_value_get_int( value ); 698 "iconSize", size, 707 if ( act->private_data->iconSize >= 0 ) { 708 g_object_set( G_OBJECT(obj), "iconSize", act->private_data->iconSize, NULL );
|
H A D | icon.cpp | 1652 GtkIconSize iconSize = GTK_ICON_SIZE_INVALID; local 1657 "icon-size", &iconSize, local 1663 if ( (it->_name == iconName_two) && (it->_lsize == iconSize) ) { 1664 int psize = getPhysSize(iconSize); 1665 prerenderIcon(iconName_two, iconSize, psize); 1671 gtk_image_set_from_icon_name(img, "", iconSize); 1672 gtk_image_set_from_icon_name(img, iconName_two, iconSize);
|
H A D | ege-adjustment-action.cpp | 118 Inkscape::IconSize iconSize; member in struct:_EgeAdjustmentActionPrivate 232 g_param_spec_int( "iconSize", 275 action->private_data->iconSize = Inkscape::ICON_SIZE_SMALL_TOOLBAR; 362 g_value_set_int( value, action->private_data->iconSize ); 466 action->private_data->iconSize = (Inkscape::IconSize)g_value_get_int( value ); 864 GtkWidget* icon = sp_icon_new( act->private_data->iconSize, act->private_data->iconId );
|
Completed in 30 milliseconds