MG: fixed LM_LVChangedItem, OnShowHint, small bugs

git-svn-id: trunk@2398 -
This commit is contained in:
lazarus 2002-08-17 23:41:20 +00:00
parent 39ff2db09f
commit 4240e2e89f

View File

@ -91,6 +91,7 @@ function GetDIBits(DC: HDC; Bitmap: HBitmap; StartScan, NumScans: UINT; Bits: Po
function GetBitmapBits(Bitmap: HBITMAP; Count: Longint; Bits: Pointer): Longint; Override; function GetBitmapBits(Bitmap: HBITMAP; Count: Longint; Bits: Pointer): Longint; Override;
function GetFocus: HWND; override; function GetFocus: HWND; override;
function GetKeyState(nVirtKey: Integer): Smallint; override; function GetKeyState(nVirtKey: Integer): Smallint; override;
function GetNotebookTabIndexAtPos(Handle: HWND; const ClientPos: TPoint): integer; override;
function GetObject(GDIObj: HGDIOBJ; BufSize: Integer; Buf: Pointer): Integer; override; function GetObject(GDIObj: HGDIOBJ; BufSize: Integer; Buf: Pointer): Integer; override;
Function GetParent(Handle : HWND): HWND; override; Function GetParent(Handle : HWND): HWND; override;
Function GetProp(Handle : hwnd; Str : PChar): Pointer; override; Function GetProp(Handle : hwnd; Str : PChar): Pointer; override;
@ -192,6 +193,9 @@ Procedure DeleteCriticalSection(var CritSection: TCriticalSection); Override;
{ ============================================================================= { =============================================================================
$Log$ $Log$
Revision 1.53 2002/11/09 15:02:12 lazarus
MG: fixed LM_LVChangedItem, OnShowHint, small bugs
Revision 1.52 2002/10/31 21:29:49 lazarus Revision 1.52 2002/10/31 21:29:49 lazarus
MG: implemented TControlScrollBar.Size MG: implemented TControlScrollBar.Size