mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 17:01:14 +01:00
lcl: publish more statusbar properties
git-svn-id: trunk@15162 -
This commit is contained in:
parent
e8a01d9dc1
commit
a505d246aa
@ -166,13 +166,19 @@ type
|
||||
property Anchors;
|
||||
property AutoHint: Boolean read FAutoHint write FAutoHint default false;
|
||||
property AutoSize default true;
|
||||
property Color default clBtnFace;
|
||||
property Constraints;
|
||||
property DragCursor;
|
||||
property DragKind;
|
||||
property DragMode;
|
||||
property Enabled;
|
||||
property Panels: TStatusPanels read FPanels write SetPanels;
|
||||
property ParentShowHint;
|
||||
property SimpleText: String read FSimpleText write SetSimpleText;
|
||||
property SimplePanel: Boolean read FSimplePanel write SetSimplePanel default True;
|
||||
property SizeGrip: Boolean read FSizeGrip write SetSizeGrip default True;
|
||||
property ShowHint;
|
||||
property Visible default true;
|
||||
property Color default clBtnFace;
|
||||
property OnClick;
|
||||
property OnContextPopup;
|
||||
property OnCreatePanelClass: TSBCreatePanelClassEvent read FOnCreatePanelClass write FOnCreatePanelClass;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user