1{
2 ---------------------------------------------------------------------------
3 gtk2extra.pp  -  GTK(2) widgetset - additional gdk/gtk functions
4 ---------------------------------------------------------------------------
5
6 This unit contains missing gdk/gtk functions and defines for certain
7 versions of gtk or fpc.
8
9 ---------------------------------------------------------------------------
10
11 @created(Sun Jan 28th WET 2006)
12 @lastmod($Date$)
13 @author(Marc Weustink <marc@@dommelstein.nl>)
14
15 *****************************************************************************
16  This file is part of the Lazarus Component Library (LCL)
17
18  See the file COPYING.modifiedLGPL.txt, included in this distribution,
19  for details about the license.
20 *****************************************************************************
21 }
22
23unit Gtk2Extra;
24
25{$mode objfpc}{$H+}
26
27interface
28
29{$I gtk2defines.inc}
30
31//todo: remove $I for gtk2extrah.inc and gtk2extra.inc
32
33{$I gtk2extrah.inc}
34
35implementation
36
37{$I gtk2extra.inc}
38
39end.
40