Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/gtkwidget.h>
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_COLOR_CHOOSER_WIDGET (gtk_color_chooser_widget_get_type ()) |
#define | GTK_COLOR_CHOOSER_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COLOR_CHOOSER_WIDGET, GtkColorChooserWidget)) |
#define | GTK_IS_COLOR_CHOOSER_WIDGET(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_COLOR_CHOOSER_WIDGET)) |
Typedefs | |
typedef struct _GtkColorChooserWidget | GtkColorChooserWidget |
Functions | |
GDK_AVAILABLE_IN_ALL GType | gtk_color_chooser_widget_get_type (void) G_GNUC_CONST |
GDK_DEPRECATED_IN_4_10 GtkWidget * | gtk_color_chooser_widget_new (void) |
#define GTK_COLOR_CHOOSER_WIDGET | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COLOR_CHOOSER_WIDGET, GtkColorChooserWidget)) |
Definition at line 29 of file gtkcolorchooserwidget.h.
#define GTK_IS_COLOR_CHOOSER_WIDGET | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_COLOR_CHOOSER_WIDGET)) |
Definition at line 30 of file gtkcolorchooserwidget.h.
#define GTK_TYPE_COLOR_CHOOSER_WIDGET (gtk_color_chooser_widget_get_type ()) |
Definition at line 28 of file gtkcolorchooserwidget.h.
typedef struct _GtkColorChooserWidget GtkColorChooserWidget |
Definition at line 32 of file gtkcolorchooserwidget.h.
GDK_AVAILABLE_IN_ALL GType gtk_color_chooser_widget_get_type | ( | void | ) |
GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_color_chooser_widget_new | ( | void | ) |