Go to the documentation of this file.
22 #ifndef __MYGUI_I_SUB_WIDGET_H__
23 #define __MYGUI_I_SUB_WIDGET_H__
50 virtual void destroyDrawItem() = 0;
56 virtual void doRender() = 0;
58 virtual void setAlign(
Align _value)
62 virtual void setVisible(
bool _value)
81 #endif // __MYGUI_I_SUB_WIDGET_H__