From 0db79d0c3795268aca3ee0bbb4ca885524e1bb46 Mon Sep 17 00:00:00 2001 From: vincents Date: Wed, 23 Apr 2008 07:16:46 +0000 Subject: [PATCH] LCL: published T(Float)SpinEdit.Font and ParentFont, reportedly they are working (bug #8549) git-svn-id: trunk@14933 - --- lcl/spin.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lcl/spin.pp b/lcl/spin.pp index b5bc5b7e8c..b24d698214 100644 --- a/lcl/spin.pp +++ b/lcl/spin.pp @@ -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;