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