Ardour  8.7-14-g57a6773833
gtkcolorbutton.h File Reference
#include <gtk/gtkbutton.h>
Include dependency graph for gtkcolorbutton.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _GtkColorButton
 
struct  _GtkColorButtonClass
 

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_COLOR_BUTTON_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_COLOR_BUTTON, GtkColorButtonClass))
 
#define GTK_IS_COLOR_BUTTON(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_COLOR_BUTTON))
 
#define GTK_IS_COLOR_BUTTON_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_COLOR_BUTTON))
 
#define GTK_COLOR_BUTTON_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_COLOR_BUTTON, GtkColorButtonClass))
 

Typedefs

typedef struct _GtkColorButton GtkColorButton
 
typedef struct _GtkColorButtonClass GtkColorButtonClass
 
typedef struct _GtkColorButtonPrivate GtkColorButtonPrivate
 

Functions

GType gtk_color_button_get_type (void) G_GNUC_CONST
 
GtkWidgetgtk_color_button_new (void)
 
GtkWidgetgtk_color_button_new_with_color (const GdkColor *color)
 
void gtk_color_button_set_color (GtkColorButton *color_button, const GdkColor *color)
 
void gtk_color_button_set_alpha (GtkColorButton *color_button, guint16 alpha)
 
void gtk_color_button_get_color (GtkColorButton *color_button, GdkColor *color)
 
guint16 gtk_color_button_get_alpha (GtkColorButton *color_button)
 
void gtk_color_button_set_use_alpha (GtkColorButton *color_button, gboolean use_alpha)
 
gboolean gtk_color_button_get_use_alpha (GtkColorButton *color_button)
 
void gtk_color_button_set_title (GtkColorButton *color_button, const gchar *title)
 
const gchar * gtk_color_button_get_title (GtkColorButton *color_button)
 

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 52 of file gtkcolorbutton.h.

◆ GTK_COLOR_BUTTON_CLASS

#define GTK_COLOR_BUTTON_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_COLOR_BUTTON, GtkColorButtonClass))

Definition at line 53 of file gtkcolorbutton.h.

◆ GTK_COLOR_BUTTON_GET_CLASS

#define GTK_COLOR_BUTTON_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_COLOR_BUTTON, GtkColorButtonClass))

Definition at line 56 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 54 of file gtkcolorbutton.h.

◆ GTK_IS_COLOR_BUTTON_CLASS

#define GTK_IS_COLOR_BUTTON_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_COLOR_BUTTON))

Definition at line 55 of file gtkcolorbutton.h.

◆ GTK_TYPE_COLOR_BUTTON

#define GTK_TYPE_COLOR_BUTTON   (gtk_color_button_get_type ())

Definition at line 51 of file gtkcolorbutton.h.

Typedef Documentation

◆ GtkColorButton

Definition at line 42 of file gtkcolorbutton.h.

◆ GtkColorButtonClass

Definition at line 42 of file gtkcolorbutton.h.

◆ GtkColorButtonPrivate

typedef struct _GtkColorButtonPrivate GtkColorButtonPrivate

Definition at line 42 of file gtkcolorbutton.h.

Function Documentation

◆ gtk_color_button_get_alpha()

guint16 gtk_color_button_get_alpha ( GtkColorButton color_button)

◆ gtk_color_button_get_color()

void gtk_color_button_get_color ( GtkColorButton color_button,
GdkColor color 
)

◆ gtk_color_button_get_title()

const gchar* gtk_color_button_get_title ( GtkColorButton color_button)

◆ gtk_color_button_get_type()

GType gtk_color_button_get_type ( void  )

◆ gtk_color_button_get_use_alpha()

gboolean gtk_color_button_get_use_alpha ( GtkColorButton color_button)

◆ gtk_color_button_new()

GtkWidget* gtk_color_button_new ( void  )

◆ gtk_color_button_new_with_color()

GtkWidget* gtk_color_button_new_with_color ( const GdkColor color)

◆ gtk_color_button_set_alpha()

void gtk_color_button_set_alpha ( GtkColorButton color_button,
guint16  alpha 
)

◆ gtk_color_button_set_color()

void gtk_color_button_set_color ( GtkColorButton color_button,
const GdkColor color 
)

◆ gtk_color_button_set_title()

void gtk_color_button_set_title ( GtkColorButton color_button,
const gchar *  title 
)

◆ gtk_color_button_set_use_alpha()

void gtk_color_button_set_use_alpha ( GtkColorButton color_button,
gboolean  use_alpha 
)