![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <collapsible_section.h>
Collaboration diagram for dt_gui_collapsible_section_t:Data Fields | |
| GtkBox * | parent |
| const char * | confname |
| GtkWidget * | toggle |
| GtkWidget * | expander |
| GtkBox * | container |
| GtkWidget * | label |
Definition at line 28 of file collapsible_section.h.
| const char* dt_gui_collapsible_section_t::confname |
Definition at line 31 of file collapsible_section.h.
Referenced by _coeffs_button_changed(), and dt_gui_new_collapsible_section().
| GtkBox* dt_gui_collapsible_section_t::container |
Definition at line 34 of file collapsible_section.h.
Referenced by dt_gui_hide_collapsible_section(), dt_gui_new_collapsible_section(), and dt_gui_update_collapsible_section().
| GtkWidget* dt_gui_collapsible_section_t::expander |
Definition at line 33 of file collapsible_section.h.
Referenced by _coeffs_button_changed(), _collapsible_set_states(), dt_gui_new_collapsible_section(), and dt_gui_update_collapsible_section().
| GtkWidget* dt_gui_collapsible_section_t::label |
Definition at line 35 of file collapsible_section.h.
Referenced by dt_gui_new_collapsible_section().
| GtkBox* dt_gui_collapsible_section_t::parent |
Definition at line 30 of file collapsible_section.h.
Referenced by dt_gui_new_collapsible_section().
| GtkWidget* dt_gui_collapsible_section_t::toggle |
Definition at line 32 of file collapsible_section.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().