Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Macros | |
#define | GTK_TYPE_COLOR_DIALOG_BUTTON (gtk_color_dialog_button_get_type ()) |
Functions | |
GDK_AVAILABLE_IN_4_10 GDK_AVAILABLE_IN_4_10 GtkWidget * | gtk_color_dialog_button_new (GtkColorDialog *dialog) |
GDK_AVAILABLE_IN_4_10 GtkColorDialog * | gtk_color_dialog_button_get_dialog (GtkColorDialogButton *self) |
GDK_AVAILABLE_IN_4_10 void | gtk_color_dialog_button_set_dialog (GtkColorDialogButton *self, GtkColorDialog *dialog) |
GDK_AVAILABLE_IN_4_10 const GdkRGBA * | gtk_color_dialog_button_get_rgba (GtkColorDialogButton *self) |
GDK_AVAILABLE_IN_4_10 void | gtk_color_dialog_button_set_rgba (GtkColorDialogButton *self, const GdkRGBA *color) |
#define GTK_TYPE_COLOR_DIALOG_BUTTON (gtk_color_dialog_button_get_type ()) |
Definition at line 31 of file gtkcolordialogbutton.h.
GDK_AVAILABLE_IN_4_10 GtkColorDialog * gtk_color_dialog_button_get_dialog | ( | GtkColorDialogButton * | self | ) |
GDK_AVAILABLE_IN_4_10 const GdkRGBA * gtk_color_dialog_button_get_rgba | ( | GtkColorDialogButton * | self | ) |
GDK_AVAILABLE_IN_4_10 GDK_AVAILABLE_IN_4_10 GtkWidget * gtk_color_dialog_button_new | ( | GtkColorDialog * | dialog | ) |
GDK_AVAILABLE_IN_4_10 void gtk_color_dialog_button_set_dialog | ( | GtkColorDialogButton * | self, |
GtkColorDialog * | dialog ) |
GDK_AVAILABLE_IN_4_10 void gtk_color_dialog_button_set_rgba | ( | GtkColorDialogButton * | self, |
const GdkRGBA * | color ) |