mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 11:59:08 +02:00
lcl: set default TSpeedButton.Color value to clBtnFace
git-svn-id: trunk@27768 -
This commit is contained in:
parent
5aaab6fd72
commit
e914afd958
@ -332,6 +332,7 @@ type
|
|||||||
procedure LoadGlyphFromLazarusResource(const AName: String);
|
procedure LoadGlyphFromLazarusResource(const AName: String);
|
||||||
public
|
public
|
||||||
property AllowAllUp: Boolean read FAllowAllUp write SetAllowAllUp default false;
|
property AllowAllUp: Boolean read FAllowAllUp write SetAllowAllUp default false;
|
||||||
|
property Color default clBtnFace;
|
||||||
property Down: Boolean read FDown write SetDown default false;
|
property Down: Boolean read FDown write SetDown default false;
|
||||||
property Flat: Boolean read FFlat write SetFlat default false;
|
property Flat: Boolean read FFlat write SetFlat default false;
|
||||||
property Glyph: TBitmap read GetGlyph write SetGlyph;
|
property Glyph: TBitmap read GetGlyph write SetGlyph;
|
||||||
|
Loading…
Reference in New Issue
Block a user