Castle Game EngineIntroduction Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers
|
Unit CastleUIControls
Description
User interface (2D) basic classes: TUIControl and TUIContainer.
Uses
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
Description
Functions and Procedures
function OnGLContextOpen: TGLContextEventList; deprecated 'use ApplicationProperties.OnGLContextOpen'; |
Warning: this symbol is deprecated: use ApplicationProperties.OnGLContextOpen |
function OnGLContextClose: TGLContextEventList; deprecated 'use ApplicationProperties.OnGLContextClose'; |
Warning: this symbol is deprecated: use ApplicationProperties.OnGLContextClose |
function IsGLContextOpen: boolean; deprecated 'use ApplicationProperties.IsGLContextOpen'; |
Warning: this symbol is deprecated: use ApplicationProperties.IsGLContextOpen |
Types
TRenderStyle = (...) deprecated 'do not use this to control front-back UI controls order, better to use controls order and TUIControl.KeepInFront'; |
Warning: this symbol is deprecated: do not use this to control front-back UI controls order, better to use controls order and TUIControl.KeepInFront
Determines the order in which TUIControl.Render is called. All 3D controls are always under all 2D controls. See TUIControl.Render, TUIControl.RenderStyle.
Values
|
TContainerObjectEvent = procedure (Container: TUIContainer) of object; |
|
TPositionRelative = (...) deprecated; |
Warning: this symbol is deprecated.
Position for relative layout of one control in respect to another. Deprecated, rather use cleaner THorizontalPosition and TVerticalPosition.
Values
|
TUIControlPos = TUIControl deprecated 'use TUIControl class'; |
Warning: this symbol is deprecated: use TUIControl class |
TUIRectangularControl = TUIControl deprecated 'use TUIControl class'; |
Warning: this symbol is deprecated: use TUIControl class |
Constants
DefaultDpi = 96; |
Default value for container's Dpi, as is usually set on desktops.
|
DefaultTooltipDelay = 1.0; |
|
DefaultTooltipDistance = 10; |
|
ds2D = rs2D deprecated; |
Warning: this symbol is deprecated.
Deprecated name for rs2D.
|
ds3D = rs3D deprecated; |
Warning: this symbol is deprecated.
Deprecated name for rs3D.
|
prLeft = prLow deprecated; |
Warning: this symbol is deprecated. |
prRight = prHigh deprecated; |
Warning: this symbol is deprecated. |
prBottom = prLow deprecated; |
Warning: this symbol is deprecated. |
prTop = prHigh deprecated; |
Warning: this symbol is deprecated. |
Generated by PasDoc 0.15.0.
|