|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
DnD destination box used by mixer and tracklist widgets. More...
#include <src/gui/backend/gtk_widgets/drag_dest_box.h>
Data Fields | |
| GtkBox | parent_instance |
| GtkGestureDrag * | drag |
| GtkGestureClick * | click |
| GtkGestureClick * | right_click |
| DragDestBoxType | type |
| GtkPopoverMenu * | popover_menu |
| Popover to be reused for context menus. | |
DnD destination box used by mixer and tracklist widgets.
Definition at line 44 of file drag_dest_box.h.
| GtkGestureClick* DragDestBoxWidget::click |
Definition at line 48 of file drag_dest_box.h.
| GtkGestureDrag* DragDestBoxWidget::drag |
Definition at line 47 of file drag_dest_box.h.
| GtkBox DragDestBoxWidget::parent_instance |
Definition at line 46 of file drag_dest_box.h.
| GtkPopoverMenu* DragDestBoxWidget::popover_menu |
Popover to be reused for context menus.
Definition at line 53 of file drag_dest_box.h.
| GtkGestureClick* DragDestBoxWidget::right_click |
Definition at line 49 of file drag_dest_box.h.
| DragDestBoxType DragDestBoxWidget::type |
Definition at line 50 of file drag_dest_box.h.