First commit for release 0.2.2, which restores Ctl3D so it can again be compiled by Lazarus 0.9.27+

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@963 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
macpgmr
2009-09-22 01:00:15 +00:00
parent c369d3321e
commit f557d85ab0
22 changed files with 244 additions and 49 deletions

View File

@@ -50,6 +50,9 @@ type
protected {private}
{property Variables}
FShowColorNames : Boolean;
{$IFDEF LCL}
FCtl3D : Boolean;
{$ENDIF}
{internal variables}
BoxWidth : Integer;
@@ -73,6 +76,9 @@ type
read GetSelectedColor write SetSelectedColor;
property ShowColorNames : Boolean
read FShowColorNames write SetShowColorNames default True;
{$IFDEF LCL}
property Ctl3D : Boolean read FCtl3D write FCtl3D;
{$ENDIF}
public
constructor Create(AOwner : TComponent); override;
@@ -104,7 +110,9 @@ type
property ItemHeight;
property LabelInfo;
property ParentColor;
{$IFNDEF LCL}
property ParentCtl3D;
{$ENDIF}
property ParentFont;
property ParentShowHint;
property PopupMenu;