mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 07:38:30 +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);
|
||||
procedure StoreCommonDialogSetup(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;
|
||||
procedure SetMainWidget(const ParentWidget, ChildWidget: Pointer);
|
||||
function GetFixedWidget(const Widget: Pointer): Pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user