mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 00:38:16 +02:00

* Implemented LCL side of imagelist * restructured rawimage to more OO Merged revisions 11289-11617 via svnmerge from http://svn.freepascal.org/svn/lazarus/branches/marc-lcl ........ r11289 | marc | 2007-06-06 22:50:05 +0200 (Wed, 06 Jun 2007) | 1 line private branch for bitmap rework ........ r11290 | marc | 2007-06-06 23:30:09 +0200 (Wed, 06 Jun 2007) | 2 lines * Initial linux and win32 implementation ........ r11291 | paul | 2007-06-07 03:20:11 +0200 (Thu, 07 Jun 2007) | 3 lines - fix compilation with fpc 2.3.1 - remove unneded code for converting cursor mask - enabled loading of standard windows status icons instead of LCL ........ r11292 | paul | 2007-06-07 11:03:27 +0200 (Thu, 07 Jun 2007) | 1 line - some bugs with mask and alpha ........ r11299 | marc | 2007-06-08 00:59:26 +0200 (Fri, 08 Jun 2007) | 2 lines * force alpha channel when PNG has alpha ........ r11302 | paul | 2007-06-09 04:45:12 +0200 (Sat, 09 Jun 2007) | 1 line - fix black rectangles instead of manu item images ........ r11303 | paul | 2007-06-09 04:46:14 +0200 (Sat, 09 Jun 2007) | 1 line formatting ........ r11309 | marc | 2007-06-11 02:25:07 +0200 (Mon, 11 Jun 2007) | 3 lines * Added alpha premultiply * Published Colorbox selection property ........ r11310 | paul | 2007-06-11 19:10:18 +0200 (Mon, 11 Jun 2007) | 1 line misc ........ r11312 | marc | 2007-06-12 01:44:03 +0200 (Tue, 12 Jun 2007) | 2 lines * start with carbon ........ r11313 | paul | 2007-06-12 14:02:48 +0200 (Tue, 12 Jun 2007) | 1 line - BitBtn glyph transparency ........ r11315 | paul | 2007-06-13 05:20:40 +0200 (Wed, 13 Jun 2007) | 1 line - problems with internal bitmap saving/loading (is was 24bpp when 32bpp needed) ........ r11319 | paul | 2007-06-14 06:32:04 +0200 (Thu, 14 Jun 2007) | 1 line - More LCL way of painting images through ThemeServices ........ r11320 | paul | 2007-06-14 06:32:56 +0200 (Thu, 14 Jun 2007) | 1 line - ability to override bitbtn glyph to nothing ........ r11321 | paul | 2007-06-14 06:34:49 +0200 (Thu, 14 Jun 2007) | 1 line painting headercontrol images through ThemeServices ........ r11325 | paul | 2007-06-17 10:14:27 +0200 (Sun, 17 Jun 2007) | 1 line fixing painting of 32bpp bitmaps with no Alpha ........ r11326 | paul | 2007-06-17 10:16:00 +0200 (Sun, 17 Jun 2007) | 1 line missed file ........ r11337 | paul | 2007-06-20 03:44:47 +0200 (Wed, 20 Jun 2007) | 3 lines - revert previous commit - create 24bpp bitmaps by default ........ r11342 | marc | 2007-06-21 01:47:30 +0200 (Thu, 21 Jun 2007) | 3 lines * Added Alpha support on Carbon * Simplified win32 rawimage_fromdevice ........ r11343 | paul | 2007-06-21 04:36:28 +0200 (Thu, 21 Jun 2007) | 1 line - adopt gtk2 code ........ r11344 | paul | 2007-06-21 04:41:41 +0200 (Thu, 21 Jun 2007) | 1 line make gtk2 work ........ r11353 | paul | 2007-06-22 10:12:19 +0200 (Fri, 22 Jun 2007) | 1 line - default WS imagelist implementation ........ r11358 | marc | 2007-06-23 13:29:06 +0200 (Sat, 23 Jun 2007) | 2 lines * Implemented MaskBlit ........ r11359 | paul | 2007-06-23 20:02:52 +0200 (Sat, 23 Jun 2007) | 1 line draw new imagelist bitmap on widget canvas ........ r11371 | marc | 2007-06-25 23:50:13 +0200 (Mon, 25 Jun 2007) | 2 lines * Rawimage rework ........ r11372 | marc | 2007-06-25 23:51:00 +0200 (Mon, 25 Jun 2007) | 2 lines + Added header ........ r11373 | marc | 2007-06-26 00:05:55 +0200 (Tue, 26 Jun 2007) | 2 lines * Swapped RGBA <-> ARGB defualt format since most widgetsets use ARGB ........ r11374 | marc | 2007-06-26 00:09:36 +0200 (Tue, 26 Jun 2007) | 2 lines * added ........ r11462 | marc | 2007-07-12 00:16:02 +0200 (Thu, 12 Jul 2007) | 2 lines + added header ........ r11463 | marc | 2007-07-12 00:18:49 +0200 (Thu, 12 Jul 2007) | 2 lines * Added alpha/masked strechblt support ........ r11464 | marc | 2007-07-12 00:21:27 +0200 (Thu, 12 Jul 2007) | 2 lines * create DIBSection instead of DIBitmap ........ r11502 | marc | 2007-07-14 00:23:42 +0200 (Sat, 14 Jul 2007) | 2 lines * Fixed transparentcolor after loading bitmap ........ r11505 | marc | 2007-07-14 15:10:56 +0200 (Sat, 14 Jul 2007) | 2 lines - Removed ARGB dataconversion, internal format is by default the same now ........ r11531 | marc | 2007-07-17 01:23:34 +0200 (Tue, 17 Jul 2007) | 2 lines * changed TRawImage into object ........ r11533 | paul | 2007-07-17 05:10:31 +0200 (Tue, 17 Jul 2007) | 3 lines - change several occurrence of FillChar(..TRawImageDescription..) with call to Init - change imagelist defines to use old imagelist (new is crashes ide) - change TWin32ThemeServices to use old imagelist ........ r11534 | paul | 2007-07-17 05:19:02 +0200 (Tue, 17 Jul 2007) | 3 lines - change several occurrence of FillChar(..TRawImageDescription..) with call to Init in Qt widgetset - change TRawImageDescription.IsEqual and TRawImage.IsEqual ........ r11535 | paul | 2007-07-17 05:23:53 +0200 (Tue, 17 Jul 2007) | 1 line - change several occurrence of FillChar(..TRawImageDescription..) with call to Init in wince widgetset ........ r11554 | marc | 2007-07-18 00:10:11 +0200 (Wed, 18 Jul 2007) | 2 lines * fixed compilation on 2.0.4 ........ r11555 | marc | 2007-07-18 00:10:44 +0200 (Wed, 18 Jul 2007) | 2 lines * fixed compilation ........ r11556 | marc | 2007-07-18 00:11:43 +0200 (Wed, 18 Jul 2007) | 2 lines * fixed fillchar on TRawImage object ........ r11572 | marc | 2007-07-19 01:41:35 +0200 (Thu, 19 Jul 2007) | 2 lines * fixed crash when object has vmt ........ r11573 | marc | 2007-07-19 01:42:14 +0200 (Thu, 19 Jul 2007) | 2 lines * Made TRawimage compatible with record again ........ r11580 | marc | 2007-07-20 01:33:20 +0200 (Fri, 20 Jul 2007) | 2 lines * enabled newimagelist ........ r11581 | marc | 2007-07-20 01:33:48 +0200 (Fri, 20 Jul 2007) | 2 lines * fixed font ........ git-svn-id: trunk@11861 -
223 lines
14 KiB
PHP
223 lines
14 KiB
PHP
{%MainUnit gtkint.pp}
|
|
{ $Id$ }
|
|
|
|
(******************************************************************************
|
|
All GTK Winapi related stuff goes here.
|
|
|
|
!! Keep this alphabetical !!
|
|
******************************************************************************)
|
|
{
|
|
*****************************************************************************
|
|
* *
|
|
* This file is part of the Lazarus Component Library (LCL) *
|
|
* *
|
|
* See the file COPYING.modifiedLGPL, included in this distribution, *
|
|
* for details about the copyright. *
|
|
* *
|
|
* This program is distributed in the hope that it will be useful, *
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
|
* *
|
|
*****************************************************************************
|
|
}
|
|
|
|
//##apiwiz##sps## // Do not remove
|
|
|
|
function Arc(DC: HDC; Left, top, right, bottom, angle1, angle2: Integer): Boolean; override;
|
|
function AngleChord(DC: HDC; x1 ,y1, x2, y2, angle1, angle2: Integer): Boolean; override;
|
|
|
|
function BeginPaint(Handle: hWnd; Var PS : TPaintStruct) : hdc; override;
|
|
function BitBlt(DestDC: HDC; X, Y, Width, Height: Integer; SrcDC: HDC; XSrc, YSrc: Integer; Rop: DWORD): Boolean; override;
|
|
|
|
function CallNextHookEx(hHk: HHOOK; ncode : Integer; wParam: WParam; lParam : LParam) : Integer; override;
|
|
Function CallWindowProc(lpPrevWndFunc : TFarProc; Handle : HWND; Msg : UINT; wParam: WParam; lParam : lParam) : Integer; override;
|
|
Function ClientToScreen(Handle : HWND; var P : TPoint) : Boolean;override;
|
|
|
|
// clipboard
|
|
function ClipboardFormatToMimeType(FormatID: TClipboardFormat): string; override;
|
|
function ClipboardGetData(ClipboardType: TClipboardType;
|
|
FormatID: TClipboardFormat; Stream: TStream): boolean; override;
|
|
// ! List will be created. You must free it yourself with FreeMem(List) !
|
|
function ClipboardGetFormats(ClipboardType: TClipboardType;
|
|
var Count: integer; var List: PClipboardFormat): boolean; override;
|
|
function ClipboardGetOwnerShip(ClipboardType: TClipboardType;
|
|
OnRequestProc: TClipboardRequestEvent; FormatCount: integer;
|
|
Formats: PClipboardFormat): boolean; override;
|
|
function ClipboardRegisterFormat(const AMimeType: string): TClipboardFormat; override;
|
|
|
|
Function CombineRgn(Dest, Src1, Src2 : HRGN; fnCombineMode : Longint) : Longint; override;
|
|
function ComboBoxDropDown(Handle: HWND; DropDown: boolean): boolean; override;
|
|
function CreateBitmap(Width, Height: Integer; Planes, BitCount: Longint; BitmapBits: Pointer): HBITMAP; override;
|
|
{$ifdef OldRawImageProcs}
|
|
function CreateBitmapFromRawImage(const RawImage: TRawImage; var Bitmap, MaskBitmap: HBitmap; AlwaysCreateMask: boolean): boolean; override;
|
|
{$endif}
|
|
function CreateBrushIndirect(const LogBrush: TLogBrush): HBRUSH; override;
|
|
function CreateCaret(Handle : HWND; Bitmap : hBitmap; width, Height : Integer) : Boolean; override;
|
|
function CreateCompatibleBitmap(DC: HDC; Width, Height: Integer): HBITMAP; override;
|
|
function CreateCompatibleDC(DC: HDC): HDC; override;
|
|
function CreateCursor(ACursorInfo: PIconInfo): hCursor; override;
|
|
function CreateFontIndirect(const LogFont: TLogFont): HFONT; override;
|
|
function CreateFontIndirectEx(const LogFont: TLogFont; const LongFontName: string): HFONT; override;
|
|
function CreatePalette(const LogPalette: TLogPalette): HPALETTE; override;
|
|
function CreatePenIndirect(const LogPen: TLogPen): HPEN; override;
|
|
function CreatePixmapIndirect(const Data: Pointer; const TransColor: Longint): HBITMAP; override;
|
|
Function CreatePolygonRgn(Points: PPoint; NumPts: Integer; FillMode: integer): HRGN; Override;
|
|
function CreateRectRgn(X1,Y1,X2,Y2 : Integer): HRGN; override;
|
|
|
|
procedure DeleteCriticalSection(var CritSection: TCriticalSection); override;
|
|
function DeleteDC(hDC: HDC): Boolean; override;
|
|
function DeleteObject(GDIObject: HGDIOBJ): Boolean; override;
|
|
function DestroyCaret(Handle : HWND): Boolean; override;
|
|
function DestroyCursor(Handle: hCursor): Boolean; override;
|
|
Function DrawFrameControl(DC: HDC; const Rect : TRect; uType, uState : Cardinal) : Boolean; override;
|
|
function DrawFocusRect(DC: HDC; const Rect: TRect): boolean; override;
|
|
function DrawEdge(DC: HDC; var ARect: TRect; Edge: Cardinal; grfFlags: Cardinal): Boolean; override;
|
|
function DrawText(DC: HDC; Str: PChar; Count: Integer; var Rect: TRect; Flags: Cardinal): Integer; Override;
|
|
|
|
function Ellipse(DC: HDC; x1,y1,x2,y2: Integer): Boolean; override;
|
|
function EnableScrollBar(Wnd: HWND; wSBflags, wArrows: Cardinal): Boolean; override;
|
|
function EnableWindow(hWnd: HWND; bEnable: Boolean): Boolean; override;
|
|
function EndPaint(Handle : hwnd; var PS : TPaintStruct): Integer; override;
|
|
procedure EnterCriticalSection(var CritSection: TCriticalSection); Override;
|
|
function EnumFontFamilies(DC: HDC; Family: Pchar; EnumFontFamProc: FontEnumProc; LParam:Lparam):longint; override;
|
|
function EnumFontFamiliesEx(DC: HDC; lpLogFont: PLogFont; Callback: FontEnumExProc; Lparam: LParam; Flags: dword): longint; override;
|
|
function ExcludeClipRect(dc: hdc; Left, Top, Right, Bottom : Integer) : Integer; override;
|
|
function ExtTextOut(DC: HDC; X, Y: Integer; Options: Longint; Rect: PRect; Str: PChar; Count: Longint; Dx: PInteger): Boolean; override;
|
|
function ExtSelectClipRGN(dc: hdc; rgn : hrgn; Mode : Longint) : Integer; override;
|
|
|
|
function FillRect(DC: HDC; const Rect: TRect; Brush: HBRUSH): Boolean; override;
|
|
function Frame(DC: HDC; const ARect: TRect): Integer; override;
|
|
function Frame3d(DC: HDC; var ARect: TRect; const FrameWidth : integer; const Style : TBevelCut): Boolean; override;
|
|
function FrameRect(DC: HDC; const ARect: TRect; hBr: HBRUSH): Integer; override;
|
|
|
|
function GetActiveWindow : HWND; override;
|
|
function GetBitmapBits(Bitmap: HBITMAP; Count: Longint; Bits: Pointer): Longint; override;
|
|
{$ifdef OldRawImageProcs}
|
|
function GetBitmapRawImageDescription(Bitmap: HBITMAP; Desc: PRawImageDescription): boolean; override;
|
|
{$endif}
|
|
function GetCapture: HWND; override;
|
|
function GetCaretPos(var lpPoint: TPoint): Boolean; override;
|
|
function GetCaretRespondToFocus(handle: HWND; var ShowHideOnFocus: boolean): Boolean; override;
|
|
function GetCharABCWidths(DC: HDC; p2, p3: UINT; const ABCStructs): Boolean; override;
|
|
function GetClientBounds(handle : HWND; var ARect : TRect) : Boolean; override;
|
|
function GetClientRect(handle : HWND; var ARect : TRect) : Boolean; override;
|
|
function GetClipBox(DC : hDC; lpRect : PRect) : Longint; override;
|
|
function GetClipRGN(DC : hDC; RGN : hRGN) : Longint; override;
|
|
function GetCmdLineParamDescForInterface: string; override;
|
|
function GetCursorPos(var lpPoint: TPoint): Boolean; override;
|
|
function GetDC(hWnd: HWND): HDC; override;
|
|
function GetDCOriginRelativeToWindow(PaintDC: HDC; WindowHandle: HWND; var OriginDiff: TPoint): boolean; override;
|
|
function GetDesignerDC(WindowHandle: HWND): HDC; override;
|
|
function GetDeviceCaps(DC: HDC; Index: Integer): Integer; Override;
|
|
{$ifdef OldRawImageProcs}
|
|
function GetDeviceRawImageDescription(DC: HDC; Desc: PRawImageDescription): boolean; override;
|
|
{$endif}
|
|
function GetDeviceSize(DC: HDC; var p: TPoint): boolean; override;
|
|
function GetDIBits(DC: HDC; Bitmap: HBitmap; StartScan, NumScans: UINT; Bits: Pointer; var BitInfo: BitmapInfo; Usage: UINT): Integer; Override;
|
|
function GetFocus: HWND; override;
|
|
function GetFontLanguageInfo(DC: HDC): DWord; override;
|
|
function GetKeyState(nVirtKey: Integer): Smallint; override;
|
|
function GetObject(GDIObj: HGDIOBJ; BufSize: Integer; Buf: Pointer): Integer; override;
|
|
function GetParent(Handle : HWND): HWND; override;
|
|
function GetProp(Handle : hwnd; Str : PChar): Pointer; override;
|
|
{$ifdef OldRawImageProcs}
|
|
function GetRawImageFromDevice(SrcDC: HDC; const SrcRect: TRect; var NewRawImage: TRawImage): boolean; override;
|
|
function GetRawImageFromBitmap(SrcBitmap, SrcMaskBitmap: HBITMAP; const SrcRect: TRect; var NewRawImage: TRawImage): boolean; override;
|
|
{$endif}
|
|
function GetRgnBox(RGN : HRGN; lpRect : PRect) : Longint; override;
|
|
function GetROP2(DC: HDC): Integer; override;
|
|
function GetScrollBarSize(Handle: HWND; BarKind: Integer): integer; override;
|
|
function GetScrollbarVisible(Handle: HWND; SBStyle: Integer): boolean; override;
|
|
function GetScrollInfo(Handle: HWND; SBStyle: Integer; var ScrollInfo: TScrollInfo): Boolean; override;
|
|
function GetStockObject(Value: Integer): THandle; override;
|
|
function GetSysColor(nIndex: Integer): DWORD; override;
|
|
function GetSystemMetrics(nIndex: Integer): Integer; override;
|
|
function GetTextColor(DC: HDC) : TColorRef; Override;
|
|
function GetTextExtentPoint(DC: HDC; Str: PChar; Count: Integer; var Size: TSize): Boolean; override;
|
|
function GetTextMetrics(DC: HDC; var TM: TTextMetric): Boolean; override;
|
|
Function GetWindowLong(Handle : hwnd; int: Integer): PtrInt; override;
|
|
Function GetWindowOrgEx(dc : hdc; P: PPoint): Integer; override;
|
|
Function GetWindowRect(Handle : hwnd; var ARect: TRect): Integer; override;
|
|
function GetWindowRelativePosition(Handle : hwnd; var Left, Top: integer): boolean; override;
|
|
Function GetWindowSize(Handle : hwnd; var Width, Height: integer): boolean; override;
|
|
function GradientFill(DC: HDC; Vertices: PTriVertex; NumVertices : Longint;
|
|
Meshes: Pointer; NumMeshes : Longint; Mode : Longint): Boolean; Override;
|
|
|
|
function HideCaret(hWnd: HWND): Boolean; override;
|
|
|
|
Procedure InitializeCriticalSection(var CritSection: TCriticalSection); Override;
|
|
function IntersectClipRect(dc: hdc; Left, Top, Right, Bottom: Integer): Integer; override;
|
|
function InvalidateRect(aHandle : HWND; Rect : pRect; bErase : Boolean) : Boolean; override;
|
|
function IsWindowEnabled(handle: HWND): boolean; override;
|
|
function IsWindowVisible(handle: HWND): boolean; override;
|
|
|
|
Procedure LeaveCriticalSection(var CritSection: TCriticalSection); Override;
|
|
function LineTo(DC: HDC; X, Y: Integer): Boolean; override;
|
|
|
|
function MessageBox(hWnd: HWND; lpText, lpCaption: PChar; uType: Cardinal): integer; override;
|
|
function MoveToEx(DC: HDC; X, Y: Integer; OldPoint: PPoint): Boolean; override;
|
|
function MoveWindowOrgEx(DC: HDC; dX, dY: Integer): Boolean; override;
|
|
|
|
function PeekMessage(var lpMsg : TMsg; Handle : HWND; wMsgFilterMin, wMsgFilterMax,wRemoveMsg : UINT): Boolean; override;
|
|
function PolyBezier(DC: HDC; Points: PPoint; NumPts: Integer; Filled, Continuous: boolean): boolean; override;
|
|
function Polygon(DC: HDC; Points: PPoint; NumPts: Integer; Winding: boolean): boolean; override;
|
|
function Polyline(DC: HDC; Points: PPoint; NumPts: Integer): boolean; override;
|
|
function PostMessage(Handle: HWND; Msg: Cardinal; wParam: WParam; lParam: LParam): Boolean; override;
|
|
|
|
function RadialArc(DC: HDC; left, top, right, bottom, sx, sy, ex, ey: Integer): Boolean; override;
|
|
function RadialChord(DC: HDC; x1, y1, x2, y2, sx, sy, ex, ey: Integer): Boolean; override;
|
|
function RealizePalette(DC: HDC): Cardinal; override;
|
|
function Rectangle(DC: HDC; X1, Y1, X2, Y2: Integer): Boolean; override;
|
|
function RectVisible(dc : hdc; const ARect: TRect) : Boolean; override;
|
|
function RegroupMenuItem(hndMenu: HMENU; GroupIndex: integer): Boolean; override;
|
|
Function ReleaseCapture : Boolean; override;
|
|
function ReleaseDC(hWnd: HWND; DC: HDC): Integer; override;
|
|
function RemoveProp(Handle: hwnd; Str: PChar): THandle; override;
|
|
function RestoreDC(DC: HDC; SavedDC: Integer): Boolean; override;
|
|
Function RoundRect(DC : hDC; X1, Y1, X2, Y2: Integer; RX,RY : Integer): Boolean; override;
|
|
|
|
function SaveDC(DC: HDC): Integer; override;
|
|
Function ScreenToClient(Handle : HWND; var P : TPoint) : Integer; override;
|
|
function ScrollWindowEx(hWnd: HWND; dx, dy: Integer; prcScroll, prcClip: PRect; hrgnUpdate: HRGN; prcUpdate: PRect; flags: UINT): Boolean; override;
|
|
Function SelectClipRGN(DC : hDC; RGN : HRGN) : Longint; override;
|
|
function SelectObject(DC: HDC; GDIObj: HGDIOBJ): HGDIOBJ; override;
|
|
function SelectPalette(DC: HDC; Palette: HPALETTE; ForceBackground: Boolean): HPALETTE; override;
|
|
function SendMessage(HandleWnd: HWND; Msg: Cardinal; wParam: WParam; lParam: LParam): LResult; override;
|
|
function SetActiveWindow(Handle: HWND): HWND; override;
|
|
function SetBkColor(DC: HDC; Color: TColorRef): TColorRef; override;
|
|
Function SetBkMode(DC: HDC; bkMode : Integer) : Integer; override;
|
|
Function SetComboMinDropDownSize(Handle: HWND; MinItemsWidth, MinItemsHeight, MinItemCount: integer): boolean; override;
|
|
function SetCapture(AHandle: HWND): HWND; override;
|
|
function SetCaretPos(X, Y: Integer): Boolean; override;
|
|
function SetCaretPosEx(Handle: HWnd; X, Y: Integer): Boolean; override;
|
|
function SetCaretRespondToFocus(handle: HWND; ShowHideOnFocus: boolean): Boolean; override;
|
|
function SetCursor(ACursor: HCURSOR): HCURSOR; override;
|
|
function SetCursorPos(X, Y: Integer): Boolean; override;
|
|
function SetFocus(hWnd: HWND): HWND; override;
|
|
function SetForegroundWindow(hWnd: HWND): boolean; override;
|
|
Function SetProp(Handle: hwnd; Str : PChar; Data : Pointer) : Boolean; override;
|
|
function SetROP2(DC: HDC; Mode: Integer): Integer; override;
|
|
function SetScrollInfo(Handle : HWND; SBStyle : Integer; ScrollInfo: TScrollInfo; bRedraw : Boolean): Integer; override;
|
|
function SetSysColors(cElements: Integer; const lpaElements; const lpaRgbValues): Boolean; override;
|
|
Function SetTextCharacterExtra(_hdc : hdc; nCharExtra : Integer):Integer; override;
|
|
function SetTextColor(DC: HDC; Color: TColorRef): TColorRef; override;
|
|
function SetWindowLong(Handle: HWND; Idx: Integer; NewLong: PtrInt): PtrInt; override;
|
|
function SetWindowOrgEx(dc : hdc; NewX, NewY : Integer; OldPoint: PPoint) : Boolean; override;
|
|
function SetWindowPos(hWnd: HWND; hWndInsertAfter: HWND;
|
|
X, Y, cx, cy: Integer; uFlags: UINT): Boolean; override;
|
|
function ShowCaret(hWnd: HWND): Boolean; override;
|
|
function ShowScrollBar(Handle: HWND; wBar: Integer; bShow: Boolean): Boolean; override;
|
|
function ShowWindow(hWnd: HWND; nCmdShow: Integer): Boolean; override;
|
|
function StretchBlt(DestDC: HDC; X, Y, Width, Height: Integer; SrcDC: HDC; XSrc, YSrc, SrcWidth, SrcHeight: Integer; ROp: Cardinal): Boolean; override;
|
|
function StretchMaskBlt(DestDC: HDC; X, Y, Width, Height: Integer; SrcDC: HDC; XSrc, YSrc, SrcWidth, SrcHeight: Integer; Mask: HBITMAP; XMask, YMask: Integer; Rop: DWORD): Boolean; override;
|
|
|
|
Function TextOut(DC: HDC; X,Y : Integer; Str : Pchar; Count: Integer) : Boolean; override;
|
|
|
|
Function WindowFromPoint(Point : TPoint) : HWND; override;
|
|
|
|
//##apiwiz##eps## // Do not remove, no wizard declaration after this line
|
|
|
|
|
|
// included by gtkint.pp
|
|
|