Zrythm
a highly automated and intuitive digital audio workstation
|
DnD destination box used by mixer and tracklist widgets. More...
#include <gui/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 46 of file drag_dest_box.h.
GtkGestureClick* DragDestBoxWidget::click |
Definition at line 50 of file drag_dest_box.h.
GtkGestureDrag* DragDestBoxWidget::drag |
Definition at line 49 of file drag_dest_box.h.
GtkBox DragDestBoxWidget::parent_instance |
Definition at line 48 of file drag_dest_box.h.
GtkPopoverMenu* DragDestBoxWidget::popover_menu |
Popover to be reused for context menus.
Definition at line 55 of file drag_dest_box.h.
GtkGestureClick* DragDestBoxWidget::right_click |
Definition at line 51 of file drag_dest_box.h.
DragDestBoxType DragDestBoxWidget::type |
Definition at line 52 of file drag_dest_box.h.