|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
A menu button that allows selecting active hardware ports. More...
#include <src/gui/backend/gtk_widgets/multi_selection.h>
Data Fields | |
| GtkWidget | parent_instance |
| GArray * | item_strings |
| Array of items as string labels. | |
| GArray * | selections |
| Array of selected item indices from MultiSelectionWidget.item_strings. | |
| void * | obj |
| Object to call callbacks with. | |
| MultiSelectionChangedCallback | sel_changed_cb |
| GtkFlowBox * | flow_box |
A menu button that allows selecting active hardware ports.
Definition at line 43 of file multi_selection.h.
| GtkFlowBox* MultiSelectionWidget::flow_box |
Definition at line 59 of file multi_selection.h.
| GArray* MultiSelectionWidget::item_strings |
Array of items as string labels.
Definition at line 48 of file multi_selection.h.
| void* MultiSelectionWidget::obj |
Object to call callbacks with.
Definition at line 55 of file multi_selection.h.
| GtkWidget MultiSelectionWidget::parent_instance |
Definition at line 45 of file multi_selection.h.
| MultiSelectionChangedCallback MultiSelectionWidget::sel_changed_cb |
Definition at line 57 of file multi_selection.h.
| GArray* MultiSelectionWidget::selections |
Array of selected item indices from MultiSelectionWidget.item_strings.
Definition at line 52 of file multi_selection.h.