Zrythm
a highly automated and intuitive digital audio workstation
|
A vertical box with a knob at the top and a name at the bottom. More...
#include <gui/widgets/knob_with_name.h>
Data Fields | |
GtkBox | parent_instance |
EditableLabelWidget * | label |
The label to show below the knob. | |
KnobWidget * | knob |
The knob. | |
GtkPopoverMenu * | popover_menu |
Right click menu. | |
A vertical box with a knob at the top and a name at the bottom.
Definition at line 26 of file knob_with_name.h.
KnobWidget* KnobWithNameWidget::knob |
The knob.
Definition at line 35 of file knob_with_name.h.
EditableLabelWidget* KnobWithNameWidget::label |
The label to show below the knob.
Definition at line 32 of file knob_with_name.h.
GtkBox KnobWithNameWidget::parent_instance |
Definition at line 28 of file knob_with_name.h.
GtkPopoverMenu* KnobWithNameWidget::popover_menu |
Right click menu.
Definition at line 38 of file knob_with_name.h.