file
clipboard.hClipboard (copy/paste).
Classes
Enums
Typedefs
- using ClipboardType = enum ClipboardType
- Clipboard type.
- using Clipboard = struct Clipboard
- Clipboard struct.
Functions
- auto clipboard_new_for_arranger_selections(ArrangerSelections* sel, bool clone) -> Clipboard*
- Creates a new Clipboard instance for the given arranger selections.
- auto clipboard_get_selections(Clipboard* self) -> ArrangerSelections*
- Gets the ArrangerSelections, if this clipboard contains arranger selections.
- void clipboard_free(Clipboard* self)
- Frees the clipboard and all associated data.