mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:39:18 +02:00
MG: added include comments
git-svn-id: trunk@953 -
This commit is contained in:
parent
5bb3552d16
commit
e42c0d23a8
@ -751,7 +751,6 @@ type
|
|||||||
function DoKeyPress(var Message: TLMKey): Boolean;
|
function DoKeyPress(var Message: TLMKey): Boolean;
|
||||||
function DoKeyUp(var Message: TLMKey): Boolean;
|
function DoKeyUp(var Message: TLMKey): Boolean;
|
||||||
function GetClientOrigin: TPoint; override;
|
function GetClientOrigin: TPoint; override;
|
||||||
function GetClientRect: TRect; override;
|
|
||||||
function GetDeviceContext(var WindowHandle: HWnd): HDC; override;
|
function GetDeviceContext(var WindowHandle: HWnd): HDC; override;
|
||||||
Function IsControlMouseMsg(var Message : TLMMOuse): Boolean;
|
Function IsControlMouseMsg(var Message : TLMMOuse): Boolean;
|
||||||
property BorderWidth : TBorderWidth read FBorderWidth write SetBorderWidth default 0;
|
property BorderWidth : TBorderWidth read FBorderWidth write SetBorderWidth default 0;
|
||||||
@ -1220,6 +1219,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.40 2002/04/18 08:13:36 lazarus
|
||||||
|
MG: added include comments
|
||||||
|
|
||||||
Revision 1.39 2002/04/18 08:09:03 lazarus
|
Revision 1.39 2002/04/18 08:09:03 lazarus
|
||||||
MG: added include comments
|
MG: added include comments
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user