|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module datatransfer { module dnd {
23 published
interface XDragGestureListener;
This interface is implemented by a view or window that supports drag operations.
Definition: XDragGestureRecognizer.idl:35
void resetRecognizer()
Reset the recognizer.
void removeDragGestureListener([in] XDragGestureListener dgl)
Unregisters the specified XDragGestureListener.
Definition: Ambiguous.idl:20
This interface will be used by a XDragGestureRecognizer when it detects a drag initiating gesture.
Definition: XDragGestureListener.idl:32
base interface of all UNO interfaces
Definition: XInterface.idl:46
void addDragGestureListener([in] XDragGestureListener dgl)
Registers a new XDragGestureListener.