8#ifndef __GUI_WIDGETS_CLIP_EDITOR_H__
9#define __GUI_WIDGETS_CLIP_EDITOR_H__
13#include "gtk_wrapper.h"
15#define CLIP_EDITOR_WIDGET_TYPE (clip_editor_widget_get_type ())
23#define MW_CLIP_EDITOR MW_BOT_DOCK_EDGE->clip_editor
28typedef struct _AudioClipEditorWidget AudioClipEditorWidget;
37typedef struct _ClipEditorWidget
39 GtkBox parent_instance;
71 bool center_contents_if_already_at_start);
74clip_editor_widget_new (
void);
Clip editor serializable backend.