CAST II Game Engine

   MAIN       FEATURES       SCREENSHOTS       FORUMS       MANUAL       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Unit ACS

Description

ACS GUI library unit

(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

Classes, Interfaces and Objects

NameDescription
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 

Functions and Procedures

Overview

function GetUnitClassList: TClassArray;

Description

function GetUnitClassList: TClassArray;

Returns list of classes introduced by the unit

Types

Overview

TValueDelegate = function(Caller: TGUIItem): Integer of object;

Description

TValueDelegate = function(Caller: TGUIItem): Integer of object;

 

Last modified: Jan 6, 2010
Copyright (C) 2006-2010, casteng.com