|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <ytk/gtkbutton.h>Go to the source code of this file.
Classes | |
| struct | _GtkScaleButton |
| struct | _GtkScaleButtonClass |
Macros | |
| #define | GTK_TYPE_SCALE_BUTTON (gtk_scale_button_get_type ()) |
| #define | GTK_SCALE_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SCALE_BUTTON, GtkScaleButton)) |
| #define | GTK_SCALE_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SCALE_BUTTON, GtkScaleButtonClass)) |
| #define | GTK_IS_SCALE_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SCALE_BUTTON)) |
| #define | GTK_IS_SCALE_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SCALE_BUTTON)) |
| #define | GTK_SCALE_BUTTON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SCALE_BUTTON, GtkScaleButtonClass)) |
Typedefs | |
| typedef struct _GtkScaleButton | GtkScaleButton |
| typedef struct _GtkScaleButtonClass | GtkScaleButtonClass |
| typedef struct _GtkScaleButtonPrivate | GtkScaleButtonPrivate |
Functions | |
| GType | gtk_scale_button_get_type (void) G_GNUC_CONST |
| GtkWidget * | gtk_scale_button_new (GtkIconSize size, gdouble min, gdouble max, gdouble step, const gchar **icons) |
| void | gtk_scale_button_set_icons (GtkScaleButton *button, const gchar **icons) |
| gdouble | gtk_scale_button_get_value (GtkScaleButton *button) |
| void | gtk_scale_button_set_value (GtkScaleButton *button, gdouble value) |
| GtkAdjustment * | gtk_scale_button_get_adjustment (GtkScaleButton *button) |
| void | gtk_scale_button_set_adjustment (GtkScaleButton *button, GtkAdjustment *adjustment) |
| GtkWidget * | gtk_scale_button_get_plus_button (GtkScaleButton *button) |
| GtkWidget * | gtk_scale_button_get_minus_button (GtkScaleButton *button) |
| GtkWidget * | gtk_scale_button_get_popup (GtkScaleButton *button) |
| GtkOrientation | gtk_scale_button_get_orientation (GtkScaleButton *button) |
| void | gtk_scale_button_set_orientation (GtkScaleButton *button, GtkOrientation orientation) |
| #define GTK_IS_SCALE_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SCALE_BUTTON)) |
Definition at line 50 of file gtkscalebutton.h.
| #define GTK_IS_SCALE_BUTTON_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SCALE_BUTTON)) |
Definition at line 51 of file gtkscalebutton.h.
| #define GTK_SCALE_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SCALE_BUTTON, GtkScaleButton)) |
Definition at line 48 of file gtkscalebutton.h.
| #define GTK_SCALE_BUTTON_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SCALE_BUTTON, GtkScaleButtonClass)) |
Definition at line 49 of file gtkscalebutton.h.
| #define GTK_SCALE_BUTTON_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SCALE_BUTTON, GtkScaleButtonClass)) |
Definition at line 52 of file gtkscalebutton.h.
| #define GTK_TYPE_SCALE_BUTTON (gtk_scale_button_get_type ()) |
Definition at line 47 of file gtkscalebutton.h.
| typedef struct _GtkScaleButton GtkScaleButton |
Definition at line 45 of file gtkscalebutton.h.
| typedef struct _GtkScaleButtonClass GtkScaleButtonClass |
Definition at line 45 of file gtkscalebutton.h.
| typedef struct _GtkScaleButtonPrivate GtkScaleButtonPrivate |
Definition at line 45 of file gtkscalebutton.h.
| GtkAdjustment* gtk_scale_button_get_adjustment | ( | GtkScaleButton * | button | ) |
| GtkWidget* gtk_scale_button_get_minus_button | ( | GtkScaleButton * | button | ) |
| GtkOrientation gtk_scale_button_get_orientation | ( | GtkScaleButton * | button | ) |
| GtkWidget* gtk_scale_button_get_plus_button | ( | GtkScaleButton * | button | ) |
| GtkWidget* gtk_scale_button_get_popup | ( | GtkScaleButton * | button | ) |
| GType gtk_scale_button_get_type | ( | void | ) |
| gdouble gtk_scale_button_get_value | ( | GtkScaleButton * | button | ) |
| GtkWidget* gtk_scale_button_new | ( | GtkIconSize | size, |
| gdouble | min, | ||
| gdouble | max, | ||
| gdouble | step, | ||
| const gchar ** | icons | ||
| ) |
| void gtk_scale_button_set_adjustment | ( | GtkScaleButton * | button, |
| GtkAdjustment * | adjustment | ||
| ) |
| void gtk_scale_button_set_icons | ( | GtkScaleButton * | button, |
| const gchar ** | icons | ||
| ) |
| void gtk_scale_button_set_orientation | ( | GtkScaleButton * | button, |
| GtkOrientation | orientation | ||
| ) |
| void gtk_scale_button_set_value | ( | GtkScaleButton * | button, |
| gdouble | value | ||
| ) |