Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtkcolorchooser.h>
Data Fields | |
GTypeInterface | base_interface |
void(* | get_rgba )(GtkColorChooser *chooser, GdkRGBA *color) |
void(* | set_rgba )(GtkColorChooser *chooser, const GdkRGBA *color) |
void(* | add_palette )(GtkColorChooser *chooser, GtkOrientation orientation, int colors_per_line, int n_colors, GdkRGBA *colors) |
void(* | color_activated )(GtkColorChooser *chooser, const GdkRGBA *color) |
gpointer | padding [12] |
Definition at line 37 of file gtkcolorchooser.h.
void(* _GtkColorChooserInterface::add_palette) (GtkColorChooser *chooser, GtkOrientation orientation, int colors_per_line, int n_colors, GdkRGBA *colors) |
Definition at line 47 of file gtkcolorchooser.h.
GTypeInterface _GtkColorChooserInterface::base_interface |
Definition at line 39 of file gtkcolorchooser.h.
void(* _GtkColorChooserInterface::color_activated) (GtkColorChooser *chooser, const GdkRGBA *color) |
Definition at line 54 of file gtkcolorchooser.h.
void(* _GtkColorChooserInterface::get_rgba) (GtkColorChooser *chooser, GdkRGBA *color) |
Definition at line 42 of file gtkcolorchooser.h.
gpointer _GtkColorChooserInterface::padding[12] |
Definition at line 59 of file gtkcolorchooser.h.
void(* _GtkColorChooserInterface::set_rgba) (GtkColorChooser *chooser, const GdkRGBA *color) |
Definition at line 44 of file gtkcolorchooser.h.