lazarus/lcl/interfaces/gtk2/gtk2interface.pas
mattias 9a64dd88d7 fixed TBitmap.Canvas.Frame3d
git-svn-id: trunk@6088 -
2004-09-29 15:18:27 +00:00

23 lines
424 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.