Searched defs:EgeAdjustmentAction (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/widgets/
H A Dtoolbox.h23 typedef struct _EgeAdjustmentAction EgeAdjustmentAction; typedef in typeref:struct:_EgeAdjustmentAction
130 EgeAdjustmentAction * create_adjustment_action( gchar const *name,
H A Dege-adjustment-action.h54 #define EGE_ADJUSTMENT_ACTION( obj ) ( G_TYPE_CHECK_INSTANCE_CAST( (obj), EGE_ADJUSTMENT_ACTION_TYPE, EgeAdjustmentAction) )
60 typedef struct _EgeAdjustmentAction EgeAdjustmentAction; typedef in typeref:struct:_EgeAdjustmentAction
73 * Instance structure of EgeAdjustmentAction.
85 * Class structure of EgeAdjustmentAction.
115 * Creates a new EgeAdjustmentAction instance.
128 EgeAdjustmentAction* ege_adjustment_action_new( GtkAdjustment* adjustment,
139 * EgeAdjustmentAction.
143 GtkAdjustment* ege_adjustment_action_get_adjustment( EgeAdjustmentAction* action );
153 void ege_adjustment_action_set_focuswidget( EgeAdjustmentAction* action, GtkWidget* widget );
163 GtkWidget* ege_adjustment_action_get_focuswidget( EgeAdjustmentAction* actio
[all...]

Completed in 14 milliseconds