13#ifndef __GUI_WIDGETS_PIANO_ROLL_SELECTION_INFO_H__
14#define __GUI_WIDGETS_PIANO_ROLL_SELECTION_INFO_H__
20#include "gtk_wrapper.h"
22#define EDITOR_SELECTION_INFO_WIDGET_TYPE \
23 (editor_selection_info_widget_get_type ())
26 editor_selection_info_widget,
28 EDITOR_SELECTION_INFO_WIDGET,
31#define MW_MAS_INFO MW_CLIP_EDITOR->editor_selections
33typedef struct _SelectionInfoWidget SelectionInfoWidget;
40typedef struct _EditorSelectionInfoWidget
42 GtkStack parent_instance;
43 GtkLabel * no_selection_label;
44 SelectionInfoWidget * selection_info;
40typedef struct _EditorSelectionInfoWidget {
…};
A region in the timeline.
void editor_selection_info_widget_refresh(EditorSelectionInfoWidget *self, MidiArrangerSelections *mas)
Populates the SelectionInfoWidget based on the leftmost object selected.
A collection of selected MidiNote's.