* Publish BorderSpacing property for GradButton and GradTabControl (with permission of Eugen Bolz)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1104 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2009-12-31 13:09:57 +00:00
parent 86d2440a32
commit 61d2516245
2 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,7 @@ type
property Action;
property Anchors;
property Align;
property BorderSpacing;
property Caption;
property Enabled;
property PopupMenu;

View File

@ -415,6 +415,7 @@ type
property PageCount : Integer read GetCount;
published
property Align;
property BorderSpacing;
property ActivePage : TGradTabPage read GetCurrentPage write SetCurrentPage;
property OnTabButtonClick : TGradTabPageButtonClickEvent read FOnTabButtonClick write FOnTabButtonClick;
property OnTabButtonMouseDown : TGradTabPageButtonMouseDownUpEvent read FOnTabButtonMouseDown write FOnTabButtonMouseDown;