![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <bauhaus.h>
Collaboration diagram for dt_bauhaus_combobox_entry_t:Data Fields | |
| char * | label |
| char * | tooltip |
| dt_bauhaus_combobox_alignment_t | alignment |
| gboolean | sensitive |
| gboolean | is_separator |
| float | row_height_factor |
| gpointer | data |
| void(* | free_func )(gpointer) |
| dt_bauhaus_combobox_alignment_t dt_bauhaus_combobox_entry_t::alignment |
Definition at line 133 of file bauhaus.h.
Referenced by new_combobox_entry().
| gpointer dt_bauhaus_combobox_entry_t::data |
Definition at line 137 of file bauhaus.h.
Referenced by dt_bauhaus_combobox_get_data(), dt_bauhaus_combobox_set_from_value(), dt_bauhaus_value_changed_default_callback(), free_combobox_entry(), and new_combobox_entry().
| void(* dt_bauhaus_combobox_entry_t::free_func) (gpointer) |
Definition at line 138 of file bauhaus.h.
Referenced by free_combobox_entry(), and new_combobox_entry().
| gboolean dt_bauhaus_combobox_entry_t::is_separator |
Definition at line 135 of file bauhaus.h.
Referenced by _bh_get_combobox_entry_height(), _combobox_entry_pos_to_public(), _combobox_public_to_entry_pos(), _combobox_selectable_count(), _combobox_set(), dt_bauhaus_combobox_get_data(), dt_bauhaus_combobox_get_text(), dt_bauhaus_combobox_set_from_text(), dt_bauhaus_combobox_set_from_value(), dt_bauhaus_popup_draw(), and new_combobox_separator().
| char* dt_bauhaus_combobox_entry_t::label |
Definition at line 131 of file bauhaus.h.
Referenced by _get_combobox_max_width(), _widget_draw(), dt_bauhaus_combobox_get_entry(), dt_bauhaus_combobox_get_text(), dt_bauhaus_combobox_set_from_text(), dt_bauhaus_popup_draw(), dt_bauhaus_widget_accept(), free_combobox_entry(), new_combobox_entry(), and new_combobox_separator().
| float dt_bauhaus_combobox_entry_t::row_height_factor |
Definition at line 136 of file bauhaus.h.
Referenced by _bh_get_combobox_entry_height(), new_combobox_entry(), and new_combobox_separator().
| gboolean dt_bauhaus_combobox_entry_t::sensitive |
Definition at line 134 of file bauhaus.h.
Referenced by _combobox_next_sensitive(), dt_bauhaus_combobox_entry_set_sensitive(), dt_bauhaus_popup_draw(), dt_bauhaus_widget_accept(), new_combobox_entry(), and new_combobox_separator().
| char* dt_bauhaus_combobox_entry_t::tooltip |
Definition at line 132 of file bauhaus.h.
Referenced by _bh_combobox_get_hovered_entry(), free_combobox_entry(), new_combobox_entry(), and new_combobox_separator().