ImPS_Window
- class ImPS_Window($title, $width, $height)
Attention
This class is not intended to be initialized directly.
- Parameters:
$title ([string]) - The title of the window.
$width ([int]) - The width of the window.
$height ([int]) - The height of the window.
- Attributes:
Elements ([ImPS_Elements])
Panels ([ImPS_Panels])
Drawable ([System.Windows.Forms.Forms])
- Returns:
- show()
Shows the window after all elements have been added.
- Parameters:
None
- Returns:
None