![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_header_t:Data Fields | |
| GtkWidget * | titlebar |
| GtkWidget * | menu_bar |
| GtkWidget * | menus [DT_MENU_LAST] |
| GList * | item_lists [DT_MENU_LAST] |
| GtkWidget * | hinter |
| GtkWidget * | home |
| GtkWidget * | close |
| GtkWidget * | iconify |
| GtkWidget * | image_info |
Definition at line 33 of file window_manager.c.
| GtkWidget* dt_header_t::close |
Definition at line 41 of file window_manager.c.
Referenced by dt_ui_init_global_menu(), and dt_ui_set_window_buttons_visible().
| GtkWidget* dt_header_t::hinter |
Definition at line 39 of file window_manager.c.
Referenced by dt_hinter_set_message(), and dt_ui_init_global_menu().
| GtkWidget* dt_header_t::home |
Definition at line 40 of file window_manager.c.
Referenced by dt_ui_init_global_menu().
| GtkWidget* dt_header_t::iconify |
Definition at line 42 of file window_manager.c.
Referenced by dt_ui_init_global_menu(), and dt_ui_set_window_buttons_visible().
| GtkWidget* dt_header_t::image_info |
Definition at line 43 of file window_manager.c.
Referenced by dt_ui_init_global_menu(), and dt_ui_set_image_info_label().
| GList* dt_header_t::item_lists[DT_MENU_LAST] |
Definition at line 38 of file window_manager.c.
Referenced by dt_ui_cleanup_titlebar(), and dt_ui_init_global_menu().
| GtkWidget* dt_header_t::menu_bar |
Definition at line 36 of file window_manager.c.
Referenced by dt_ui_init_global_menu().
| GtkWidget* dt_header_t::menus[DT_MENU_LAST] |
Definition at line 37 of file window_manager.c.
Referenced by dt_ui_init_global_menu().
| GtkWidget* dt_header_t::titlebar |
Definition at line 35 of file window_manager.c.
Referenced by dt_ui_cleanup_titlebar(), dt_ui_init_global_menu(), dt_ui_init_titlebar(), dt_ui_titlebar_pack_end(), and dt_ui_titlebar_pack_start().