|
MyGUI
3.2.0
|
#include "MyGUI_Prerequest.h"Go to the source code of this file.
Namespaces | |
| MyGUI | |
Functions | |
| int | MyGUI::getWidgetWidth (Widget *_widget, bool _vert) |
| int | MyGUI::getWidgetHeight (Widget *_widget, bool _vert) |
| int | MyGUI::getWidgetLeft (Widget *_widget, bool _vert) |
| int | MyGUI::getWidgetTop (Widget *_widget, bool _vert) |
| void | MyGUI::setWidgetSize (Widget *_widget, int _width, int _height, bool _vert) |
| void | MyGUI::setWidgetCoord (Widget *_widget, int _left, int _top, int _width, int _height, bool _vert) |
| void | MyGUI::convertWidgetCoord (IntCoord &_coord, bool _vert) |
Definition in file MyGUI_WidgetTranslate.h.
1.8.5