Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkcolordialogbutton.h File Reference
#include <gtk/gtkbutton.h>
#include <gtk/gtkcolordialog.h>

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 GtkWidgetgtk_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 GdkRGBAgtk_color_dialog_button_get_rgba (GtkColorDialogButton *self)
 
GDK_AVAILABLE_IN_4_10 void gtk_color_dialog_button_set_rgba (GtkColorDialogButton *self, const GdkRGBA *color)
 

Macro Definition Documentation

◆ GTK_TYPE_COLOR_DIALOG_BUTTON

#define GTK_TYPE_COLOR_DIALOG_BUTTON   (gtk_color_dialog_button_get_type ())

Definition at line 31 of file gtkcolordialogbutton.h.

Function Documentation

◆ gtk_color_dialog_button_get_dialog()

GDK_AVAILABLE_IN_4_10 GtkColorDialog * gtk_color_dialog_button_get_dialog ( GtkColorDialogButton * self)

◆ gtk_color_dialog_button_get_rgba()

GDK_AVAILABLE_IN_4_10 const GdkRGBA * gtk_color_dialog_button_get_rgba ( GtkColorDialogButton * self)

◆ gtk_color_dialog_button_new()

GDK_AVAILABLE_IN_4_10 GDK_AVAILABLE_IN_4_10 GtkWidget * gtk_color_dialog_button_new ( GtkColorDialog * dialog)

◆ gtk_color_dialog_button_set_dialog()

GDK_AVAILABLE_IN_4_10 void gtk_color_dialog_button_set_dialog ( GtkColorDialogButton * self,
GtkColorDialog * dialog )

◆ gtk_color_dialog_button_set_rgba()

GDK_AVAILABLE_IN_4_10 void gtk_color_dialog_button_set_rgba ( GtkColorDialogButton * self,
const GdkRGBA * color )