|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
The ruler tracklist contains special tracks that are shown above the normal tracklist (Chord tracks, Marker tracks, etc.). More...
#include "common/dsp/region.h"#include "common/utils/ui.h"#include "gui/backend/gtk_widgets/gtk_wrapper.h"#include "gui/backend/gtk_widgets/region.h"
Go to the source code of this file.
Data Structures | |
| struct | PinnedTracklistWidget |
| The PinnedTracklistWidget contains special tracks (chord, marker, etc.) as thin boxes above the normal tracklist. More... | |
Macros | |
| #define | PINNED_TRACKLIST_WIDGET_TYPE (pinned_tracklist_widget_get_type ()) |
| #define | MW_PINNED_TRACKLIST MW_TIMELINE_PANEL->pinned_tracklist |
Functions | |
| G_DECLARE_FINAL_TYPE (PinnedTracklistWidget, pinned_tracklist_widget, Z, PINNED_TRACKLIST_WIDGET, GtkBox) | |
| TYPEDEF_STRUCT_UNDERSCORED (TrackWidget) | |
| TrackWidget * | pinned_tracklist_widget_get_hit_track (PinnedTracklistWidget *self, double x, double y) |
| Gets TrackWidget hit at the given coordinates. | |
| void | pinned_tracklist_widget_hard_refresh (PinnedTracklistWidget *self) |
| Removes and readds the tracks. | |
| void | pinned_tracklist_widget_setup (PinnedTracklistWidget *self, Tracklist *tracklist) |
| Sets up the PinnedTracklistWidget. | |
The ruler tracklist contains special tracks that are shown above the normal tracklist (Chord tracks, Marker tracks, etc.).
Definition in file pinned_tracklist.h.
| #define PINNED_TRACKLIST_WIDGET_TYPE (pinned_tracklist_widget_get_type ()) |
Definition at line 23 of file pinned_tracklist.h.