| Description | Hierarchy | Fields | Methods | Properties | 
type unaWinSplashWindow = class(unaWinWindow)
This is small centered window without borders.
![]()  | 
constructor create(const text: string = ''; parent: unaWinWindow = nil; w: int = 200; h: int = 150); | 
![]()  | 
function onClick(button: Word; x, y: word): bool; override; | 
![]()  | 
function parentResize(dw, dh: int): unaWinWindow; override; | 
![]()  | 
procedure BeforeDestruction(); override; | 
![]()  | 
procedure setText(const text: string; doShow: bool = false); | 
![]()  | 
constructor create(const text: string = ''; parent: unaWinWindow = nil; w: int = 200; h: int = 150); | 
| 
 Creates splash window with centered text inside.  | |
![]()  | 
function onClick(button: Word; x, y: word): bool; override; | 
![]()  | 
function parentResize(dw, dh: int): unaWinWindow; override; | 
![]()  | 
procedure BeforeDestruction(); override; | 
![]()  | 
procedure setText(const text: string; doShow: bool = false); | 
| 
 Changes the text displayed inside the window.  | |
(c) 2012 Lake of Soft