|
Zrythm v2.0.0-DEV
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 <src/gui/backend/gtk_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 25 of file knob_with_name.h.
| KnobWidget* KnobWithNameWidget::knob |
The knob.
Definition at line 34 of file knob_with_name.h.
| EditableLabelWidget* KnobWithNameWidget::label |
The label to show below the knob.
Definition at line 31 of file knob_with_name.h.
| GtkBox KnobWithNameWidget::parent_instance |
Definition at line 27 of file knob_with_name.h.
| GtkPopoverMenu* KnobWithNameWidget::popover_menu |
Right click menu.
Definition at line 37 of file knob_with_name.h.