PHP Manual
Function Reference
GUI Extensions
UI
UI\Window
UI\Window::add
UI\Window::__construct
UI\Window::error
UI\Window::getSize
UI\Window::getTitle
UI\Window::hasBorders
UI\Window::hasMargin
UI\Window::isFullScreen
UI\Window::msg
UI\Window::onClosing
UI\Window::open
UI\Window::save
UI\Window::setBorders
UI\Window::setFullScreen
UI\Window::setMargin
UI\Window::setSize
UI\Window::setTitle
UI\Window
UI\Window::__construct
UI\Window
PHP Manual
UI\Window::add
Add a Control
Description
public
UI\Window::add
(
UI\Control
$control
)
Shall add a Control to this Window
Parameters
control
The Control to add
Return Values