Zrythm
a highly automated and intuitive digital audio workstation
|
A menu button that allows selecting active hardware ports. More...
#include <gui/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 44 of file multi_selection.h.
GtkFlowBox* MultiSelectionWidget::flow_box |
Definition at line 60 of file multi_selection.h.
GArray* MultiSelectionWidget::item_strings |
Array of items as string labels.
Definition at line 49 of file multi_selection.h.
void* MultiSelectionWidget::obj |
Object to call callbacks with.
Definition at line 56 of file multi_selection.h.
GtkWidget MultiSelectionWidget::parent_instance |
Definition at line 46 of file multi_selection.h.
MultiSelectionChangedCallback MultiSelectionWidget::sel_changed_cb |
Definition at line 58 of file multi_selection.h.
GArray* MultiSelectionWidget::selections |
Array of selected item indices from MultiSelectionWidget.item_strings.
Definition at line 53 of file multi_selection.h.