Lines Matching defs:Window
40 struct Window struct
64 Window* GetMaster(); argument
66 virtual void GetData(void*& data, int& size) {data = NULL; size = 0;} in GetData()
68 virtual bool Update(bool canUpdate) {return canUpdate;} in Update()
69 virtual void Draw() {} in Draw()
96 void AttachWindow(Window* window); argument
99 String<MAX_NAME_LENGTH> name;
124 WindowManager* manager; argument
126 Window* master; argument
127 Window* child; argument
146 friend WindowManager; argument
150 struct ComboCustom : public Window argument