Ardour  8.7-14-g57a6773833
gtkscalebutton.h File Reference
#include <gtk/gtkbutton.h>
Include dependency graph for gtkscalebutton.h:
This graph shows which files directly or indirectly include this file:

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
 
GtkWidgetgtk_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)
 
GtkAdjustmentgtk_scale_button_get_adjustment (GtkScaleButton *button)
 
void gtk_scale_button_set_adjustment (GtkScaleButton *button, GtkAdjustment *adjustment)
 
GtkWidgetgtk_scale_button_get_plus_button (GtkScaleButton *button)
 
GtkWidgetgtk_scale_button_get_minus_button (GtkScaleButton *button)
 
GtkWidgetgtk_scale_button_get_popup (GtkScaleButton *button)
 
GtkOrientation gtk_scale_button_get_orientation (GtkScaleButton *button)
 
void gtk_scale_button_set_orientation (GtkScaleButton *button, GtkOrientation orientation)
 

Macro Definition Documentation

◆ GTK_IS_SCALE_BUTTON

#define GTK_IS_SCALE_BUTTON (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SCALE_BUTTON))

Definition at line 50 of file gtkscalebutton.h.

◆ GTK_IS_SCALE_BUTTON_CLASS

#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.

◆ GTK_SCALE_BUTTON

#define GTK_SCALE_BUTTON (   obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SCALE_BUTTON, GtkScaleButton))

Definition at line 48 of file gtkscalebutton.h.

◆ GTK_SCALE_BUTTON_CLASS

#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.

◆ GTK_SCALE_BUTTON_GET_CLASS

#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.

◆ GTK_TYPE_SCALE_BUTTON

#define GTK_TYPE_SCALE_BUTTON   (gtk_scale_button_get_type ())

Definition at line 47 of file gtkscalebutton.h.

Typedef Documentation

◆ GtkScaleButton

Definition at line 45 of file gtkscalebutton.h.

◆ GtkScaleButtonClass

Definition at line 45 of file gtkscalebutton.h.

◆ GtkScaleButtonPrivate

typedef struct _GtkScaleButtonPrivate GtkScaleButtonPrivate

Definition at line 45 of file gtkscalebutton.h.

Function Documentation

◆ gtk_scale_button_get_adjustment()

GtkAdjustment* gtk_scale_button_get_adjustment ( GtkScaleButton button)

◆ gtk_scale_button_get_minus_button()

GtkWidget* gtk_scale_button_get_minus_button ( GtkScaleButton button)

◆ gtk_scale_button_get_orientation()

GtkOrientation gtk_scale_button_get_orientation ( GtkScaleButton button)

◆ gtk_scale_button_get_plus_button()

GtkWidget* gtk_scale_button_get_plus_button ( GtkScaleButton button)

◆ gtk_scale_button_get_popup()

GtkWidget* gtk_scale_button_get_popup ( GtkScaleButton button)

◆ gtk_scale_button_get_type()

GType gtk_scale_button_get_type ( void  )

◆ gtk_scale_button_get_value()

gdouble gtk_scale_button_get_value ( GtkScaleButton button)

◆ gtk_scale_button_new()

GtkWidget* gtk_scale_button_new ( GtkIconSize  size,
gdouble  min,
gdouble  max,
gdouble  step,
const gchar **  icons 
)

◆ gtk_scale_button_set_adjustment()

void gtk_scale_button_set_adjustment ( GtkScaleButton button,
GtkAdjustment adjustment 
)

◆ gtk_scale_button_set_icons()

void gtk_scale_button_set_icons ( GtkScaleButton button,
const gchar **  icons 
)

◆ gtk_scale_button_set_orientation()

void gtk_scale_button_set_orientation ( GtkScaleButton button,
GtkOrientation  orientation 
)

◆ gtk_scale_button_set_value()

void gtk_scale_button_set_value ( GtkScaleButton button,
gdouble  value 
)