Zrythm
a highly automated and intuitive digital audio workstation
|
#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | TimelineToolbarWidget |
The Timeline toolbar in the top. More... | |
Macros | |
#define | TIMELINE_TOOLBAR_WIDGET_TYPE (timeline_toolbar_widget_get_type ()) |
#define | MW_TIMELINE_TOOLBAR MW_TIMELINE_PANEL->timeline_toolbar |
Typedefs | |
typedef struct _QuantizeBoxWidget | QuantizeBoxWidget |
typedef struct _SnapGridWidget | SnapGridWidget |
typedef struct _RangeActionButtonsWidget | RangeActionButtonsWidget |
typedef struct _ZoomButtonsWidget | ZoomButtonsWidget |
Functions | |
G_DECLARE_FINAL_TYPE (TimelineToolbarWidget, timeline_toolbar_widget, Z, TIMELINE_TOOLBAR_WIDGET, GtkBox) typedef struct _QuantizeMbWidget QuantizeMbWidget | |
void | timeline_toolbar_widget_refresh (TimelineToolbarWidget *self) |
void | timeline_toolbar_widget_setup (TimelineToolbarWidget *self) |
Timeline toolbar.
Definition in file timeline_toolbar.h.
#define TIMELINE_TOOLBAR_WIDGET_TYPE (timeline_toolbar_widget_get_type ()) |
Definition at line 15 of file timeline_toolbar.h.
typedef struct _QuantizeBoxWidget QuantizeBoxWidget |
Definition at line 24 of file timeline_toolbar.h.
typedef struct _RangeActionButtonsWidget RangeActionButtonsWidget |
Definition at line 26 of file timeline_toolbar.h.
typedef struct _SnapGridWidget SnapGridWidget |
Definition at line 25 of file timeline_toolbar.h.
typedef struct _ZoomButtonsWidget ZoomButtonsWidget |
Definition at line 27 of file timeline_toolbar.h.