~ubuntu-branches/ubuntu/feisty/fpc/feisty

« back to all changes in this revision

Viewing changes to packages/extra/gtk2/gtk+/gtk/gtkincludes.inc

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-01-27 20:08:50 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070127200850-9mrptaqqjsx9nwa7
Tags: 2.0.4-5
* Fixed Build-Depends.
* Add myself to Uploaders in debian/control.
* Make sure that the sources are really patched before building them.
* Build unit 'libc' on powerpc too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
 
148
148
 
149
149
{$ifdef HasGTK2_4}
150
 
// new GTK 2.4 + 2.6 code
 
150
// new GTK 2.4 + 2.6 + 2.8 code
151
151
 
152
152
// GtkFileSystem Code for FileChooser
153
153
{$include gtkfilefilter.inc}
155
155
 
156
156
// new GtkFileChooser Widget
157
157
{$IFDEF HasGTK2_6}
 
158
{$IFNDEF HasGTK2_8} // These functions are removed from GTK-2.8
158
159
{$include gtkfilechooserdefault.inc}
159
160
{$include gtkfilechooserembed.inc}
160
161
{$include gtkfilechooserentry.inc}
161
162
{$include gtkiconview.inc}
162
 
 
163
 
{$ENDIF}
 
163
{$ENDIF HasGTK2_8}
 
164
 
 
165
// new GtkCellRendererCombo widget
 
166
{$include gtkcellrenderercombo.inc}
 
167
{$ENDIF HasGTK2_6}
 
168
 
 
169
{$IFDEF HasGTK2_8}
 
170
// Put new GTK-2.8 functions here
 
171
{$ENDIF HasGTK2_8}
164
172
 
165
173
{$include gtkfilechooser.inc}
166
174