![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <togglebutton.h>
Collaboration diagram for _GtkDarktableToggleButton:Data Fields | |
| GtkToggleButton | widget |
| DTGTKCairoPaintIconFunc | icon |
| gint | icon_flags |
| void * | icon_data |
| GdkRGBA | bg |
| GtkWidget * | canvas |
Definition at line 42 of file togglebutton.h.
| GdkRGBA _GtkDarktableToggleButton::bg |
Definition at line 48 of file togglebutton.h.
| GtkWidget* _GtkDarktableToggleButton::canvas |
Definition at line 49 of file togglebutton.h.
Referenced by dtgtk_togglebutton_new().
| DTGTKCairoPaintIconFunc _GtkDarktableToggleButton::icon |
Definition at line 45 of file togglebutton.h.
Referenced by dtgtk_togglebutton_new(), and dtgtk_togglebutton_set_paint().
| void* _GtkDarktableToggleButton::icon_data |
Definition at line 47 of file togglebutton.h.
Referenced by dtgtk_togglebutton_new(), and dtgtk_togglebutton_set_paint().
| gint _GtkDarktableToggleButton::icon_flags |
Definition at line 46 of file togglebutton.h.
Referenced by dtgtk_togglebutton_new(), and dtgtk_togglebutton_set_paint().
| GtkToggleButton _GtkDarktableToggleButton::widget |
Definition at line 44 of file togglebutton.h.