Home Units Hierarchy Routines All identifiers

Class unaWinSplashWindow

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaWinSplashWindow = class(unaWinWindow)

Description

This is small centered window without borders.

Hierarchy

Overview

Methods

Public constructor create(const text: string = ''; parent: unaWinWindow = nil; w: int = 200; h: int = 150);
Protected function onClick(button: Word; x, y: word): bool; override;
Protected function parentResize(dw, dh: int): unaWinWindow; override;
Public procedure BeforeDestruction(); override;
Public procedure setText(const text: string; doShow: bool = false);

Description

Methods

Public constructor create(const text: string = ''; parent: unaWinWindow = nil; w: int = 200; h: int = 150);

Creates splash window with centered text inside.

Protected function onClick(button: Word; x, y: word): bool; override;
 
Protected function parentResize(dw, dh: int): unaWinWindow; override;
 
Public procedure BeforeDestruction(); override;
 
Public procedure setText(const text: string; doShow: bool = false);

Changes the text displayed inside the window.

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09