Searched refs:appearance (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/extension/param/ |
H A D | parameter.cpp | 79 const gchar* appearance = in_repr->attribute("appearance"); local 99 if (appearance && !strcmp(appearance, "full")) { 105 if (appearance && !strcmp(appearance, "full")) { 118 if (appearance && !strcmp(appearance, "header")) { 128 if (appearance && !strcmp(appearance, "minima [all...] |
/inkscape/src/ui/widget/ |
H A D | gimpspinscale.h | 78 const gchar *appearance);
|
H A D | spin-scale.h | 54 void set_appearance(const gchar* appearance);
|
H A D | spin-scale.cpp | 109 void SpinScale::set_appearance(const gchar* appearance) argument 111 gimp_spin_scale_set_appearance(_spinscale, appearance);
|
H A D | gimpspinscale.c | 286 gimp_spin_scale_set_appearance( GtkWidget *widget, const gchar *appearance) argument 290 if ( strcmp("full", appearance) == 0 ) { 292 } else if ( strcmp("compact", appearance) == 0 ) {
|
/inkscape/src/widgets/ |
H A D | ege-adjustment-action.cpp | 116 gchar* appearance; member in struct:_EgeAdjustmentActionPrivate 216 g_param_spec_string( "appearance", 273 action->private_data->appearance = 0; 290 g_free( action->private_data->appearance ); 354 g_value_set_string( value, action->private_data->appearance ); 437 gchar* tmp = action->private_data->appearance; 439 action->private_data->appearance = newVal; 442 if ( !action->private_data->appearance || (strcmp("", newVal) == 0) ) { 562 g_object_set( G_OBJECT(action), "appearance", val, NULL );
|
H A D | ege-select-one-action.cpp | 104 gchar *appearance; member in struct:_EgeSelectOneActionPrivate 212 g_param_spec_string( "appearance", 253 action->private_data->appearance = 0; 266 g_free( action->private_data->appearance ); 408 g_object_set( G_OBJECT(action), "appearance", val, NULL ); 453 g_value_set_string( value, action->private_data->appearance ); 522 gchar* tmp = action->private_data->appearance; 524 action->private_data->appearance = newVal; 527 if ( !action->private_data->appearance || (strcmp("", newVal) == 0) ) {
|
Completed in 28 milliseconds