Zrythm
a highly automated and intuitive digital audio workstation
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
DragDestBoxWidget Struct Reference

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.
 

Detailed Description

DnD destination box used by mixer and tracklist widgets.

Definition at line 46 of file drag_dest_box.h.

Field Documentation

◆ click

GtkGestureClick* DragDestBoxWidget::click

Definition at line 50 of file drag_dest_box.h.

◆ drag

GtkGestureDrag* DragDestBoxWidget::drag

Definition at line 49 of file drag_dest_box.h.

◆ parent_instance

GtkBox DragDestBoxWidget::parent_instance

Definition at line 48 of file drag_dest_box.h.

◆ popover_menu

GtkPopoverMenu* DragDestBoxWidget::popover_menu

Popover to be reused for context menus.

Definition at line 55 of file drag_dest_box.h.

◆ right_click

GtkGestureClick* DragDestBoxWidget::right_click

Definition at line 51 of file drag_dest_box.h.

◆ type

DragDestBoxType DragDestBoxWidget::type

Definition at line 52 of file drag_dest_box.h.


The documentation for this struct was generated from the following file: