Documentation

Window - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Window

GUI.Window
Window in the user interface

Enumerations

Display State
Enumeration for specifying the size of the window

Functions

Constructor ( )
Show Window ( Parent Window*, Modal Boolean )
Shows a selected window
Hide Window ( )
Hides a selected window

Properties

Resource Window Resource'
resource that created this window
Caption Localized String
caption of the window
Minimize Box Boolean
whether the window has a box for minimizing
Maximize Box Boolean
whether the window has a box for maximizing
Close Box Boolean
whether the window has a box for closing
Resizable Boolean
whether the window is resizable
Taskbar Boolean
whether window shows up in the taskbar
Icon Image'
icon graphic associated with the window
Display Display State
size or placement of the window

Events

Created Window ( )
Triggers when a window is being created internally allowing optimized control changes before being opened
Opened Window ( )
Triggers when a window is opened
Shown Window ( )
Triggers when a window is shown
Hidden Window ( )
Triggers when a window is hidden
Closed Window ( )
Triggers when a window is closed by the user
Destroyed Window ( )
Triggers when a window is being destroyed

If you think anything is missing, please feel free to: submit documentation feedback on this page