mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:19:16 +02:00
Enabled cursor property + property editor.
git-svn-id: trunk@1047 -
This commit is contained in:
parent
88fb533daf
commit
c7ce14d1ab
@ -230,6 +230,7 @@ var
|
|||||||
Cursor_SizeNS : pGDKCursor;
|
Cursor_SizeNS : pGDKCursor;
|
||||||
Cursor_SizeNESW : pGDKCursor;
|
Cursor_SizeNESW : pGDKCursor;
|
||||||
Cursor_SizeWE : pGDKCursor;
|
Cursor_SizeWE : pGDKCursor;
|
||||||
|
Cursor_Help : pGDKCursor;
|
||||||
|
|
||||||
Styles : TStrings;
|
Styles : TStrings;
|
||||||
|
|
||||||
@ -482,6 +483,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.71 2002/09/06 22:32:21 lazarus
|
||||||
|
Enabled cursor property + property editor.
|
||||||
|
|
||||||
Revision 1.70 2002/09/05 12:11:44 lazarus
|
Revision 1.70 2002/09/05 12:11:44 lazarus
|
||||||
MG: TNotebook is now streamable
|
MG: TNotebook is now streamable
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user