mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 22:20:24 +02:00
Minor tweaks, default font caching.
git-svn-id: trunk@836 -
This commit is contained in:
parent
65d4b907d4
commit
6c4d157790
@ -46,6 +46,7 @@ type
|
||||
FGTKToolTips: PGtkToolTips;
|
||||
FAccelGroup: PgtkAccelGroup;
|
||||
FTimerData : TList; // keeps track of timer event structures
|
||||
FDefaultFont : PGdkFont;
|
||||
|
||||
FStockNullBrush: HBRUSH;
|
||||
FStockBlackBrush: HBRUSH;
|
||||
@ -325,6 +326,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.28 2002/02/20 19:11:48 lazarus
|
||||
Minor tweaks, default font caching.
|
||||
|
||||
Revision 1.27 2002/02/18 22:46:11 lazarus
|
||||
Implented TMenuItem.ShortCut (not much tested).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user