mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 22:38:25 +02:00
MG: impoved focussing, unfocussing on destroy and fixed unit search
git-svn-id: trunk@2182 -
This commit is contained in:
parent
45d6eae899
commit
02b3856fd0
@ -240,7 +240,7 @@ procedure GetGTKKeyInfo(const Event: PGDKEventKey; var KeyCode,VirtualKey: Word;
|
|||||||
var SysKey, Extended, Toggle: Boolean);
|
var SysKey, Extended, Toggle: Boolean);
|
||||||
procedure StoreCommonDialogSetup(ADialog: TCommonDialog);
|
procedure StoreCommonDialogSetup(ADialog: TCommonDialog);
|
||||||
procedure DestroyCommonDialogAddOns(ADialog: TCommonDialog);
|
procedure DestroyCommonDialogAddOns(ADialog: TCommonDialog);
|
||||||
function ObjectToGTKObject(const AObject: TObject): gtk_object;
|
function ObjectToGTKObject(const AObject: TObject): PGtkObject;
|
||||||
function GetMainWidget(const Widget: Pointer): Pointer;
|
function GetMainWidget(const Widget: Pointer): Pointer;
|
||||||
procedure SetMainWidget(const ParentWidget, ChildWidget: Pointer);
|
procedure SetMainWidget(const ParentWidget, ChildWidget: Pointer);
|
||||||
function GetFixedWidget(const Widget: Pointer): Pointer;
|
function GetFixedWidget(const Widget: Pointer): Pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user