4#ifndef __GUI_WIDGETS_KNOB_WITH_NAME_H__
5#define __GUI_WIDGETS_KNOB_WITH_NAME_H__
7#include "common/utils/types.h"
8#include "gui/backend/gtk_widgets/gtk_wrapper.h"
10#define KNOB_WITH_NAME_WIDGET_TYPE (knob_with_name_widget_get_type ())
13 knob_with_name_widget,
15 KNOB_WITH_NAME_WIDGET,
19typedef struct _EditableLabelWidget EditableLabelWidget;
25typedef struct _KnobWithNameWidget
27 GtkBox parent_instance;
47knob_with_name_widget_new (
52 GtkOrientation orientation,
std::function< std::string()> GenericStringGetter
Getter prototype for strings.
std::function< void(const std::string &)> GenericStringSetter
Setter prototype for float values.