lazarus/lcl/interfaces/gtk2/gtk2interface.pas
marc 37b0e23d7b * Applied patch from Ido
git-svn-id: trunk@5599 -
2004-06-24 20:49:10 +00:00

23 lines
420 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install
the package GTK2Interface 0.0.
}
unit GTK2Interface;
interface
uses
Gtk2Int, Interfaces, GTKDef, GTKGlobals, GtkInt, GtkMsgQueue, GTKProc,
GTKWinapiWindow, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('GTK2Interface', @Register)
end.