10#ifndef __GUI_WIDGETS_AUTOMATION_EDITOR_SPACE_H__
11#define __GUI_WIDGETS_AUTOMATION_EDITOR_SPACE_H__
13#include "gui/backend/gtk_widgets/gtk_wrapper.h"
15#define AUTOMATION_EDITOR_SPACE_WIDGET_TYPE \
16 (automation_editor_space_widget_get_type ())
19 automation_editor_space_widget,
21 AUTOMATION_EDITOR_SPACE_WIDGET,
25typedef struct _AutomationEditorLegendWidget AutomationEditorLegendWidget;
33#define MW_AUTOMATION_EDITOR_SPACE MW_CLIP_EDITOR_INNER->automation_editor_space
39typedef struct _AutomationEditorSpaceWidget
41 GtkBox parent_instance;
57 AutomationEditorLegendWidget * legend;