![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <gtk.h>
Collaboration diagram for _gui_collapsible_section_t:Data Fields | |
| GtkBox * | parent |
| const char * | confname |
| GtkWidget * | toggle |
| GtkWidget * | expander |
| GtkBox * | container |
| GtkWidget * | label |
| const char* _gui_collapsible_section_t::confname |
Definition at line 249 of file gtk.h.
Referenced by _coeffs_button_changed(), and dt_gui_new_collapsible_section().
| GtkBox* _gui_collapsible_section_t::container |
Definition at line 252 of file gtk.h.
Referenced by dt_gui_hide_collapsible_section(), dt_gui_new_collapsible_section(), dt_gui_update_collapsible_section(), and dt_iop_gui_init_masks().
| GtkWidget* _gui_collapsible_section_t::expander |
Definition at line 251 of file gtk.h.
Referenced by _coeffs_button_changed(), _collapsible_set_states(), dt_gui_new_collapsible_section(), and dt_gui_update_collapsible_section().
| GtkWidget* _gui_collapsible_section_t::label |
Definition at line 253 of file gtk.h.
Referenced by dt_gui_new_collapsible_section().
| GtkBox* _gui_collapsible_section_t::parent |
Definition at line 248 of file gtk.h.
Referenced by dt_gui_new_collapsible_section().
| GtkWidget* _gui_collapsible_section_t::toggle |
Definition at line 250 of file gtk.h.
Referenced by _coeffs_button_changed(), _coeffs_expander_click(), _collapsible_container_show(), dt_gui_hide_collapsible_section(), dt_gui_new_collapsible_section(), and dt_gui_update_collapsible_section().