mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 18:17:11 +02:00
started gtk2 interface
git-svn-id: trunk@2524 -
This commit is contained in:
parent
87ed1ddd03
commit
26bcf10902
@ -33,8 +33,13 @@ unit GTKDef;
|
||||
interface
|
||||
|
||||
uses
|
||||
gtk, gdk, LCLLinux, LCLType, VclGlobals, Classes, LCLMemManager,
|
||||
DynHashArray, GraphType;
|
||||
{$IFDEF gtk2}
|
||||
glib2, gdk2pixbuf, gdk2, gtk2,
|
||||
{$ELSE}
|
||||
glib, gdk, gtk, {$Ifndef NoGdkPixbufLib}gdkpixbuf,{$EndIf}
|
||||
{$ENDIF}
|
||||
LCLLinux, LCLType, VclGlobals, Classes, LCLMemManager, DynHashArray,
|
||||
GraphType;
|
||||
|
||||
type
|
||||
TGDIType = (gdiBitmap, gdiBrush, gdiFont, gdiPen, gdiRegion, gdiPalette);
|
||||
@ -429,6 +434,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.31 2002/12/15 11:52:28 mattias
|
||||
started gtk2 interface
|
||||
|
||||
Revision 1.30 2002/12/05 22:16:30 mattias
|
||||
double byte char font started
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user