|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Multiple selection widget. More...
#include "common/utils/types.h"#include "common/utils/yaml.h"#include "gui/backend/gtk_widgets/gtk_wrapper.h"
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 17 of file multi_selection.h.