mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-02 16:15:35 +00:00
11 lines
241 B
Text
11 lines
241 B
Text
|
class Widget;
|
||
|
|
||
|
native setNeedMouseFocus(bool b);
|
||
|
native setTextColor(float r, float g, float b);
|
||
|
native setCoord(int x, int y, int w, int h);
|
||
|
|
||
|
native setCaption(char[][] str...);
|
||
|
|
||
|
// Find a named child widget
|
||
|
native Widget get(char[] name);
|