MG: impoved focussing, unfocussing on destroy and fixed unit search

git-svn-id: trunk@2182 -
This commit is contained in:
lazarus 2002-08-17 23:41:05 +00:00
parent 45d6eae899
commit 02b3856fd0

View File

@ -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;