Zrythm
a highly automated and intuitive digital audio workstation
|
Wraps the arranger widget in a box with scrollbars. More...
#include <gui/widgets/arranger_wrapper.h>
Data Fields | |
GtkWidget | parent_instance |
GtkOverlay * | overlay |
The right scrollbar will be overlayed on the arranger. | |
GtkScrollbar * | right_scrollbar |
ArrangerWidget * | child |
ArrangerMinimapWidget * | minimap |
Wraps the arranger widget in a box with scrollbars.
Definition at line 39 of file arranger_wrapper.h.
ArrangerWidget* ArrangerWrapperWidget::child |
Definition at line 47 of file arranger_wrapper.h.
ArrangerMinimapWidget* ArrangerWrapperWidget::minimap |
Definition at line 48 of file arranger_wrapper.h.
GtkOverlay* ArrangerWrapperWidget::overlay |
The right scrollbar will be overlayed on the arranger.
Definition at line 44 of file arranger_wrapper.h.
GtkWidget ArrangerWrapperWidget::parent_instance |
Definition at line 41 of file arranger_wrapper.h.
GtkScrollbar* ArrangerWrapperWidget::right_scrollbar |
Definition at line 46 of file arranger_wrapper.h.