Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GtkColorChooserInterface Struct Reference

#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]
 

Detailed Description

Definition at line 37 of file gtkcolorchooser.h.

Field Documentation

◆ add_palette

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.

◆ base_interface

GTypeInterface _GtkColorChooserInterface::base_interface

Definition at line 39 of file gtkcolorchooser.h.

◆ color_activated

void(* _GtkColorChooserInterface::color_activated) (GtkColorChooser *chooser, const GdkRGBA *color)

Definition at line 54 of file gtkcolorchooser.h.

◆ get_rgba

void(* _GtkColorChooserInterface::get_rgba) (GtkColorChooser *chooser, GdkRGBA *color)

Definition at line 42 of file gtkcolorchooser.h.

◆ padding

gpointer _GtkColorChooserInterface::padding[12]

Definition at line 59 of file gtkcolorchooser.h.

◆ set_rgba

void(* _GtkColorChooserInterface::set_rgba) (GtkColorChooser *chooser, const GdkRGBA *color)

Definition at line 44 of file gtkcolorchooser.h.


The documentation for this struct was generated from the following file: