Ardour
9.0-pre0-582-g084a23a80d
|
#include <gtk/gtkbutton.h>
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 |
GtkWidget * | gtk_color_button_new (void) |
GtkWidget * | gtk_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) |
#define GTK_COLOR_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COLOR_BUTTON, GtkColorButton)) |
Definition at line 52 of file gtkcolorbutton.h.
#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.
#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.
#define GTK_IS_COLOR_BUTTON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_COLOR_BUTTON)) |
Definition at line 54 of file gtkcolorbutton.h.
#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.
#define GTK_TYPE_COLOR_BUTTON (gtk_color_button_get_type ()) |
Definition at line 51 of file gtkcolorbutton.h.
typedef struct _GtkColorButton GtkColorButton |
Definition at line 42 of file gtkcolorbutton.h.
typedef struct _GtkColorButtonClass GtkColorButtonClass |
Definition at line 42 of file gtkcolorbutton.h.
typedef struct _GtkColorButtonPrivate GtkColorButtonPrivate |
Definition at line 42 of file gtkcolorbutton.h.
guint16 gtk_color_button_get_alpha | ( | GtkColorButton * | color_button | ) |
void gtk_color_button_get_color | ( | GtkColorButton * | color_button, |
GdkColor * | color | ||
) |
const gchar* gtk_color_button_get_title | ( | GtkColorButton * | color_button | ) |
GType gtk_color_button_get_type | ( | void | ) |
gboolean gtk_color_button_get_use_alpha | ( | GtkColorButton * | color_button | ) |
GtkWidget* gtk_color_button_new | ( | void | ) |
void gtk_color_button_set_alpha | ( | GtkColorButton * | color_button, |
guint16 | alpha | ||
) |
void gtk_color_button_set_color | ( | GtkColorButton * | color_button, |
const GdkColor * | color | ||
) |
void gtk_color_button_set_title | ( | GtkColorButton * | color_button, |
const gchar * | title | ||
) |
void gtk_color_button_set_use_alpha | ( | GtkColorButton * | color_button, |
gboolean | use_alpha | ||
) |