Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
bauhaus_conf.c File Reference
#include "gui/bauhaus_conf.h"
#include "common/conf.h"
#include "common/utility.h"
#include "system/mem_alloc.h"
#include <glib/gi18n.h>
#include <stdio.h>
+ Include dependency graph for bauhaus_conf.c:

Go to the source code of this file.

Functions

static void _combobox_conf_value_changed (GtkWidget *widget, gpointer user_data)
 
GtkWidgetdt_bauhaus_combobox_from_conf (dt_bauhaus_t *bh, dt_gui_module_t *self, const char *confkey)
 

Function Documentation

◆ _combobox_conf_value_changed()

static void _combobox_conf_value_changed ( GtkWidget widget,
gpointer  user_data 
)
static

Definition at line 33 of file bauhaus_conf.c.

References dt_bauhaus_combobox_get_data(), dt_conf_set_string(), and value.

Referenced by dt_bauhaus_combobox_from_conf().

◆ dt_bauhaus_combobox_from_conf()

GtkWidget * dt_bauhaus_combobox_from_conf ( dt_bauhaus_t bh,
dt_gui_module_t self,
const char *  confkey 
)