- class
UIWindow
(swt\UIWindow
) extendsUIComposite
- source
swt/UIWindow.php
Description
Window
->
title
:string
- Title text of the window.->
maximized
:bool
->
fullscreen
:bool
->
opacity
:float
- Alpha of window, from 0.0 to 1.0- See also in the parent class UIComposite.
->
__construct()
- UIWindow constructor.->
center()
- Set center position on monitor.->
open()
- Open the window.->
close()
- Close the window.- See also in the parent class UIComposite
__construct([ swt\UIDisplay $display): void
UIWindow constructor.
center(): void
Set center position on monitor.
open(): void
Open the window.
close(): void
Close the window.