Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
timeline_panel.h File Reference

Timeline panel. More...

#include <gtk/gtk.h>
Include dependency graph for timeline_panel.h:

Go to the source code of this file.

Data Structures

struct  TimelinePanelWidget
 

Macros

#define TIMELINE_PANEL_WIDGET_TYPE   (timeline_panel_widget_get_type ())
 
#define MW_TIMELINE_PANEL   (MW_MAIN_NOTEBOOK->timeline_panel)
 
#define MW_TRACKLIST_SCROLL   (MW_TIMELINE_PANEL->tracklist_scroll)
 

Typedefs

typedef struct _TracklistWidget TracklistWidget
 
typedef struct _TimelinePanelBotBoxWidget TimelinePanelBotBoxWidget
 
typedef struct _TracklistHeaderWidget TracklistHeaderWidget
 
typedef struct _TimelineToolbarWidget TimelineToolbarWidget
 
typedef struct _TimelineBotBoxWidget TimelineBotBoxWidget
 

Functions

 G_DECLARE_FINAL_TYPE (TimelinePanelWidget, timeline_panel_widget, Z, TIMELINE_PANEL_WIDGET, GtkBox) typedef struct _RulerWidget RulerWidget
 
void timeline_panel_widget_setup (TimelinePanelWidget *self)
 
TimelinePanelWidgettimeline_panel_widget_new (void)
 
void timeline_panel_widget_tear_down (TimelinePanelWidget *self)
 Prepare for finalization.
 

Detailed Description

Timeline panel.

Definition in file timeline_panel.h.

Macro Definition Documentation

◆ TIMELINE_PANEL_WIDGET_TYPE

#define TIMELINE_PANEL_WIDGET_TYPE   (timeline_panel_widget_get_type ())

Definition at line 15 of file timeline_panel.h.

Typedef Documentation

◆ TimelineBotBoxWidget

typedef struct _TimelineBotBoxWidget TimelineBotBoxWidget

Definition at line 28 of file timeline_panel.h.

◆ TimelinePanelBotBoxWidget

typedef struct _TimelinePanelBotBoxWidget TimelinePanelBotBoxWidget

Definition at line 25 of file timeline_panel.h.

◆ TimelineToolbarWidget

typedef struct _TimelineToolbarWidget TimelineToolbarWidget

Definition at line 27 of file timeline_panel.h.

◆ TracklistHeaderWidget

typedef struct _TracklistHeaderWidget TracklistHeaderWidget

Definition at line 26 of file timeline_panel.h.

◆ TracklistWidget

typedef struct _TracklistWidget TracklistWidget

Definition at line 24 of file timeline_panel.h.