mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 01:49:25 +02:00
lcl: gtk2: less hints
git-svn-id: trunk@59220 -
This commit is contained in:
parent
08eec7aad8
commit
87ecd828b1
@ -16,7 +16,7 @@ uses
|
|||||||
// RTL
|
// RTL
|
||||||
Classes, SysUtils, glib2, pango, Laz_AVL_Tree,
|
Classes, SysUtils, glib2, pango, Laz_AVL_Tree,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazLoggerBase, LazUtilities,
|
LazLoggerBase,
|
||||||
// LCL
|
// LCL
|
||||||
LCLProc, LCLType, Gtk2Def, LCLResCache;
|
LCLProc, LCLType, Gtk2Def, LCLResCache;
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ uses
|
|||||||
// LCL
|
// LCL
|
||||||
Dialogs, Controls, Forms, LCLStrConsts,
|
Dialogs, Controls, Forms, LCLStrConsts,
|
||||||
LMessages, LCLProc, LCLIntf, LCLType, GraphType, GraphMath,
|
LMessages, LCLProc, LCLIntf, LCLType, GraphType, GraphMath,
|
||||||
Graphics, Menus, Themes, Buttons, StdCtrls, CheckLst, ComCtrls, Spin, ExtCtrls,
|
Graphics, Menus, Themes, Buttons, StdCtrls, CheckLst, ComCtrls, ExtCtrls,
|
||||||
LCLPlatformDef, InterfaceBase,
|
LCLPlatformDef, InterfaceBase,
|
||||||
WSLCLClasses, WSControls,
|
WSLCLClasses, WSControls,
|
||||||
Gtk2WinApiWindow, Gtk2Globals, Gtk2Proc, Gtk2Def, Gtk2FontCache, Gtk2Extra,
|
Gtk2WinApiWindow, Gtk2Globals, Gtk2Proc, Gtk2Def, Gtk2FontCache, Gtk2Extra,
|
||||||
|
@ -47,7 +47,7 @@ function ClipboardGetFormats(ClipboardType: TClipboardType;
|
|||||||
function ClipboardGetOwnerShip(ClipboardType: TClipboardType;
|
function ClipboardGetOwnerShip(ClipboardType: TClipboardType;
|
||||||
OnRequestProc: TClipboardRequestEvent; FormatCount: integer;
|
OnRequestProc: TClipboardRequestEvent; FormatCount: integer;
|
||||||
Formats: PClipboardFormat): boolean; override;
|
Formats: PClipboardFormat): boolean; override;
|
||||||
function ClipboardFormatNeedsNullByte(const AFormat: TPredefinedClipboardFormat): Boolean; override;
|
function ClipboardFormatNeedsNullByte(const {%H-}AFormat: TPredefinedClipboardFormat): Boolean; override;
|
||||||
function ClipboardRegisterFormat(const AMimeType: string): TClipboardFormat; override;
|
function ClipboardRegisterFormat(const AMimeType: string): TClipboardFormat; override;
|
||||||
|
|
||||||
function CombineRgn(Dest, Src1, Src2 : HRGN; fnCombineMode : Longint) : Longint; override;
|
function CombineRgn(Dest, Src1, Src2 : HRGN; fnCombineMode : Longint) : Longint; override;
|
||||||
|
@ -143,7 +143,7 @@ type
|
|||||||
class procedure SetCallbacks(const AGtkWidget: PGtkWidget; const AWidgetInfo: PWidgetInfo); virtual;
|
class procedure SetCallbacks(const AGtkWidget: PGtkWidget; const AWidgetInfo: PWidgetInfo); virtual;
|
||||||
published
|
published
|
||||||
class function CreateHandle(const AWinControl: TWinControl; const AParams: TCreateParams): TLCLIntfHandle; override;
|
class function CreateHandle(const AWinControl: TWinControl; const AParams: TCreateParams): TLCLIntfHandle; override;
|
||||||
class function GetDefaultColor(const AControl: TControl; const ADefaultColorType: TDefaultColorType): TColor; override;
|
class function GetDefaultColor(const {%H-}AControl: TControl; const ADefaultColorType: TDefaultColorType): TColor; override;
|
||||||
class procedure SetColor(const AWinControl: TWinControl); override;
|
class procedure SetColor(const AWinControl: TWinControl); override;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user