comparison LightClone/Source/GuiElement.h @ 37:58a16d529d95

Refactoring code and adding events for drag and drop
author koryspansel <koryspansel@bendbroadband.com>
date Wed, 21 Sep 2011 20:30:29 -0700
parents 06b151afc8d0
children 7ff46a00bcd3
comparison
equal deleted inserted replaced
36:b60cbf3fa894 37:58a16d529d95
32 friend class GuiInterface; 32 friend class GuiInterface;
33 33
34 public: 34 public:
35 35
36 /* 36 /*
37 * EventDrop
38 */
39 static const char* EventDrop;
40
41 /*
37 * List 42 * List
38 */ 43 */
39 typedef ArrayList<GuiElement*> List; 44 typedef ArrayList<GuiElement*> List;
40 45
41 protected: 46 protected: