MG: ShortCut support for buttons from Andrew

git-svn-id: trunk@1006 -
This commit is contained in:
lazarus 2002-02-09 01:47:37 +00:00
parent 4611d4b804
commit 8b2060a2f4

View File

@ -77,6 +77,10 @@ type
FStockBlackPen: HPEN;
FStockWhitePen: HPEN;
FStockSystemFont : HFONT;
Function CreateSystemFont : hFont;
Procedure HookSignals(Sender : TObject); //hooks all signals for controls
procedure CreateComponent(Sender : TObject);
procedure DestroyLCLControl(Sender : TObject);
@ -432,6 +436,9 @@ end.
{ =============================================================================
$Log$
Revision 1.65 2002/08/27 06:40:50 lazarus
MG: ShortCut support for buttons from Andrew
Revision 1.64 2002/08/22 16:43:35 lazarus
MG: improved theme support from Andrew