Prajna


WindowWithMenu

A window UI with a menu

Constructors

ConstructorDescription
new(menu, content, sizex, sizey)
Signature: (menu:UIElement * content:UIElement * sizex:float * sizey:float) -> WindowWithMenu

Instance members

Instance memberDescription
ChangeSize(width, height)
Signature: (width:float * height:float) -> unit

Change the size of the window

Fork me on GitHub