Class:GuiWindow
From Star Ruler
Derives from:
GuiElement
Methods
// constructor
GuiWindow( const
recti& rectangle, const
string@ title, WM_Flags flags,
GuiElement@ parent);
// make the window resizable
void setResizable(bool resizable);
// translate to a GuiElement (maybe ?)
GuiElement@ toGuiElement();
See Also: Scripting Hooks
