mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-25 15:09:24 +02:00
started gtk2 interface
git-svn-id: trunk@2339 -
This commit is contained in:
parent
7db6a5f194
commit
28ecefce85
@ -47,10 +47,14 @@ interface
|
|||||||
{off $Define Disable_GC_SysColors}
|
{off $Define Disable_GC_SysColors}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
InterfaceBase, {$Ifndef NoGdkPixbufLib}gdkpixbuf,{$EndIf} gtk, gdk,
|
InterfaceBase,
|
||||||
glib, SysUtils, LMessages, Classes, Controls, Forms, VclGlobals,
|
{$IFDEF gtk2}
|
||||||
LCLLinux, LCLType, gtkDef, DynHashArray, LazQueue, GraphType,
|
glib2, gdk2pixbuf, gdk2, gtk2,
|
||||||
GraphMath;
|
{$ELSE}
|
||||||
|
glib, gdk, gtk, {$Ifndef NoGdkPixbufLib}gdkpixbuf,{$EndIf}
|
||||||
|
{$ENDIF}
|
||||||
|
SysUtils, LMessages, Classes, Controls, Forms, VclGlobals,
|
||||||
|
LCLLinux, LCLType, gtkDef, DynHashArray, LazQueue, GraphType, GraphMath;
|
||||||
|
|
||||||
|
|
||||||
type
|
type
|
||||||
@ -306,6 +310,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.112 2002/12/15 11:52:28 mattias
|
||||||
|
started gtk2 interface
|
||||||
|
|
||||||
Revision 1.111 2002/02/09 01:48:23 mattias
|
Revision 1.111 2002/02/09 01:48:23 mattias
|
||||||
renamed TinterfaceObject.Init to AppInit and TWinControls can now contain childs in gtk
|
renamed TinterfaceObject.Init to AppInit and TWinControls can now contain childs in gtk
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user