mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 10:20:29 +02:00
gtk2 intf: fixed compilation FPC_FULLVERSION<20600
git-svn-id: trunk@36821 -
This commit is contained in:
parent
cae1ee33c9
commit
309c9d9ef3
@ -21,6 +21,9 @@ uses
|
|||||||
xlib, x,
|
xlib, x,
|
||||||
{$endif}
|
{$endif}
|
||||||
glib2, gdk2, gtk2, gtk2ext,
|
glib2, gdk2, gtk2, gtk2ext,
|
||||||
|
{$IF FPC_FULLVERSION<20600}
|
||||||
|
gdk2pixbuf,
|
||||||
|
{$ENDIF}
|
||||||
{$ifdef HasGdk2X}
|
{$ifdef HasGdk2X}
|
||||||
gdk2x,
|
gdk2x,
|
||||||
{$endif}
|
{$endif}
|
||||||
@ -257,4 +260,5 @@ var
|
|||||||
|
|
||||||
// since 2.10
|
// since 2.10
|
||||||
gtk_tree_view_set_grid_lines: procedure(tree_view: PGtkTreeView; grid_lines: TGtkTreeViewGridLines); cdecl;
|
gtk_tree_view_set_grid_lines: procedure(tree_view: PGtkTreeView; grid_lines: TGtkTreeViewGridLines); cdecl;
|
||||||
gtk_tree_view_get_grid_lines: function(tree_view: PGtkTreeView): TGtkTreeViewGridLines; cdecl;
|
gtk_tree_view_get_grid_lines: function(tree_view: PGtkTreeView): TGtkTreeViewGridLines; cdecl;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user