Zrythm
a highly automated and intuitive digital audio workstation
|
PianoRoll selection info. More...
#include "dsp/region.h"
#include "gui/widgets/region.h"
#include "utils/ui.h"
#include "gtk_wrapper.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, MidiArrangerSelections *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 22 of file editor_selection_info.h.
#define MW_MAS_INFO MW_CLIP_EDITOR->editor_selections |
Definition at line 31 of file editor_selection_info.h.
typedef struct _SelectionInfoWidget SelectionInfoWidget |
Definition at line 33 of file editor_selection_info.h.