![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "widgets/bauhaus.h"
Include dependency graph for bauhaus_conf.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| GtkWidget * | dt_bauhaus_combobox_from_conf (dt_bauhaus_t *bh, dt_gui_module_t *self, const char *confkey) |
| GtkWidget * dt_bauhaus_combobox_from_conf | ( | dt_bauhaus_t * | bh, |
| dt_gui_module_t * | self, | ||
| const char * | confkey | ||
| ) |
A combobox whose entries and current value come from the confkey <enum> config entry. Returns NULL, with a message on stderr, if confkey is not declared as an enum.
Definition at line 39 of file bauhaus_conf.c.
References _combobox_conf_value_changed(), dt_bauhaus_combobox_add_full(), DT_BAUHAUS_COMBOBOX_ALIGN_RIGHT, dt_bauhaus_combobox_new(), dt_bauhaus_combobox_set(), dt_bauhaus_widget_set_label(), dt_conf_get_string(), dt_confgen_get(), dt_confgen_get_label(), dt_confgen_get_tooltip(), dt_confgen_type(), dt_confgen_value_exists(), DT_ENUM, dt_free, dt_free_gpointer(), dt_util_str_to_glist(), DT_VALUES, L, tooltip, and TRUE.
Referenced by dt_iop_gui_init_masks().