Go to the source code of this file.
|
GType | gtk_color_selection_get_type (void) G_GNUC_CONST |
|
GtkWidget * | gtk_color_selection_new (void) |
|
gboolean | gtk_color_selection_get_has_opacity_control (GtkColorSelection *colorsel) |
|
void | gtk_color_selection_set_has_opacity_control (GtkColorSelection *colorsel, gboolean has_opacity) |
|
gboolean | gtk_color_selection_get_has_palette (GtkColorSelection *colorsel) |
|
void | gtk_color_selection_set_has_palette (GtkColorSelection *colorsel, gboolean has_palette) |
|
void | gtk_color_selection_set_current_color (GtkColorSelection *colorsel, const GdkColor *color) |
|
void | gtk_color_selection_set_current_alpha (GtkColorSelection *colorsel, guint16 alpha) |
|
void | gtk_color_selection_get_current_color (GtkColorSelection *colorsel, GdkColor *color) |
|
guint16 | gtk_color_selection_get_current_alpha (GtkColorSelection *colorsel) |
|
void | gtk_color_selection_set_previous_color (GtkColorSelection *colorsel, const GdkColor *color) |
|
void | gtk_color_selection_set_previous_alpha (GtkColorSelection *colorsel, guint16 alpha) |
|
void | gtk_color_selection_get_previous_color (GtkColorSelection *colorsel, GdkColor *color) |
|
guint16 | gtk_color_selection_get_previous_alpha (GtkColorSelection *colorsel) |
|
gboolean | gtk_color_selection_is_adjusting (GtkColorSelection *colorsel) |
|
gboolean | gtk_color_selection_palette_from_string (const gchar *str, GdkColor **colors, gint *n_colors) |
|
gchar * | gtk_color_selection_palette_to_string (const GdkColor *colors, gint n_colors) |
|
GtkColorSelectionChangePaletteFunc | gtk_color_selection_set_change_palette_hook (GtkColorSelectionChangePaletteFunc func) |
|
GtkColorSelectionChangePaletteWithScreenFunc | gtk_color_selection_set_change_palette_with_screen_hook (GtkColorSelectionChangePaletteWithScreenFunc func) |
|
void | gtk_color_selection_set_color (GtkColorSelection *colorsel, gdouble *color) |
|
void | gtk_color_selection_get_color (GtkColorSelection *colorsel, gdouble *color) |
|
void | gtk_color_selection_set_update_policy (GtkColorSelection *colorsel, GtkUpdateType policy) |
|
◆ GTK_COLOR_SELECTION
◆ GTK_COLOR_SELECTION_CLASS
◆ GTK_COLOR_SELECTION_GET_CLASS
◆ GTK_IS_COLOR_SELECTION
◆ GTK_IS_COLOR_SELECTION_CLASS
◆ GTK_TYPE_COLOR_SELECTION
◆ GtkColorSelection
◆ GtkColorSelectionChangePaletteFunc
typedef void(* GtkColorSelectionChangePaletteFunc) (const GdkColor *colors, gint n_colors) |
◆ GtkColorSelectionChangePaletteWithScreenFunc
typedef void(* GtkColorSelectionChangePaletteWithScreenFunc) (GdkScreen *screen, const GdkColor *colors, gint n_colors) |
◆ GtkColorSelectionClass
◆ gtk_color_selection_get_color()
◆ gtk_color_selection_get_current_alpha()
◆ gtk_color_selection_get_current_color()
◆ gtk_color_selection_get_has_opacity_control()
◆ gtk_color_selection_get_has_palette()
◆ gtk_color_selection_get_previous_alpha()
◆ gtk_color_selection_get_previous_color()
◆ gtk_color_selection_get_type()
GType gtk_color_selection_get_type |
( |
void |
| ) |
|
◆ gtk_color_selection_is_adjusting()
◆ gtk_color_selection_new()
◆ gtk_color_selection_palette_from_string()
gboolean gtk_color_selection_palette_from_string |
( |
const gchar * |
str, |
|
|
GdkColor ** |
colors, |
|
|
gint * |
n_colors |
|
) |
| |
◆ gtk_color_selection_palette_to_string()
gchar* gtk_color_selection_palette_to_string |
( |
const GdkColor * |
colors, |
|
|
gint |
n_colors |
|
) |
| |
◆ gtk_color_selection_set_change_palette_hook()
◆ gtk_color_selection_set_change_palette_with_screen_hook()
◆ gtk_color_selection_set_color()
◆ gtk_color_selection_set_current_alpha()
void gtk_color_selection_set_current_alpha |
( |
GtkColorSelection * |
colorsel, |
|
|
guint16 |
alpha |
|
) |
| |
◆ gtk_color_selection_set_current_color()
◆ gtk_color_selection_set_has_opacity_control()
void gtk_color_selection_set_has_opacity_control |
( |
GtkColorSelection * |
colorsel, |
|
|
gboolean |
has_opacity |
|
) |
| |
◆ gtk_color_selection_set_has_palette()
void gtk_color_selection_set_has_palette |
( |
GtkColorSelection * |
colorsel, |
|
|
gboolean |
has_palette |
|
) |
| |
◆ gtk_color_selection_set_previous_alpha()
void gtk_color_selection_set_previous_alpha |
( |
GtkColorSelection * |
colorsel, |
|
|
guint16 |
alpha |
|
) |
| |
◆ gtk_color_selection_set_previous_color()
◆ gtk_color_selection_set_update_policy()