Window.this
- this(Widget p)
- this(SimpleWindow win)
- this(int width, int height, string title, WindowTypes windowType, WindowFlags windowFlags, SimpleWindow parent)
class Window
this
(,,,,WindowFlags windowFlags = WindowFlags.dontAutoShow | WindowFlags.managesChildWindowFocus ,) - this(string title, int width, int height)
arsd minigui Window
constructorsfunctionspropertiesstatic functions
Creates a window. Please note windows are created in a hidden state, so you must call show or loop to get it to display.