Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/gtkwidget.h>
Go to the source code of this file.
Data Structures | |
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 |
#define GTK_IS_SCALE_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_SCALE_BUTTON)) |
Definition at line 47 of file gtkscalebutton.h.
#define GTK_IS_SCALE_BUTTON_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_SCALE_BUTTON)) |
Definition at line 48 of file gtkscalebutton.h.
#define GTK_SCALE_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SCALE_BUTTON, GtkScaleButton)) |
Definition at line 45 of file gtkscalebutton.h.
#define GTK_SCALE_BUTTON_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SCALE_BUTTON, GtkScaleButtonClass)) |
Definition at line 46 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 49 of file gtkscalebutton.h.
#define GTK_TYPE_SCALE_BUTTON (gtk_scale_button_get_type ()) |
Definition at line 44 of file gtkscalebutton.h.
typedef struct _GtkScaleButton GtkScaleButton |
Definition at line 51 of file gtkscalebutton.h.
typedef struct _GtkScaleButtonClass GtkScaleButtonClass |
Definition at line 52 of file gtkscalebutton.h.
GDK_AVAILABLE_IN_4_10 gboolean gtk_scale_button_get_active | ( | GtkScaleButton * | button | ) |
GDK_AVAILABLE_IN_ALL GtkAdjustment * gtk_scale_button_get_adjustment | ( | GtkScaleButton * | button | ) |
GDK_AVAILABLE_IN_4_14 gboolean gtk_scale_button_get_has_frame | ( | GtkScaleButton * | button | ) |
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_scale_button_get_minus_button | ( | GtkScaleButton * | button | ) |
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_scale_button_get_plus_button | ( | GtkScaleButton * | button | ) |
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_scale_button_get_popup | ( | GtkScaleButton * | button | ) |
GDK_AVAILABLE_IN_ALL GType gtk_scale_button_get_type | ( | void | ) |
GDK_AVAILABLE_IN_ALL double gtk_scale_button_get_value | ( | GtkScaleButton * | button | ) |
GDK_AVAILABLE_IN_ALL GtkWidget * gtk_scale_button_new | ( | double | min, |
double | max, | ||
double | step, | ||
const char ** | icons ) |
GDK_AVAILABLE_IN_ALL void gtk_scale_button_set_adjustment | ( | GtkScaleButton * | button, |
GtkAdjustment * | adjustment ) |
GDK_AVAILABLE_IN_4_14 void gtk_scale_button_set_has_frame | ( | GtkScaleButton * | button, |
gboolean | has_frame ) |
GDK_AVAILABLE_IN_ALL void gtk_scale_button_set_icons | ( | GtkScaleButton * | button, |
const char ** | icons ) |
GDK_AVAILABLE_IN_ALL void gtk_scale_button_set_value | ( | GtkScaleButton * | button, |
double | value ) |