Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
drag_dest_box.h File Reference

Drag dest box. More...

#include <gtk/gtk.h>
Include dependency graph for drag_dest_box.h:

Go to the source code of this file.

Data Structures

struct  DragDestBoxWidget
 DnD destination box used by mixer and tracklist widgets. More...
 

Macros

#define DRAG_DEST_BOX_WIDGET_TYPE   (drag_dest_box_widget_get_type ())
 
#define TRACKLIST_DRAG_DEST_BOX   MW_TRACKLIST->ddbox
 
#define MIXER_DRAG_DEST_BOX   MW_MIXER->ddbox
 

Functions

 G_DECLARE_FINAL_TYPE (DragDestBoxWidget, drag_dest_box_widget, Z, DRAG_DEST_BOX_WIDGET, GtkBox) typedef enum DragDestBoxType
 
DragDestBoxWidgetdrag_dest_box_widget_new (GtkOrientation orientation, int spacing, DragDestBoxType type)
 Creates a drag destination box widget.
 

Variables

 DragDestBoxType
 

Detailed Description

Drag dest box.

Definition in file drag_dest_box.h.