_TracklistWidget struct
The TracklistWidget holds all the Track's in the Project.
Contents
- Reference
It is a box with all the pinned tracks, plus a scrolled window at the end containing unpinned tracks and the DragDestBoxWidget at the end.
Public variables
- GtkScrolledWindow* unpinned_scroll
- The scrolled window for unpinned tracks.
- GtkBox* pinned_box
- Box to hold pinned tracks.
- GtkBox* unpinned_box
- Box inside unpinned scroll.
- DragDestBoxWidget* ddbox
- Widget for drag and dropping plugins in to create new tracks.
- Tracklist* tracklist
- Internal tracklist.
- GtkSizeGroup* pinned_size_group
- Size group to set the pinned track box and the pinned timeline to the same height.
- GdkRectangle last_allocation
- Cache.