1 #ifndef MSP_GLTK_DRAGHANDLE_H_
2 #define MSP_GLTK_DRAGHANDLE_H_
10 Moves its parent widget when dragged. This allows turning a Panel or Dialog
11 into a movable window.
13 class DragHandle: public Widget
23 virtual const char *get_class() const { return "draghandle"; }
25 virtual void button_press(int, int, unsigned);
26 virtual void button_release(int, int, unsigned);
27 virtual void pointer_motion(int, int);
29 virtual void on_reparent();