|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
PianoRoll selection info. More...
#include "common/dsp/region.h"#include "common/utils/ui.h"#include "gui/backend/gtk_widgets/gtk_wrapper.h"#include "gui/backend/gtk_widgets/region.h"
Go to the source code of this file.
Data Structures | |
| struct | EditorSelectionInfoWidget |
| A widget for showing info about the current PianoRollSelections. More... | |
Macros | |
| #define | EDITOR_SELECTION_INFO_WIDGET_TYPE (editor_selection_info_widget_get_type ()) |
| #define | MW_MAS_INFO MW_CLIP_EDITOR->editor_selections |
Typedefs | |
| typedef struct _SelectionInfoWidget | SelectionInfoWidget |
Functions | |
| G_DECLARE_FINAL_TYPE (EditorSelectionInfoWidget, editor_selection_info_widget, Z, EDITOR_SELECTION_INFO_WIDGET, GtkStack) | |
| void | editor_selection_info_widget_refresh (EditorSelectionInfoWidget *self, MidiSelections *mas) |
| Populates the SelectionInfoWidget based on the leftmost object selected. | |
PianoRoll selection info.
Definition in file editor_selection_info.h.
| #define EDITOR_SELECTION_INFO_WIDGET_TYPE (editor_selection_info_widget_get_type ()) |
Definition at line 21 of file editor_selection_info.h.
| #define MW_MAS_INFO MW_CLIP_EDITOR->editor_selections |
Definition at line 30 of file editor_selection_info.h.
| typedef struct _SelectionInfoWidget SelectionInfoWidget |
Definition at line 32 of file editor_selection_info.h.