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:
Returns:
show()

Shows the window after all elements have been added.

Parameters:

None

Returns:

None