Zrythm
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 <gui/widgets/knob_with_name.h>

Collaboration diagram for KnobWithNameWidget:

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 26 of file knob_with_name.h.

Field Documentation

◆ knob

KnobWidget* KnobWithNameWidget::knob

The knob.

Definition at line 35 of file knob_with_name.h.

◆ label

EditableLabelWidget* KnobWithNameWidget::label

The label to show below the knob.

Definition at line 32 of file knob_with_name.h.

◆ parent_instance

GtkBox KnobWithNameWidget::parent_instance

Definition at line 28 of file knob_with_name.h.

◆ popover_menu

GtkPopoverMenu* KnobWithNameWidget::popover_menu

Right click menu.

Definition at line 38 of file knob_with_name.h.


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