Zrythm
a highly automated and intuitive digital audio workstation
|
Bot dock. More...
#include "gtk_wrapper.h"
#include "libpanel_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | BotDockEdgeWidget |
Bot dock widget. More... | |
Macros | |
#define | BOT_DOCK_EDGE_WIDGET_TYPE (bot_dock_edge_widget_get_type ()) |
#define | MW_BOT_DOCK_EDGE MW_CENTER_DOCK->bot_dock_edge |
Typedefs | |
typedef struct _ClipEditorWidget | ClipEditorWidget |
typedef struct _ModulatorViewWidget | ModulatorViewWidget |
typedef struct _FoldableNotebookWidget | FoldableNotebookWidget |
typedef struct _EventViewerWidget | EventViewerWidget |
typedef struct _ChordPadPanelWidget | ChordPadPanelWidget |
Functions | |
G_DECLARE_FINAL_TYPE (BotDockEdgeWidget, bot_dock_edge_widget, Z, BOT_DOCK_EDGE_WIDGET, GtkWidget) typedef struct _MixerWidget MixerWidget | |
void | bot_dock_edge_widget_setup (BotDockEdgeWidget *self) |
void | bot_dock_edge_widget_update_event_viewer_stack_page (BotDockEdgeWidget *self) |
Sets the appropriate stack page. | |
void | bot_dock_edge_widget_show_clip_editor (BotDockEdgeWidget *self, bool navigate_to_region_start) |
Brings up the clip editor. | |
Bot dock.
Definition in file bot_dock_edge.h.
#define BOT_DOCK_EDGE_WIDGET_TYPE (bot_dock_edge_widget_get_type ()) |
Definition at line 16 of file bot_dock_edge.h.
typedef struct _ChordPadPanelWidget ChordPadPanelWidget |
Definition at line 31 of file bot_dock_edge.h.
typedef struct _ClipEditorWidget ClipEditorWidget |
Definition at line 27 of file bot_dock_edge.h.
typedef struct _EventViewerWidget EventViewerWidget |
Definition at line 30 of file bot_dock_edge.h.
typedef struct _FoldableNotebookWidget FoldableNotebookWidget |
Definition at line 29 of file bot_dock_edge.h.
typedef struct _ModulatorViewWidget ModulatorViewWidget |
Definition at line 28 of file bot_dock_edge.h.