mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 23:19:17 +02:00
MG: fixed LM_LVChangedItem, OnShowHint, small bugs
git-svn-id: trunk@2398 -
This commit is contained in:
parent
39ff2db09f
commit
4240e2e89f
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user