27 #ifndef TBX_DRAGHANDLER_H_
28 #define TBX_DRAGHANDLER_H_
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:35
virtual void drag_cancelled()
Call if drag was cancelled before if finished.
Definition: draghandler.h:55
virtual ~DragHandler()
Destructor.
Definition: draghandler.h:41
Class to represent a two dimensional bounding box.
Definition: bbox.h:38
Class to report status of a drag started on a window.
Definition: draghandler.h:36
virtual void drag_finished(const BBox &final)=0
Called when drag has finished.