Go to the documentation of this file.
7 #ifndef __MYGUI_I_SUB_WIDGET_H__
8 #define __MYGUI_I_SUB_WIDGET_H__
35 virtual void destroyDrawItem() = 0;
41 virtual void doRender() = 0;
43 virtual void setAlign(
Align _value)
47 virtual void setVisible(
bool _value)
66 #endif // __MYGUI_I_SUB_WIDGET_H__