mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 05:50:30 +02:00
LCL: published T(Float)SpinEdit.Font and ParentFont, reportedly they are working (bug #8549)
git-svn-id: trunk@14933 -
This commit is contained in:
parent
13c13fe6fb
commit
0db79d0c37
@ -89,6 +89,7 @@ type
|
||||
property Constraints;
|
||||
property DecimalPlaces;
|
||||
property Enabled;
|
||||
property Font;
|
||||
property Increment;
|
||||
property MaxValue;
|
||||
property MinValue;
|
||||
@ -105,6 +106,7 @@ type
|
||||
property OnMouseMove;
|
||||
property OnMouseUp;
|
||||
property OnResize;
|
||||
property ParentFont;
|
||||
property ParentShowHint;
|
||||
property PopupMenu;
|
||||
property ReadOnly;
|
||||
@ -151,6 +153,7 @@ type
|
||||
property BorderSpacing;
|
||||
property Constraints;
|
||||
property Enabled;
|
||||
property Font;
|
||||
property Increment;
|
||||
property MaxValue;
|
||||
property MinValue;
|
||||
@ -167,6 +170,7 @@ type
|
||||
property OnMouseMove;
|
||||
property OnMouseUp;
|
||||
property OnResize;
|
||||
property ParentFont;
|
||||
property ParentShowHint;
|
||||
property PopupMenu;
|
||||
property ReadOnly;
|
||||
|
Loading…
Reference in New Issue
Block a user