mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 10:55:55 +02:00
added IsWindowVisible
git-svn-id: trunk@2584 -
This commit is contained in:
parent
6d94a6be4b
commit
5d88a46b5f
@ -121,6 +121,7 @@ function HideCaret(hWnd: HWND): Boolean; override;
|
|||||||
|
|
||||||
function IntersectClipRect(dc: hdc; Left, Top, Right, Bottom: Integer): Integer; override;
|
function IntersectClipRect(dc: hdc; Left, Top, Right, Bottom: Integer): Integer; override;
|
||||||
function InvalidateRect(aHandle : HWND; Rect : pRect; bErase : Boolean) : Boolean; override;
|
function InvalidateRect(aHandle : HWND; Rect : pRect; bErase : Boolean) : Boolean; override;
|
||||||
|
function IsWindowVisible(handle: HWND): boolean; override;
|
||||||
|
|
||||||
function LineTo(DC: HDC; X, Y: Integer): Boolean; override;
|
function LineTo(DC: HDC; X, Y: Integer): Boolean; override;
|
||||||
|
|
||||||
@ -199,6 +200,9 @@ Procedure DeleteCriticalSection(var CritSection: TCriticalSection); Override;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.63 2003/03/17 08:51:10 mattias
|
||||||
|
added IsWindowVisible
|
||||||
|
|
||||||
Revision 1.62 2003/03/09 21:13:32 mattias
|
Revision 1.62 2003/03/09 21:13:32 mattias
|
||||||
localized gtk interface
|
localized gtk interface
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user