![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <scroll_wrap.h>
Collaboration diagram for dt_gui_widget_auto_height_t:Data Fields | |
| char * | config_str |
| int | min_size |
| int | last_height |
| dt_ui_resize_mode_t | mode |
| gboolean | trailing_row |
| GtkTreeModel * | model |
| GtkTextBuffer * | buffer |
| gulong | model_row_inserted |
| gulong | model_row_deleted |
| gulong | model_row_changed |
| gulong | model_rows_reordered |
| gulong | model_row_expanded |
| gulong | model_row_collapsed |
| gulong | buffer_changed |
Definition at line 49 of file scroll_wrap.h.
| GtkTextBuffer* dt_gui_widget_auto_height_t::buffer |
Definition at line 57 of file scroll_wrap.h.
| gulong dt_gui_widget_auto_height_t::buffer_changed |
Definition at line 64 of file scroll_wrap.h.
| char* dt_gui_widget_auto_height_t::config_str |
Definition at line 51 of file scroll_wrap.h.
| int dt_gui_widget_auto_height_t::last_height |
Definition at line 53 of file scroll_wrap.h.
| int dt_gui_widget_auto_height_t::min_size |
Definition at line 52 of file scroll_wrap.h.
| dt_ui_resize_mode_t dt_gui_widget_auto_height_t::mode |
Definition at line 54 of file scroll_wrap.h.
| GtkTreeModel* dt_gui_widget_auto_height_t::model |
Definition at line 56 of file scroll_wrap.h.
| gulong dt_gui_widget_auto_height_t::model_row_changed |
Definition at line 60 of file scroll_wrap.h.
| gulong dt_gui_widget_auto_height_t::model_row_collapsed |
Definition at line 63 of file scroll_wrap.h.
| gulong dt_gui_widget_auto_height_t::model_row_deleted |
Definition at line 59 of file scroll_wrap.h.
| gulong dt_gui_widget_auto_height_t::model_row_expanded |
Definition at line 62 of file scroll_wrap.h.
| gulong dt_gui_widget_auto_height_t::model_row_inserted |
Definition at line 58 of file scroll_wrap.h.
| gulong dt_gui_widget_auto_height_t::model_rows_reordered |
Definition at line 61 of file scroll_wrap.h.
| gboolean dt_gui_widget_auto_height_t::trailing_row |
Definition at line 55 of file scroll_wrap.h.