Lines Matching defs:EgeAdjustmentAction
54 #define EGE_ADJUSTMENT_ACTION( obj ) ( G_TYPE_CHECK_INSTANCE_CAST( (obj), EGE_ADJUSTMENT_ACTION_TYPE, EgeAdjustmentAction) )
60 typedef struct _EgeAdjustmentAction 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* action );
175 void ege_adjustment_action_set_descriptions( EgeAdjustmentAction* action, gchar const** descriptions, gdouble const* values, guint count );
184 void ege_adjustment_action_set_appearance( EgeAdjustmentAction* action, gchar const* val );