|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Drag dest box. More...
#include "gui/backend/gtk_widgets/gtk_wrapper.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) enum class DragDestBoxType | |
| DragDestBoxWidget * | drag_dest_box_widget_new (GtkOrientation orientation, int spacing, DragDestBoxType type) |
| Creates a drag destination box widget. | |
Drag dest box.
Definition in file drag_dest_box.h.