Class TCastlePanel
Unit
CastleControls
Declaration
type TCastlePanel = class(TCastleUserInterface)
Description
Warning: this symbol is deprecated: use TCastleHorizontalGroup
Panel or a toolbar control. Use as a background for other controls like buttons. You can add vertical separators to separate groups of controls on the panel.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create(AOwner: TComponent); override; |
|
|
destructor Destroy; override; |
|
|
procedure Render; override; |
|
|
class function SeparatorSize: Single; |
|
Properties
|
property VerticalSeparators: TSingleList read FVerticalSeparators; |
Separator lines drawn on panel. Useful if you want to visually separate groups of contols (like a groups of buttons when you use this panel as a toolbar).
Values are the horizontal positions of the separators (with respect to this panel Left). Width of the separator is in SeparatorSize.
|
Generated by PasDoc 0.16.0.