mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-21 19:08:13 +02:00
lcl: publish TStatusBar.ShowHint
git-svn-id: trunk@15148 -
This commit is contained in:
parent
1e380518d5
commit
a9c5cef59f
@ -170,6 +170,7 @@ type
|
|||||||
property SimpleText: String read FSimpleText write SetSimpleText;
|
property SimpleText: String read FSimpleText write SetSimpleText;
|
||||||
property SimplePanel: Boolean read FSimplePanel write SetSimplePanel default True;
|
property SimplePanel: Boolean read FSimplePanel write SetSimplePanel default True;
|
||||||
property SizeGrip: Boolean read FSizeGrip write SetSizeGrip default True;
|
property SizeGrip: Boolean read FSizeGrip write SetSizeGrip default True;
|
||||||
|
property ShowHint;
|
||||||
property Visible default true;
|
property Visible default true;
|
||||||
property Color default clBtnFace;
|
property Color default clBtnFace;
|
||||||
property OnClick;
|
property OnClick;
|
||||||
|
Loading…
Reference in New Issue
Block a user