Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkcolorbutton.h File Reference
#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 GtkWidgetgtk_color_button_new (void)
 
GDK_DEPRECATED_IN_4_10 GtkWidgetgtk_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)
 

Macro Definition Documentation

◆ GTK_COLOR_BUTTON

#define GTK_COLOR_BUTTON ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COLOR_BUTTON, GtkColorButton))

Definition at line 43 of file gtkcolorbutton.h.

◆ GTK_IS_COLOR_BUTTON

#define GTK_IS_COLOR_BUTTON ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_COLOR_BUTTON))

Definition at line 44 of file gtkcolorbutton.h.

◆ GTK_TYPE_COLOR_BUTTON

#define GTK_TYPE_COLOR_BUTTON   (gtk_color_button_get_type ())

Definition at line 42 of file gtkcolorbutton.h.

Typedef Documentation

◆ GtkColorButton

typedef struct _GtkColorButton GtkColorButton

Definition at line 46 of file gtkcolorbutton.h.

Function Documentation

◆ gtk_color_button_get_modal()

GDK_DEPRECATED_IN_4_10 gboolean gtk_color_button_get_modal ( GtkColorButton * button)

◆ gtk_color_button_get_title()

GDK_DEPRECATED_IN_4_10 const char * gtk_color_button_get_title ( GtkColorButton * button)

◆ gtk_color_button_get_type()

GDK_AVAILABLE_IN_ALL GType gtk_color_button_get_type ( void )

◆ gtk_color_button_new()

GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_color_button_new ( void )

◆ gtk_color_button_new_with_rgba()

GDK_DEPRECATED_IN_4_10 GtkWidget * gtk_color_button_new_with_rgba ( const GdkRGBA * rgba)

◆ gtk_color_button_set_modal()

GDK_DEPRECATED_IN_4_10 void gtk_color_button_set_modal ( GtkColorButton * button,
gboolean modal )

◆ gtk_color_button_set_title()

GDK_DEPRECATED_IN_4_10 void gtk_color_button_set_title ( GtkColorButton * button,
const char * title )