mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-30 12:16:01 +02:00
reduced speedbutton invalidates, added TCanvas.Frame
git-svn-id: trunk@3191 -
This commit is contained in:
parent
0f81c84b8b
commit
2b030f261c
@ -173,7 +173,7 @@ type
|
||||
//property MultiLine: boolean read fMultiLine write SetMultiLine default false;
|
||||
property Page[Index: Integer]: TPage read GetPage;
|
||||
property PageCount : integer read GetPageCount;
|
||||
property PageIndex: Integer read GetPageIndex write SetPageIndex default 0;
|
||||
property PageIndex: Integer read GetPageIndex write SetPageIndex default -1;
|
||||
property PageList: TList read fPageList;
|
||||
property Pages: TStrings read fAccess write SetPages;
|
||||
property OnPageChanged: TNotifyEvent read fOnPageChanged write fOnPageChanged;
|
||||
@ -562,6 +562,9 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.50 2003/01/27 13:49:16 mattias
|
||||
reduced speedbutton invalidates, added TCanvas.Frame
|
||||
|
||||
Revision 1.49 2003/01/21 23:07:14 mattias
|
||||
applied patch from Jesus for many grid improvements
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user