Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
KnobWithNameWidget Struct Reference

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.
KnobWidgetknob
 The knob.
GtkPopoverMenu * popover_menu
 Right click menu.

Detailed Description

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.

Field Documentation

◆ knob

KnobWidget* KnobWithNameWidget::knob

The knob.

Definition at line 34 of file knob_with_name.h.

◆ label

EditableLabelWidget* KnobWithNameWidget::label

The label to show below the knob.

Definition at line 31 of file knob_with_name.h.

◆ parent_instance

GtkBox KnobWithNameWidget::parent_instance

Definition at line 27 of file knob_with_name.h.

◆ popover_menu

GtkPopoverMenu* KnobWithNameWidget::popover_menu

Right click menu.

Definition at line 37 of file knob_with_name.h.


The documentation for this struct was generated from the following file: