12#ifndef __GUI_WIDGETS_AUTOMATION_EDITOR_SPACE_H__
13#define __GUI_WIDGETS_AUTOMATION_EDITOR_SPACE_H__
15#include "gtk_wrapper.h"
17#define AUTOMATION_EDITOR_SPACE_WIDGET_TYPE \
18 (automation_editor_space_widget_get_type ())
21 automation_editor_space_widget,
23 AUTOMATION_EDITOR_SPACE_WIDGET,
27typedef struct _AutomationEditorLegendWidget AutomationEditorLegendWidget;
35#define MW_AUTOMATION_EDITOR_SPACE MW_CLIP_EDITOR_INNER->automation_editor_space
41typedef struct _AutomationEditorSpaceWidget
43 GtkBox parent_instance;
59 AutomationEditorLegendWidget * legend;