mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 10:59:07 +02:00
MG: ShortCut support for buttons from Andrew
git-svn-id: trunk@1006 -
This commit is contained in:
parent
4611d4b804
commit
8b2060a2f4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user