CAST II Game Engine |
||||||||
![]() |
MAIN | FEATURES | SCREENSHOTS | FORUMS | MANUAL | DOWNLOADS | CONTACTS | |
(C) 2006 George "Mirage" Bakhtadze. www.casteng.com
The source code may be used under either MPL 1.1 or LGPL 2.1 license. See included license.txt file
Unit contains simple GUI controls
| Name | Description |
|---|---|
Class TButton | |
Class TCaptionArea | |
Class TCheckBox | |
Class TClientArea | |
Class TCursorPicture | |
Class TEdit | |
Class TGUILine | |
Class TGUIPoint | |
Class TLabel | |
Class TPanel | |
Class TProgressBar | |
Class TSlider | |
Class TSwitchButton | |
Class TTrackBar | |
Class TWindow |
function GetUnitClassList: TClassArray; |
function GetUnitClassList: TClassArray; |
Returns list of classes introduced by the unit
TValueDelegate = function(Caller: TGUIItem): Integer of object; |
TValueDelegate = function(Caller: TGUIItem): Integer of object; |
|
Last modified: Jan 6, 2010 |