Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/gtkbutton.h>
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_COLOR_BUTTON (gtk_color_button_get_type ()) |
#define | GTK_COLOR_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COLOR_BUTTON, GtkColorButton)) |
#define | GTK_IS_COLOR_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_COLOR_BUTTON)) |
Typedefs | |
typedef struct _GtkColorButton | GtkColorButton |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gtk_color_button_get_type (void) G_GNUC_CONST |
GDK_DEPRECATED_IN_4_10 GtkWidget * | gtk_color_button_new (void) |
GDK_DEPRECATED_IN_4_10 GtkWidget * | gtk_color_button_new_with_rgba (const GdkRGBA *rgba) |
GDK_DEPRECATED_IN_4_10 void | gtk_color_button_set_title (GtkColorButton *button, const char *title) |
GDK_DEPRECATED_IN_4_10 const char * | gtk_color_button_get_title (GtkColorButton *button) |
GDK_DEPRECATED_IN_4_10 gboolean | gtk_color_button_get_modal (GtkColorButton *button) |
GDK_DEPRECATED_IN_4_10 void | gtk_color_button_set_modal (GtkColorButton *button, gboolean modal) |
#define GTK_COLOR_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COLOR_BUTTON, GtkColorButton)) |
Definition at line 43 of file gtkcolorbutton.h.
#define GTK_IS_COLOR_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_COLOR_BUTTON)) |
Definition at line 44 of file gtkcolorbutton.h.
#define GTK_TYPE_COLOR_BUTTON (gtk_color_button_get_type ()) |
Definition at line 42 of file gtkcolorbutton.h.
typedef struct _GtkColorButton GtkColorButton |
Definition at line 46 of file gtkcolorbutton.h.
GDK_DEPRECATED_IN_4_10 gboolean gtk_color_button_get_modal | ( | GtkColorButton * | button | ) |
GDK_DEPRECATED_IN_4_10 const char * gtk_color_button_get_title | ( | GtkColorButton * | button | ) |
GDK_AVAILABLE_IN_ALL GType gtk_color_button_get_type | ( | void | ) |
GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_color_button_new | ( | void | ) |
GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_color_button_new_with_rgba | ( | const GdkRGBA * | rgba | ) |
GDK_DEPRECATED_IN_4_10 void gtk_color_button_set_modal | ( | GtkColorButton * | button, |
gboolean | modal ) |
GDK_DEPRECATED_IN_4_10 void gtk_color_button_set_title | ( | GtkColorButton * | button, |
const char * | title ) |