Zrythm
a highly automated and intuitive digital audio workstation
|
Multiple selection widget. More...
Go to the source code of this file.
Data Structures | |
struct | MultiSelectionWidget |
A menu button that allows selecting active hardware ports. More... | |
Macros | |
#define | MULTI_SELECTION_WIDGET_TYPE (multi_selection_widget_get_type ()) |
Functions | |
void | multi_selection_widget_setup (MultiSelectionWidget *self, const char **strings, const int num_items, MultiSelectionChangedCallback sel_changed_cb, const guint *selections, const int num_selections, void *object) |
MultiSelectionWidget * | multi_selection_widget_new (void) |
Variables | |
const GArray * | selection_indices |
const GArray void * | object |
Multiple selection widget.
Definition in file multi_selection.h.
#define MULTI_SELECTION_WIDGET_TYPE (multi_selection_widget_get_type ()) |
Definition at line 18 of file multi_selection.h.