Go to the documentation of this file.
23 #ifndef __MYGUI_CAST_WIDGET_H__
24 #define __MYGUI_CAST_WIDGET_H__
32 #ifndef MYGUI_DONT_USE_OBSOLETE
36 MYGUI_OBSOLETE(
"use : template<typename Type> Type* Widget::castType(bool _throw)")
40 return _widget->castType<T>();
43 #endif // MYGUI_DONT_USE_OBSOLETE
47 #endif // __MYGUI_CAST_WIDGET_H__