Definition in file ege-adjustment-action.h.
#include <glib.h>
#include <gtk/gtkaction.h>
#include <glib-object.h>
Go to the source code of this file.
Classes | |
struct | _EgeAdjustmentAction |
struct | _EgeAdjustmentActionClass |
Defines | |
#define | EGE_ADJUSTMENT_ACTION(obj) ( G_TYPE_CHECK_INSTANCE_CAST( (obj), EGE_ADJUSTMENT_ACTION_TYPE, EgeAdjustmentAction) ) |
#define | EGE_ADJUSTMENT_ACTION_CLASS(klass) ( G_TYPE_CHECK_CLASS_CAST( (klass), EGE_ADJUSTMENT_ACTION_TYPE, EgeAdjustmentActionClass) ) |
#define | EGE_ADJUSTMENT_ACTION_GET_CLASS(obj) ( G_TYPE_INSTANCE_GET_CLASS( (obj), EGE_ADJUSTMENT_ACTION_TYPE, EgeAdjustmentActionClass) ) |
#define | EGE_ADJUSTMENT_ACTION_TYPE ( ege_adjustment_action_get_type() ) |
#define | IS_EGE_ADJUSTMENT_ACTION(obj) ( G_TYPE_CHECK_INSTANCE_TYPE( (obj), EGE_ADJUSTMENT_ACTION_TYPE) ) |
#define | IS_EGE_ADJUSTMENT_ACTION_CLASS(klass) ( G_TYPE_CHECK_CLASS_TYPE( (klass), EGE_ADJUSTMENT_ACTION_TYPE) ) |
Typedefs | |
typedef struct _EgeAdjustmentAction | EgeAdjustmentAction |
typedef struct _EgeAdjustmentActionClass | EgeAdjustmentActionClass |
typedef struct _EgeAdjustmentActionPrivate | EgeAdjustmentActionPrivate |
typedef void(* | EgeWidgetFixup )(GtkWidget *widget) |
Functions | |
GtkAdjustment * | ege_adjustment_action_get_adjustment (EgeAdjustmentAction *action) |
GtkWidget * | ege_adjustment_action_get_focuswidget (EgeAdjustmentAction *action) |
GType | ege_adjustment_action_get_type (void) |
EgeAdjustmentAction * | ege_adjustment_action_new (GtkAdjustment *adjustment, const gchar *name, const gchar *label, const gchar *tooltip, const gchar *stock_id, gdouble climb_rate, guint digits) |
void | ege_adjustment_action_set_descriptions (EgeAdjustmentAction *action, gchar const **descriptions, gdouble const *values, guint count) |
void | ege_adjustment_action_set_focuswidget (EgeAdjustmentAction *action, GtkWidget *widget) |