aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkada-devel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-10-08 17:34:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-10-08 17:34:37 +0000
commit664c758399ea0295c6fec923b587f7b7091ca675 (patch)
treeb1325ac2cdb0a11a2b3e43975422b61404f757c6 /x11-toolkits/gtkada-devel
parent3a27727cee1a115e77eba1547654ac7aa63a8b48 (diff)
downloadports-664c758399ea0295c6fec923b587f7b7091ca675.tar.gz
ports-664c758399ea0295c6fec923b587f7b7091ca675.zip
Notes
Diffstat (limited to 'x11-toolkits/gtkada-devel')
-rw-r--r--x11-toolkits/gtkada-devel/Makefile36
-rw-r--r--x11-toolkits/gtkada-devel/distinfo3
-rw-r--r--x11-toolkits/gtkada-devel/files/obsolescence.patch144
-rw-r--r--x11-toolkits/gtkada-devel/pkg-descr5
-rw-r--r--x11-toolkits/gtkada-devel/pkg-plist1133
5 files changed, 1321 insertions, 0 deletions
diff --git a/x11-toolkits/gtkada-devel/Makefile b/x11-toolkits/gtkada-devel/Makefile
new file mode 100644
index 000000000000..6b4b36753d61
--- /dev/null
+++ b/x11-toolkits/gtkada-devel/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: gtkada
+# Date Created: 27 Nov 2000
+# Whom: Samuel Tardieu <sam@inf.enst.fr>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtkada
+PORTVERSION= 20060615
+CATEGORIES= x11-toolkits
+MASTER_SITES= http://sitola.fi.muni.cz/~hopet/gtkada/
+PKGNAMESUFFIX= -devel
+DISTNAME= GtkAda-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= hopet@ics.muni.cz
+COMMENT= Gtk2 binding for Ada
+
+BUILD_DEPENDS= gnatgcc:${PORTSDIR}/lang/gnat
+
+CONFLICTS= gtkada-[0-9]*
+
+WRKSRC= ${WRKDIR}/GtkAda
+
+USE_X_PREFIX= yes
+USE_GNOME= gtk20 libglade2 libgnomeui
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+
+EXTRA_PATCHES= ${FILESDIR}/obsolescence.patch
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/projects/Makefile
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/gtkada-devel/distinfo b/x11-toolkits/gtkada-devel/distinfo
new file mode 100644
index 000000000000..fef102c59b90
--- /dev/null
+++ b/x11-toolkits/gtkada-devel/distinfo
@@ -0,0 +1,3 @@
+MD5 (GtkAda-20060615.tgz) = 1498860efe49d6d612cb6f2219c5ba02
+SHA256 (GtkAda-20060615.tgz) = 4f044a1e11330092c43ed4db481670ddd82d576ae385ba7702f7e414dae3034b
+SIZE (GtkAda-20060615.tgz) = 2784947
diff --git a/x11-toolkits/gtkada-devel/files/obsolescence.patch b/x11-toolkits/gtkada-devel/files/obsolescence.patch
new file mode 100644
index 000000000000..228a39075c89
--- /dev/null
+++ b/x11-toolkits/gtkada-devel/files/obsolescence.patch
@@ -0,0 +1,144 @@
+diff -ruN src/gtk-clist.ads src/gtk-clist.ads
+--- src/gtk-clist.ads Thu Jun 15 23:07:17 2006
++++ src/gtk-clist.ads Thu Jun 15 23:10:21 2006
+@@ -65,7 +65,7 @@
+ with Unchecked_Conversion;
+
+ package Gtk.Clist is
+- pragma Obsolescent ("Use Gtk.Tree_View instead");
++ -- pragma Obsolescent ("Use Gtk.Tree_View instead");
+
+ type Gtk_Clist_Record is new Gtk.Container.Gtk_Container_Record
+ with private;
+diff -ruN src/gtk-combo.ads src/gtk-combo.ads
+--- src/gtk-combo.ads Thu Jun 8 18:17:54 2006
++++ src/gtk-combo.ads Thu Jun 15 23:10:27 2006
+@@ -66,7 +66,7 @@
+ with Gtk.Enums; use Gtk.Enums;
+
+ package Gtk.Combo is
+- pragma Obsolescent;
++ -- pragma Obsolescent;
+
+ type Gtk_Combo_Record is new Gtk.Box.Gtk_Box_Record with private;
+ type Gtk_Combo is access all Gtk_Combo_Record'Class;
+diff -ruN src/gtk-ctree.ads src/gtk-ctree.ads
+--- src/gtk-ctree.ads Tue Jun 6 10:07:41 2006
++++ src/gtk-ctree.ads Thu Jun 15 23:10:41 2006
+@@ -65,7 +65,7 @@
+ with Gtkada.Types; use Gtkada.Types;
+
+ package Gtk.Ctree is
+- pragma Obsolescent ("use Gtk.Tree_View instead");
++ -- pragma Obsolescent ("use Gtk.Tree_View instead");
+ pragma Elaborate_Body;
+
+ pragma Warnings (Off); -- Gtk.Clist is obsolescent;
+diff -ruN src/gtk-item_factory.ads src/gtk-item_factory.ads
+--- src/gtk-item_factory.ads Tue Jun 6 10:07:41 2006
++++ src/gtk-item_factory.ads Thu Jun 15 23:10:46 2006
+@@ -41,7 +41,7 @@
+ with Gtkada.Types;
+
+ package Gtk.Item_Factory is
+- pragma Obsolescent;
++ -- pragma Obsolescent;
+
+ type Gtk_Item_Factory_Record is new Object.Gtk_Object_Record with private;
+ type Gtk_Item_Factory is access all Gtk_Item_Factory_Record'Class;
+diff -ruN src/gtk-list.ads src/gtk-list.ads
+--- src/gtk-list.ads Tue Jun 6 10:07:41 2006
++++ src/gtk-list.ads Thu Jun 15 23:10:31 2006
+@@ -38,7 +38,7 @@
+ with Gtk.Widget; use Gtk.Widget;
+
+ package Gtk.List is
+- pragma Obsolescent; -- Gtk.List
++ -- pragma Obsolescent; -- Gtk.List
+
+ type Gtk_List_Record is new Gtk.Container.Gtk_Container_Record with private;
+ type Gtk_List is access all Gtk_List_Record'Class;
+diff -ruN src/gtk-list_item.ads src/gtk-list_item.ads
+--- src/gtk-list_item.ads Mon Jun 5 17:33:34 2006
++++ src/gtk-list_item.ads Thu Jun 15 23:10:51 2006
+@@ -33,7 +33,7 @@
+ with Gtk.Item;
+
+ package Gtk.List_Item is
+- pragma Obsolescent;
++ -- pragma Obsolescent;
+
+ type Gtk_List_Item_Record is new Gtk.Item.Gtk_Item_Record with private;
+ type Gtk_List_Item is access all Gtk_List_Item_Record'Class;
+diff -ruN src/gtk-option_menu.ads src/gtk-option_menu.ads
+--- src/gtk-option_menu.ads Thu Jun 8 14:35:40 2006
++++ src/gtk-option_menu.ads Thu Jun 15 23:10:54 2006
+@@ -42,7 +42,7 @@
+ with Gtk.Widget;
+
+ package Gtk.Option_Menu is
+- pragma Obsolescent;
++ -- pragma Obsolescent;
+
+ type Gtk_Option_Menu_Record is new Button.Gtk_Button_Record with private;
+ type Gtk_Option_Menu is access all Gtk_Option_Menu_Record'Class;
+diff -ruN src/gtk-pixmap.ads src/gtk-pixmap.ads
+--- src/gtk-pixmap.ads Mon Jun 5 17:33:34 2006
++++ src/gtk-pixmap.ads Thu Jun 15 23:10:58 2006
+@@ -37,7 +37,7 @@
+ with Gtkada.Types;
+
+ package Gtk.Pixmap is
+- pragma Obsolescent ("Use Gtk.Image instead");
++ -- pragma Obsolescent ("Use Gtk.Image instead");
+
+ type Gtk_Pixmap_Record is new Gtk.Misc.Gtk_Misc_Record with private;
+ type Gtk_Pixmap is access all Gtk_Pixmap_Record'Class;
+diff -ruN src/gtk-preview.ads src/gtk-preview.ads
+--- src/gtk-preview.ads Tue Jun 6 10:07:41 2006
++++ src/gtk-preview.ads Thu Jun 15 23:11:07 2006
+@@ -40,7 +40,7 @@
+ with Gtk.Widget;
+
+ package Gtk.Preview is
+- pragma Obsolescent;
++ -- pragma Obsolescent;
+
+ type Gtk_Preview_Record is new Gtk.Widget.Gtk_Widget_Record with private;
+ type Gtk_Preview is access all Gtk_Preview_Record'Class;
+diff -ruN src/gtk-progress.ads src/gtk-progress.ads
+--- src/gtk-progress.ads Tue Jun 6 16:54:33 2006
++++ src/gtk-progress.ads Thu Jun 15 23:11:12 2006
+@@ -39,7 +39,7 @@
+ with Glib.Properties;
+
+ package Gtk.Progress is
+- pragma Obsolescent; -- Gtk.Progress
++ -- pragma Obsolescent; -- Gtk.Progress
+
+ type Gtk_Progress_Record is new Gtk.Widget.Gtk_Widget_Record with private;
+ type Gtk_Progress is access all Gtk_Progress_Record'Class;
+diff -ruN src/gtk-text.ads src/gtk-text.ads
+--- src/gtk-text.ads Mon Jun 5 17:33:35 2006
++++ src/gtk-text.ads Thu Jun 15 23:11:16 2006
+@@ -45,7 +45,7 @@
+ with Gdk.Window;
+
+ package Gtk.Text is
+- pragma Obsolescent;
++ -- pragma Obsolescent;
+
+ type Gtk_Text_Record is new
+ Gtk.Old_Editable.Gtk_Old_Editable_Record with private;
+diff -ruN src/gtk-tips_query.ads src/gtk-tips_query.ads
+--- src/gtk-tips_query.ads Mon Jun 5 17:33:35 2006
++++ src/gtk-tips_query.ads Thu Jun 15 23:11:26 2006
+@@ -35,7 +35,7 @@
+ with Gtk.Widget;
+
+ package Gtk.Tips_Query is
+- pragma Obsolescent;
++ -- pragma Obsolescent;
+
+ type Gtk_Tips_Query_Record is new Gtk.Label.Gtk_Label_Record with private;
+ type Gtk_Tips_Query is access all Gtk_Tips_Query_Record'Class;
diff --git a/x11-toolkits/gtkada-devel/pkg-descr b/x11-toolkits/gtkada-devel/pkg-descr
new file mode 100644
index 000000000000..8f54d7909943
--- /dev/null
+++ b/x11-toolkits/gtkada-devel/pkg-descr
@@ -0,0 +1,5 @@
+GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the complete set
+of Gtk+ widgets using the Object-Oriented features of this language. GtkAda
+supports the latest 2.2 and 2.4 stable releases.
+
+WWW: https://libre2.adacore.com/GtkAda/
diff --git a/x11-toolkits/gtkada-devel/pkg-plist b/x11-toolkits/gtkada-devel/pkg-plist
new file mode 100644
index 000000000000..a542e894546c
--- /dev/null
+++ b/x11-toolkits/gtkada-devel/pkg-plist
@@ -0,0 +1,1133 @@
+bin/gate
+bin/gate-in.exe
+bin/gdialog
+bin/generate.pl
+bin/gtkada-config
+include/gtkada/bonobo-dock.adb
+include/gtkada/bonobo-dock.ads
+include/gtkada/bonobo-dock_band.adb
+include/gtkada/bonobo-dock_band.ads
+include/gtkada/bonobo-dock_item.adb
+include/gtkada/bonobo-dock_item.ads
+include/gtkada/bonobo-dock_layout.adb
+include/gtkada/bonobo-dock_layout.ads
+include/gtkada/bonobo.ads
+include/gtkada/gdk-bitmap.adb
+include/gtkada/gdk-bitmap.ads
+include/gtkada/gdk-color.adb
+include/gtkada/gdk-color.ads
+include/gtkada/gdk-cursor.adb
+include/gtkada/gdk-cursor.ads
+include/gtkada/gdk-dnd.adb
+include/gtkada/gdk-dnd.ads
+include/gtkada/gdk-drawable.adb
+include/gtkada/gdk-drawable.ads
+include/gtkada/gdk-event.adb
+include/gtkada/gdk-event.ads
+include/gtkada/gdk-font.adb
+include/gtkada/gdk-font.ads
+include/gtkada/gdk-gc.adb
+include/gtkada/gdk-gc.ads
+include/gtkada/gdk-gl.adb
+include/gtkada/gdk-gl.ads
+include/gtkada/gdk-image.adb
+include/gtkada/gdk-image.ads
+include/gtkada/gdk-input.ads
+include/gtkada/gdk-keyval.adb
+include/gtkada/gdk-keyval.ads
+include/gtkada/gdk-main.adb
+include/gtkada/gdk-main.ads
+include/gtkada/gdk-pixbuf.adb
+include/gtkada/gdk-pixbuf.ads
+include/gtkada/gdk-pixmap.adb
+include/gtkada/gdk-pixmap.ads
+include/gtkada/gdk-property.adb
+include/gtkada/gdk-property.ads
+include/gtkada/gdk-rectangle.adb
+include/gtkada/gdk-rectangle.ads
+include/gtkada/gdk-region.adb
+include/gtkada/gdk-region.ads
+include/gtkada/gdk-rgb.adb
+include/gtkada/gdk-rgb.ads
+include/gtkada/gdk-threads.ads
+include/gtkada/gdk-types-keysyms.ads
+include/gtkada/gdk-types.ads
+include/gtkada/gdk-visual.adb
+include/gtkada/gdk-visual.ads
+include/gtkada/gdk-window.adb
+include/gtkada/gdk-window.ads
+include/gtkada/gdk-window_attr.adb
+include/gtkada/gdk-window_attr.ads
+include/gtkada/gdk.ads
+include/gtkada/glade-xml.adb
+include/gtkada/glade-xml.ads
+include/gtkada/glade.adb
+include/gtkada/glade.ads
+include/gtkada/glib-convert.adb
+include/gtkada/glib-convert.ads
+include/gtkada/glib-enums.ads
+include/gtkada/glib-error.adb
+include/gtkada/glib-error.ads
+include/gtkada/glib-generic_properties.adb
+include/gtkada/glib-generic_properties.ads
+include/gtkada/glib-glade.adb
+include/gtkada/glib-glade.ads
+include/gtkada/glib-glist.adb
+include/gtkada/glib-glist.ads
+include/gtkada/glib-gnodes.adb
+include/gtkada/glib-gnodes.ads
+include/gtkada/glib-graphs.adb
+include/gtkada/glib-graphs.ads
+include/gtkada/glib-gslist.adb
+include/gtkada/glib-gslist.ads
+include/gtkada/glib-main.adb
+include/gtkada/glib-main.ads
+include/gtkada/glib-messages.adb
+include/gtkada/glib-messages.ads
+include/gtkada/glib-module.adb
+include/gtkada/glib-module.ads
+include/gtkada/glib-object.adb
+include/gtkada/glib-object.ads
+include/gtkada/glib-properties-creation.adb
+include/gtkada/glib-properties-creation.ads
+include/gtkada/glib-properties.adb
+include/gtkada/glib-properties.ads
+include/gtkada/glib-type_conversion_hooks.adb
+include/gtkada/glib-type_conversion_hooks.ads
+include/gtkada/glib-types.adb
+include/gtkada/glib-types.ads
+include/gtkada/glib-unicode.adb
+include/gtkada/glib-unicode.ads
+include/gtkada/glib-values.adb
+include/gtkada/glib-values.ads
+include/gtkada/glib-xml.adb
+include/gtkada/glib-xml.ads
+include/gtkada/glib-xml_int.ads
+include/gtkada/glib.adb
+include/gtkada/glib.ads
+include/gtkada/gnome-about.adb
+include/gtkada/gnome-about.ads
+include/gtkada/gnome-app.adb
+include/gtkada/gnome-app.ads
+include/gtkada/gnome-app_bar.adb
+include/gtkada/gnome-app_bar.ads
+include/gtkada/gnome-app_helper.adb
+include/gtkada/gnome-app_helper.ads
+include/gtkada/gnome-client.adb
+include/gtkada/gnome-client.ads
+include/gtkada/gnome-color_picker.adb
+include/gtkada/gnome-color_picker.ads
+include/gtkada/gnome-date_edit.adb
+include/gtkada/gnome-date_edit.ads
+include/gtkada/gnome-dialog.adb
+include/gtkada/gnome-dialog.ads
+include/gtkada/gnome-druid.adb
+include/gtkada/gnome-druid.ads
+include/gtkada/gnome-druid_page.adb
+include/gtkada/gnome-druid_page.ads
+include/gtkada/gnome-druid_page_edge.adb
+include/gtkada/gnome-druid_page_edge.ads
+include/gtkada/gnome-druid_page_standard.adb
+include/gtkada/gnome-druid_page_standard.ads
+include/gtkada/gnome-file_entry.adb
+include/gtkada/gnome-file_entry.ads
+include/gtkada/gnome-font_picker.adb
+include/gtkada/gnome-font_picker.ads
+include/gtkada/gnome-gentry.adb
+include/gtkada/gnome-gentry.ads
+include/gtkada/gnome-href.adb
+include/gtkada/gnome-href.ads
+include/gtkada/gnome-ice.ads
+include/gtkada/gnome-icon_entry.adb
+include/gtkada/gnome-icon_entry.ads
+include/gtkada/gnome-icon_selection.adb
+include/gtkada/gnome-icon_selection.ads
+include/gtkada/gnome-mdi.adb
+include/gtkada/gnome-mdi.ads
+include/gtkada/gnome-mdi_child.adb
+include/gtkada/gnome-mdi_child.ads
+include/gtkada/gnome-mdi_session.adb
+include/gtkada/gnome-mdi_session.ads
+include/gtkada/gnome-message_box.adb
+include/gtkada/gnome-message_box.ads
+include/gtkada/gnome-pixmap.adb
+include/gtkada/gnome-pixmap.ads
+include/gtkada/gnome-pixmap_entry.adb
+include/gtkada/gnome-pixmap_entry.ads
+include/gtkada/gnome-property_box.adb
+include/gtkada/gnome-property_box.ads
+include/gtkada/gnome-scores.adb
+include/gtkada/gnome-scores.ads
+include/gtkada/gnome-stock.ads
+include/gtkada/gnome-ui_defs.ads
+include/gtkada/gnome-window.adb
+include/gtkada/gnome-window.ads
+include/gtkada/gnome.adb
+include/gtkada/gnome.ads
+include/gtkada/gnome_generates.adb
+include/gtkada/gnome_generates.ads
+include/gtkada/gtk-accel_group.adb
+include/gtkada/gtk-accel_group.ads
+include/gtkada/gtk-accel_label.adb
+include/gtkada/gtk-accel_label.ads
+include/gtkada/gtk-accel_map.adb
+include/gtkada/gtk-accel_map.ads
+include/gtkada/gtk-adjustment.adb
+include/gtkada/gtk-adjustment.ads
+include/gtkada/gtk-alignment.adb
+include/gtkada/gtk-alignment.ads
+include/gtkada/gtk-arguments.adb
+include/gtkada/gtk-arguments.ads
+include/gtkada/gtk-arrow.adb
+include/gtkada/gtk-arrow.ads
+include/gtkada/gtk-aspect_frame.adb
+include/gtkada/gtk-aspect_frame.ads
+include/gtkada/gtk-bin.adb
+include/gtkada/gtk-bin.ads
+include/gtkada/gtk-box.adb
+include/gtkada/gtk-box.ads
+include/gtkada/gtk-button.adb
+include/gtkada/gtk-button.ads
+include/gtkada/gtk-button_box.adb
+include/gtkada/gtk-button_box.ads
+include/gtkada/gtk-calendar.adb
+include/gtkada/gtk-calendar.ads
+include/gtkada/gtk-cell_editable.ads
+include/gtkada/gtk-cell_layout.adb
+include/gtkada/gtk-cell_layout.ads
+include/gtkada/gtk-cell_renderer.adb
+include/gtkada/gtk-cell_renderer.ads
+include/gtkada/gtk-cell_renderer_combo.adb
+include/gtkada/gtk-cell_renderer_combo.ads
+include/gtkada/gtk-cell_renderer_pixbuf.adb
+include/gtkada/gtk-cell_renderer_pixbuf.ads
+include/gtkada/gtk-cell_renderer_progress.adb
+include/gtkada/gtk-cell_renderer_progress.ads
+include/gtkada/gtk-cell_renderer_text.adb
+include/gtkada/gtk-cell_renderer_text.ads
+include/gtkada/gtk-cell_renderer_toggle.adb
+include/gtkada/gtk-cell_renderer_toggle.ads
+include/gtkada/gtk-cell_view.adb
+include/gtkada/gtk-cell_view.ads
+include/gtkada/gtk-check_button.adb
+include/gtkada/gtk-check_button.ads
+include/gtkada/gtk-check_menu_item.adb
+include/gtkada/gtk-check_menu_item.ads
+include/gtkada/gtk-clipboard.adb
+include/gtkada/gtk-clipboard.ads
+include/gtkada/gtk-clist.adb
+include/gtkada/gtk-clist.ads
+include/gtkada/gtk-color_selection.adb
+include/gtkada/gtk-color_selection.ads
+include/gtkada/gtk-color_selection_dialog.adb
+include/gtkada/gtk-color_selection_dialog.ads
+include/gtkada/gtk-combo.adb
+include/gtkada/gtk-combo.ads
+include/gtkada/gtk-combo_box.adb
+include/gtkada/gtk-combo_box.ads
+include/gtkada/gtk-combo_box_entry.adb
+include/gtkada/gtk-combo_box_entry.ads
+include/gtkada/gtk-container.adb
+include/gtkada/gtk-container.ads
+include/gtkada/gtk-ctree.adb
+include/gtkada/gtk-ctree.ads
+include/gtkada/gtk-curve.adb
+include/gtkada/gtk-curve.ads
+include/gtkada/gtk-dialog.adb
+include/gtkada/gtk-dialog.ads
+include/gtkada/gtk-dnd.adb
+include/gtkada/gtk-dnd.ads
+include/gtkada/gtk-drawing_area.adb
+include/gtkada/gtk-drawing_area.ads
+include/gtkada/gtk-editable.adb
+include/gtkada/gtk-editable.ads
+include/gtkada/gtk-entry_completion.adb
+include/gtkada/gtk-entry_completion.ads
+include/gtkada/gtk-enums.adb
+include/gtkada/gtk-enums.ads
+include/gtkada/gtk-event_box.adb
+include/gtkada/gtk-event_box.ads
+include/gtkada/gtk-expander.adb
+include/gtkada/gtk-expander.ads
+include/gtkada/gtk-extra-border_combo.adb
+include/gtkada/gtk-extra-border_combo.ads
+include/gtkada/gtk-extra-color_combo.adb
+include/gtkada/gtk-extra-color_combo.ads
+include/gtkada/gtk-extra-combo_button.adb
+include/gtkada/gtk-extra-combo_button.ads
+include/gtkada/gtk-extra-font_combo.adb
+include/gtkada/gtk-extra-font_combo.ads
+include/gtkada/gtk-extra-item_entry.adb
+include/gtkada/gtk-extra-item_entry.ads
+include/gtkada/gtk-extra-plot.adb
+include/gtkada/gtk-extra-plot.ads
+include/gtkada/gtk-extra-plot_3d.adb
+include/gtkada/gtk-extra-plot_3d.ads
+include/gtkada/gtk-extra-plot_bar.adb
+include/gtkada/gtk-extra-plot_bar.ads
+include/gtkada/gtk-extra-plot_box.adb
+include/gtkada/gtk-extra-plot_box.ads
+include/gtkada/gtk-extra-plot_canvas-ellipse.adb
+include/gtkada/gtk-extra-plot_canvas-ellipse.ads
+include/gtkada/gtk-extra-plot_canvas-line.adb
+include/gtkada/gtk-extra-plot_canvas-line.ads
+include/gtkada/gtk-extra-plot_canvas-pixmap.adb
+include/gtkada/gtk-extra-plot_canvas-pixmap.ads
+include/gtkada/gtk-extra-plot_canvas-plot.adb
+include/gtkada/gtk-extra-plot_canvas-plot.ads
+include/gtkada/gtk-extra-plot_canvas-rectangle.adb
+include/gtkada/gtk-extra-plot_canvas-rectangle.ads
+include/gtkada/gtk-extra-plot_canvas-text.adb
+include/gtkada/gtk-extra-plot_canvas-text.ads
+include/gtkada/gtk-extra-plot_canvas.adb
+include/gtkada/gtk-extra-plot_canvas.ads
+include/gtkada/gtk-extra-plot_data.adb
+include/gtkada/gtk-extra-plot_data.ads
+include/gtkada/gtk-extra-plot_polar.adb
+include/gtkada/gtk-extra-plot_polar.ads
+include/gtkada/gtk-extra-plot_ps.adb
+include/gtkada/gtk-extra-plot_ps.ads
+include/gtkada/gtk-extra-plot_surface.adb
+include/gtkada/gtk-extra-plot_surface.ads
+include/gtkada/gtk-extra-sheet.adb
+include/gtkada/gtk-extra-sheet.ads
+include/gtkada/gtk-extra.ads
+include/gtkada/gtk-file_selection.adb
+include/gtkada/gtk-file_selection.ads
+include/gtkada/gtk-fixed.adb
+include/gtkada/gtk-fixed.ads
+include/gtkada/gtk-font_selection.adb
+include/gtkada/gtk-font_selection.ads
+include/gtkada/gtk-font_selection_dialog.ads
+include/gtkada/gtk-frame.adb
+include/gtkada/gtk-frame.ads
+include/gtkada/gtk-gamma_curve.adb
+include/gtkada/gtk-gamma_curve.ads
+include/gtkada/gtk-gentry.adb
+include/gtkada/gtk-gentry.ads
+include/gtkada/gtk-glade.adb
+include/gtkada/gtk-glade.ads
+include/gtkada/gtk-glarea.adb
+include/gtkada/gtk-glarea.ads
+include/gtkada/gtk-grange.adb
+include/gtkada/gtk-grange.ads
+include/gtkada/gtk-handle_box.adb
+include/gtkada/gtk-handle_box.ads
+include/gtkada/gtk-handlers.adb
+include/gtkada/gtk-handlers.ads
+include/gtkada/gtk-hbutton_box.adb
+include/gtkada/gtk-hbutton_box.ads
+include/gtkada/gtk-icon_factory.adb
+include/gtkada/gtk-icon_factory.ads
+include/gtkada/gtk-image.adb
+include/gtkada/gtk-image.ads
+include/gtkada/gtk-image_menu_item.adb
+include/gtkada/gtk-image_menu_item.ads
+include/gtkada/gtk-input_dialog.adb
+include/gtkada/gtk-input_dialog.ads
+include/gtkada/gtk-invisible.adb
+include/gtkada/gtk-invisible.ads
+include/gtkada/gtk-item.adb
+include/gtkada/gtk-item.ads
+include/gtkada/gtk-item_factory.adb
+include/gtkada/gtk-item_factory.ads
+include/gtkada/gtk-label.adb
+include/gtkada/gtk-label.ads
+include/gtkada/gtk-layout.adb
+include/gtkada/gtk-layout.ads
+include/gtkada/gtk-list.adb
+include/gtkada/gtk-list.ads
+include/gtkada/gtk-list_item.adb
+include/gtkada/gtk-list_item.ads
+include/gtkada/gtk-list_store.adb
+include/gtkada/gtk-list_store.ads
+include/gtkada/gtk-main.adb
+include/gtkada/gtk-main.ads
+include/gtkada/gtk-marshallers.adb
+include/gtkada/gtk-marshallers.ads
+include/gtkada/gtk-menu.adb
+include/gtkada/gtk-menu.ads
+include/gtkada/gtk-menu_bar.adb
+include/gtkada/gtk-menu_bar.ads
+include/gtkada/gtk-menu_item.adb
+include/gtkada/gtk-menu_item.ads
+include/gtkada/gtk-menu_shell.adb
+include/gtkada/gtk-menu_shell.ads
+include/gtkada/gtk-menu_tool_button.adb
+include/gtkada/gtk-menu_tool_button.ads
+include/gtkada/gtk-misc.adb
+include/gtkada/gtk-misc.ads
+include/gtkada/gtk-notebook.adb
+include/gtkada/gtk-notebook.ads
+include/gtkada/gtk-object.adb
+include/gtkada/gtk-object.ads
+include/gtkada/gtk-old_editable.adb
+include/gtkada/gtk-old_editable.ads
+include/gtkada/gtk-option_menu.adb
+include/gtkada/gtk-option_menu.ads
+include/gtkada/gtk-paned.adb
+include/gtkada/gtk-paned.ads
+include/gtkada/gtk-pixmap.adb
+include/gtkada/gtk-pixmap.ads
+include/gtkada/gtk-plug.adb
+include/gtkada/gtk-plug.ads
+include/gtkada/gtk-preview.adb
+include/gtkada/gtk-preview.ads
+include/gtkada/gtk-progress.adb
+include/gtkada/gtk-progress.ads
+include/gtkada/gtk-progress_bar.adb
+include/gtkada/gtk-progress_bar.ads
+include/gtkada/gtk-radio_button.adb
+include/gtkada/gtk-radio_button.ads
+include/gtkada/gtk-radio_menu_item.adb
+include/gtkada/gtk-radio_menu_item.ads
+include/gtkada/gtk-radio_tool_button.adb
+include/gtkada/gtk-radio_tool_button.ads
+include/gtkada/gtk-rc.adb
+include/gtkada/gtk-rc.ads
+include/gtkada/gtk-ruler.adb
+include/gtkada/gtk-ruler.ads
+include/gtkada/gtk-scale.adb
+include/gtkada/gtk-scale.ads
+include/gtkada/gtk-scrollbar.adb
+include/gtkada/gtk-scrollbar.ads
+include/gtkada/gtk-scrolled_window.adb
+include/gtkada/gtk-scrolled_window.ads
+include/gtkada/gtk-selection.adb
+include/gtkada/gtk-selection.ads
+include/gtkada/gtk-separator.adb
+include/gtkada/gtk-separator.ads
+include/gtkada/gtk-separator_menu_item.adb
+include/gtkada/gtk-separator_menu_item.ads
+include/gtkada/gtk-separator_tool_item.adb
+include/gtkada/gtk-separator_tool_item.ads
+include/gtkada/gtk-settings.adb
+include/gtkada/gtk-settings.ads
+include/gtkada/gtk-size_group.adb
+include/gtkada/gtk-size_group.ads
+include/gtkada/gtk-socket.adb
+include/gtkada/gtk-socket.ads
+include/gtkada/gtk-spin_button.adb
+include/gtkada/gtk-spin_button.ads
+include/gtkada/gtk-status_bar.adb
+include/gtkada/gtk-status_bar.ads
+include/gtkada/gtk-stock.adb
+include/gtkada/gtk-stock.ads
+include/gtkada/gtk-style.adb
+include/gtkada/gtk-style.ads
+include/gtkada/gtk-table.adb
+include/gtkada/gtk-table.ads
+include/gtkada/gtk-tearoff_menu_item.adb
+include/gtkada/gtk-tearoff_menu_item.ads
+include/gtkada/gtk-text.adb
+include/gtkada/gtk-text.ads
+include/gtkada/gtk-text_attributes.adb
+include/gtkada/gtk-text_attributes.ads
+include/gtkada/gtk-text_buffer.adb
+include/gtkada/gtk-text_buffer.ads
+include/gtkada/gtk-text_child.adb
+include/gtkada/gtk-text_child.ads
+include/gtkada/gtk-text_iter.adb
+include/gtkada/gtk-text_iter.ads
+include/gtkada/gtk-text_mark.adb
+include/gtkada/gtk-text_mark.ads
+include/gtkada/gtk-text_tag.adb
+include/gtkada/gtk-text_tag.ads
+include/gtkada/gtk-text_tag_table.adb
+include/gtkada/gtk-text_tag_table.ads
+include/gtkada/gtk-text_view.adb
+include/gtkada/gtk-text_view.ads
+include/gtkada/gtk-tips_query.adb
+include/gtkada/gtk-tips_query.ads
+include/gtkada/gtk-toggle_button.adb
+include/gtkada/gtk-toggle_button.ads
+include/gtkada/gtk-toggle_tool_button.adb
+include/gtkada/gtk-toggle_tool_button.ads
+include/gtkada/gtk-tool_button.adb
+include/gtkada/gtk-tool_button.ads
+include/gtkada/gtk-tool_item.adb
+include/gtkada/gtk-tool_item.ads
+include/gtkada/gtk-toolbar.adb
+include/gtkada/gtk-toolbar.ads
+include/gtkada/gtk-tooltips.adb
+include/gtkada/gtk-tooltips.ads
+include/gtkada/gtk-tree_model.adb
+include/gtkada/gtk-tree_model.ads
+include/gtkada/gtk-tree_model_filter.adb
+include/gtkada/gtk-tree_model_filter.ads
+include/gtkada/gtk-tree_model_sort.adb
+include/gtkada/gtk-tree_model_sort.ads
+include/gtkada/gtk-tree_selection.adb
+include/gtkada/gtk-tree_selection.ads
+include/gtkada/gtk-tree_sortable.adb
+include/gtkada/gtk-tree_sortable.ads
+include/gtkada/gtk-tree_store.adb
+include/gtkada/gtk-tree_store.ads
+include/gtkada/gtk-tree_view.adb
+include/gtkada/gtk-tree_view.ads
+include/gtkada/gtk-tree_view_column.adb
+include/gtkada/gtk-tree_view_column.ads
+include/gtkada/gtk-type_conversion.adb
+include/gtkada/gtk-type_conversion.ads
+include/gtkada/gtk-vbutton_box.adb
+include/gtkada/gtk-vbutton_box.ads
+include/gtkada/gtk-viewport.adb
+include/gtkada/gtk-viewport.ads
+include/gtkada/gtk-widget.adb
+include/gtkada/gtk-widget.ads
+include/gtkada/gtk-window.adb
+include/gtkada/gtk-window.ads
+include/gtkada/gtk.ads
+include/gtkada/gtk_generates.adb
+include/gtkada/gtk_generates.ads
+include/gtkada/gtkada-canvas.adb
+include/gtkada/gtkada-canvas.ads
+include/gtkada/gtkada-dialogs.adb
+include/gtkada/gtkada-dialogs.ads
+include/gtkada/gtkada-file_selection.adb
+include/gtkada/gtkada-file_selection.ads
+include/gtkada/gtkada-handlers.ads
+include/gtkada/gtkada-intl.adb
+include/gtkada/gtkada-intl.ads
+include/gtkada/gtkada-mdi.adb
+include/gtkada/gtkada-mdi.ads
+include/gtkada/gtkada-multi_paned.adb
+include/gtkada/gtkada-multi_paned.ads
+include/gtkada/gtkada-pixmaps.ads
+include/gtkada/gtkada-types.adb
+include/gtkada/gtkada-types.ads
+include/gtkada/gtkada.ads
+include/gtkada/pango-attributes.adb
+include/gtkada/pango-attributes.ads
+include/gtkada/pango-context.adb
+include/gtkada/pango-context.ads
+include/gtkada/pango-enums.adb
+include/gtkada/pango-enums.ads
+include/gtkada/pango-font.adb
+include/gtkada/pango-font.ads
+include/gtkada/pango-layout.adb
+include/gtkada/pango-layout.ads
+include/gtkada/pango-tabs.adb
+include/gtkada/pango-tabs.ads
+include/gtkada/pango.ads
+lib/gnat/gtkada.gpr
+lib/gnat/gtkada/gtkada.lgpr
+lib/gnat/gtkada/gtkada_gl.lgpr
+lib/gnat/gtkada/gtkada_glade.lgpr
+lib/gnat/gtkada/gtkada_gnome.lgpr
+lib/gnat/gtkada_gl.gpr
+lib/gnat/gtkada_gl_relocatable.gpr
+lib/gnat/gtkada_gl_static.gpr
+lib/gnat/gtkada_glade.gpr
+lib/gnat/gtkada_glade_relocatable.gpr
+lib/gnat/gtkada_glade_static.gpr
+lib/gnat/gtkada_gnome.gpr
+lib/gnat/gtkada_gnome_relocatable.gpr
+lib/gnat/gtkada_gnome_static.gpr
+lib/gnat/gtkada_relocatable.gpr
+lib/gnat/gtkada_static.gpr
+lib/gtkada/bonobo-dock.ali
+lib/gtkada/bonobo-dock_band.ali
+lib/gtkada/bonobo-dock_item.ali
+lib/gtkada/bonobo-dock_layout.ali
+lib/gtkada/bonobo.ali
+lib/gtkada/gdk-bitmap.ali
+lib/gtkada/gdk-color.ali
+lib/gtkada/gdk-cursor.ali
+lib/gtkada/gdk-dnd.ali
+lib/gtkada/gdk-drawable.ali
+lib/gtkada/gdk-event.ali
+lib/gtkada/gdk-font.ali
+lib/gtkada/gdk-gc.ali
+lib/gtkada/gdk-gl.ali
+lib/gtkada/gdk-image.ali
+lib/gtkada/gdk-input.ali
+lib/gtkada/gdk-keyval.ali
+lib/gtkada/gdk-main.ali
+lib/gtkada/gdk-pixbuf.ali
+lib/gtkada/gdk-pixmap.ali
+lib/gtkada/gdk-property.ali
+lib/gtkada/gdk-rectangle.ali
+lib/gtkada/gdk-region.ali
+lib/gtkada/gdk-rgb.ali
+lib/gtkada/gdk-threads.ali
+lib/gtkada/gdk-types-keysyms.ali
+lib/gtkada/gdk-types.ali
+lib/gtkada/gdk-visual.ali
+lib/gtkada/gdk-window.ali
+lib/gtkada/gdk-window_attr.ali
+lib/gtkada/gdk.ali
+lib/gtkada/glade-xml.ali
+lib/gtkada/glade.ali
+lib/gtkada/glib-convert.ali
+lib/gtkada/glib-enums.ali
+lib/gtkada/glib-error.ali
+lib/gtkada/glib-generic_properties.ali
+lib/gtkada/glib-glade.ali
+lib/gtkada/glib-glist.ali
+lib/gtkada/glib-gnodes.ali
+lib/gtkada/glib-graphs.ali
+lib/gtkada/glib-gslist.ali
+lib/gtkada/glib-main.ali
+lib/gtkada/glib-messages.ali
+lib/gtkada/glib-module.ali
+lib/gtkada/glib-object.ali
+lib/gtkada/glib-properties-creation.ali
+lib/gtkada/glib-properties.ali
+lib/gtkada/glib-type_conversion_hooks.ali
+lib/gtkada/glib-types.ali
+lib/gtkada/glib-unicode.ali
+lib/gtkada/glib-values.ali
+lib/gtkada/glib-xml.ali
+lib/gtkada/glib-xml_int.ali
+lib/gtkada/glib.ali
+lib/gtkada/gnome-about.ali
+lib/gtkada/gnome-app.ali
+lib/gtkada/gnome-app_bar.ali
+lib/gtkada/gnome-app_helper.ali
+lib/gtkada/gnome-client.ali
+lib/gtkada/gnome-color_picker.ali
+lib/gtkada/gnome-date_edit.ali
+lib/gtkada/gnome-dialog.ali
+lib/gtkada/gnome-druid.ali
+lib/gtkada/gnome-druid_page.ali
+lib/gtkada/gnome-druid_page_edge.ali
+lib/gtkada/gnome-druid_page_standard.ali
+lib/gtkada/gnome-file_entry.ali
+lib/gtkada/gnome-font_picker.ali
+lib/gtkada/gnome-gentry.ali
+lib/gtkada/gnome-href.ali
+lib/gtkada/gnome-ice.ali
+lib/gtkada/gnome-icon_entry.ali
+lib/gtkada/gnome-icon_selection.ali
+lib/gtkada/gnome-mdi.ali
+lib/gtkada/gnome-mdi_child.ali
+lib/gtkada/gnome-mdi_session.ali
+lib/gtkada/gnome-message_box.ali
+lib/gtkada/gnome-pixmap.ali
+lib/gtkada/gnome-pixmap_entry.ali
+lib/gtkada/gnome-property_box.ali
+lib/gtkada/gnome-scores.ali
+lib/gtkada/gnome-stock.ali
+lib/gtkada/gnome-ui_defs.ali
+lib/gtkada/gnome-window.ali
+lib/gtkada/gnome.ali
+lib/gtkada/gtk-accel_group.ali
+lib/gtkada/gtk-accel_label.ali
+lib/gtkada/gtk-accel_map.ali
+lib/gtkada/gtk-adjustment.ali
+lib/gtkada/gtk-alignment.ali
+lib/gtkada/gtk-arguments.ali
+lib/gtkada/gtk-arrow.ali
+lib/gtkada/gtk-aspect_frame.ali
+lib/gtkada/gtk-bin.ali
+lib/gtkada/gtk-box.ali
+lib/gtkada/gtk-button.ali
+lib/gtkada/gtk-button_box.ali
+lib/gtkada/gtk-calendar.ali
+lib/gtkada/gtk-cell_editable.ali
+lib/gtkada/gtk-cell_layout.ali
+lib/gtkada/gtk-cell_renderer.ali
+lib/gtkada/gtk-cell_renderer_combo.ali
+lib/gtkada/gtk-cell_renderer_pixbuf.ali
+lib/gtkada/gtk-cell_renderer_progress.ali
+lib/gtkada/gtk-cell_renderer_text.ali
+lib/gtkada/gtk-cell_renderer_toggle.ali
+lib/gtkada/gtk-cell_view.ali
+lib/gtkada/gtk-check_button.ali
+lib/gtkada/gtk-check_menu_item.ali
+lib/gtkada/gtk-clipboard.ali
+lib/gtkada/gtk-clist.ali
+lib/gtkada/gtk-color_selection.ali
+lib/gtkada/gtk-color_selection_dialog.ali
+lib/gtkada/gtk-combo.ali
+lib/gtkada/gtk-combo_box.ali
+lib/gtkada/gtk-combo_box_entry.ali
+lib/gtkada/gtk-container.ali
+lib/gtkada/gtk-ctree.ali
+lib/gtkada/gtk-curve.ali
+lib/gtkada/gtk-dialog.ali
+lib/gtkada/gtk-dnd.ali
+lib/gtkada/gtk-drawing_area.ali
+lib/gtkada/gtk-editable.ali
+lib/gtkada/gtk-entry_completion.ali
+lib/gtkada/gtk-enums.ali
+lib/gtkada/gtk-event_box.ali
+lib/gtkada/gtk-expander.ali
+lib/gtkada/gtk-extra-border_combo.ali
+lib/gtkada/gtk-extra-color_combo.ali
+lib/gtkada/gtk-extra-combo_button.ali
+lib/gtkada/gtk-extra-font_combo.ali
+lib/gtkada/gtk-extra-item_entry.ali
+lib/gtkada/gtk-extra-plot.ali
+lib/gtkada/gtk-extra-plot_3d.ali
+lib/gtkada/gtk-extra-plot_bar.ali
+lib/gtkada/gtk-extra-plot_box.ali
+lib/gtkada/gtk-extra-plot_canvas-ellipse.ali
+lib/gtkada/gtk-extra-plot_canvas-line.ali
+lib/gtkada/gtk-extra-plot_canvas-pixmap.ali
+lib/gtkada/gtk-extra-plot_canvas-plot.ali
+lib/gtkada/gtk-extra-plot_canvas-rectangle.ali
+lib/gtkada/gtk-extra-plot_canvas-text.ali
+lib/gtkada/gtk-extra-plot_canvas.ali
+lib/gtkada/gtk-extra-plot_data.ali
+lib/gtkada/gtk-extra-plot_polar.ali
+lib/gtkada/gtk-extra-plot_ps.ali
+lib/gtkada/gtk-extra-plot_surface.ali
+lib/gtkada/gtk-extra-sheet.ali
+lib/gtkada/gtk-extra.ali
+lib/gtkada/gtk-file_selection.ali
+lib/gtkada/gtk-fixed.ali
+lib/gtkada/gtk-font_selection.ali
+lib/gtkada/gtk-font_selection_dialog.ali
+lib/gtkada/gtk-frame.ali
+lib/gtkada/gtk-gamma_curve.ali
+lib/gtkada/gtk-gentry.ali
+lib/gtkada/gtk-glarea.ali
+lib/gtkada/gtk-grange.ali
+lib/gtkada/gtk-handle_box.ali
+lib/gtkada/gtk-handlers.ali
+lib/gtkada/gtk-hbutton_box.ali
+lib/gtkada/gtk-icon_factory.ali
+lib/gtkada/gtk-image.ali
+lib/gtkada/gtk-image_menu_item.ali
+lib/gtkada/gtk-input_dialog.ali
+lib/gtkada/gtk-invisible.ali
+lib/gtkada/gtk-item.ali
+lib/gtkada/gtk-item_factory.ali
+lib/gtkada/gtk-label.ali
+lib/gtkada/gtk-layout.ali
+lib/gtkada/gtk-list.ali
+lib/gtkada/gtk-list_item.ali
+lib/gtkada/gtk-list_store.ali
+lib/gtkada/gtk-main.ali
+lib/gtkada/gtk-marshallers.ali
+lib/gtkada/gtk-menu.ali
+lib/gtkada/gtk-menu_bar.ali
+lib/gtkada/gtk-menu_item.ali
+lib/gtkada/gtk-menu_shell.ali
+lib/gtkada/gtk-menu_tool_button.ali
+lib/gtkada/gtk-misc.ali
+lib/gtkada/gtk-notebook.ali
+lib/gtkada/gtk-object.ali
+lib/gtkada/gtk-old_editable.ali
+lib/gtkada/gtk-option_menu.ali
+lib/gtkada/gtk-paned.ali
+lib/gtkada/gtk-pixmap.ali
+lib/gtkada/gtk-plug.ali
+lib/gtkada/gtk-preview.ali
+lib/gtkada/gtk-progress.ali
+lib/gtkada/gtk-progress_bar.ali
+lib/gtkada/gtk-radio_button.ali
+lib/gtkada/gtk-radio_menu_item.ali
+lib/gtkada/gtk-radio_tool_button.ali
+lib/gtkada/gtk-rc.ali
+lib/gtkada/gtk-ruler.ali
+lib/gtkada/gtk-scale.ali
+lib/gtkada/gtk-scrollbar.ali
+lib/gtkada/gtk-scrolled_window.ali
+lib/gtkada/gtk-selection.ali
+lib/gtkada/gtk-separator.ali
+lib/gtkada/gtk-separator_menu_item.ali
+lib/gtkada/gtk-separator_tool_item.ali
+lib/gtkada/gtk-settings.ali
+lib/gtkada/gtk-size_group.ali
+lib/gtkada/gtk-socket.ali
+lib/gtkada/gtk-spin_button.ali
+lib/gtkada/gtk-status_bar.ali
+lib/gtkada/gtk-stock.ali
+lib/gtkada/gtk-style.ali
+lib/gtkada/gtk-table.ali
+lib/gtkada/gtk-tearoff_menu_item.ali
+lib/gtkada/gtk-text.ali
+lib/gtkada/gtk-text_attributes.ali
+lib/gtkada/gtk-text_buffer.ali
+lib/gtkada/gtk-text_child.ali
+lib/gtkada/gtk-text_iter.ali
+lib/gtkada/gtk-text_mark.ali
+lib/gtkada/gtk-text_tag.ali
+lib/gtkada/gtk-text_tag_table.ali
+lib/gtkada/gtk-text_view.ali
+lib/gtkada/gtk-tips_query.ali
+lib/gtkada/gtk-toggle_button.ali
+lib/gtkada/gtk-toggle_tool_button.ali
+lib/gtkada/gtk-tool_button.ali
+lib/gtkada/gtk-tool_item.ali
+lib/gtkada/gtk-toolbar.ali
+lib/gtkada/gtk-tooltips.ali
+lib/gtkada/gtk-tree_model.ali
+lib/gtkada/gtk-tree_model_filter.ali
+lib/gtkada/gtk-tree_model_sort.ali
+lib/gtkada/gtk-tree_selection.ali
+lib/gtkada/gtk-tree_sortable.ali
+lib/gtkada/gtk-tree_store.ali
+lib/gtkada/gtk-tree_view.ali
+lib/gtkada/gtk-tree_view_column.ali
+lib/gtkada/gtk-type_conversion.ali
+lib/gtkada/gtk-vbutton_box.ali
+lib/gtkada/gtk-viewport.ali
+lib/gtkada/gtk-widget.ali
+lib/gtkada/gtk-window.ali
+lib/gtkada/gtk.ali
+lib/gtkada/gtkada-canvas.ali
+lib/gtkada/gtkada-dialogs.ali
+lib/gtkada/gtkada-file_selection.ali
+lib/gtkada/gtkada-handlers.ali
+lib/gtkada/gtkada-intl.ali
+lib/gtkada/gtkada-mdi.ali
+lib/gtkada/gtkada-multi_paned.ali
+lib/gtkada/gtkada-pixmaps.ali
+lib/gtkada/gtkada-types.ali
+lib/gtkada/gtkada.ali
+lib/gtkada/libgnomeada-2.8.so.1
+lib/gtkada/libgnomeada.a
+lib/gtkada/libgnomeada.so
+lib/gtkada/libgtkada-2.8.so.1
+lib/gtkada/libgtkada.a
+lib/gtkada/libgtkada.so
+lib/gtkada/libgtkada_gl-2.8.so.1
+lib/gtkada/libgtkada_gl.a
+lib/gtkada/libgtkada_gl.so
+lib/gtkada/libgtkada_glade-2.8.so.1
+lib/gtkada/libgtkada_glade.a
+lib/gtkada/libgtkada_glade.so
+lib/gtkada/pango-attributes.ali
+lib/gtkada/pango-context.ali
+lib/gtkada/pango-enums.ali
+lib/gtkada/pango-font.ali
+lib/gtkada/pango-layout.ali
+lib/gtkada/pango-tabs.ali
+lib/gtkada/pango.ali
+lib/libgnomeada-2.8.so.1
+lib/libgnomeada.so
+lib/libgtkada-2.8.so.1
+lib/libgtkada.so
+lib/libgtkada_gl-2.8.so.1
+lib/libgtkada_gl.so
+lib/libgtkada_glade-2.8.so.1
+lib/libgtkada_glade.so
+libdata/pkgconfig/gtkada.pc
+share/doc/gtkada/gtkada_rm/checkbutton.jpg
+share/doc/gtkada/gtkada_rm/font.jpg
+share/doc/gtkada/gtkada_rm/gtkada_rm.texi
+share/doc/gtkada/gtkada_rm/texinfo.tex
+share/doc/gtkada/gtkada_rm/togglebutton.jpg
+share/doc/gtkada/gtkada_ug/boxes.gif
+share/doc/gtkada/gtkada_ug/gtkada_ug.texi
+share/doc/gtkada/gtkada_ug/hierarchy.jpg
+share/doc/gtkada/gtkada_ug/hierarchy.txt
+share/doc/gtkada/gtkada_ug/texinfo.tex
+share/examples/gtkada/base_widget/Makefile
+share/examples/gtkada/base_widget/README
+share/examples/gtkada/base_widget/main.adb
+share/examples/gtkada/base_widget/my_widget.adb
+share/examples/gtkada/base_widget/my_widget.ads
+share/examples/gtkada/calendar_combo/Makefile
+share/examples/gtkada/calendar_combo/README
+share/examples/gtkada/calendar_combo/calendar_combo.adb
+share/examples/gtkada/calendar_combo/calendar_combo.ads
+share/examples/gtkada/calendar_combo/main.adb
+share/examples/gtkada/composite_widget/Makefile
+share/examples/gtkada/composite_widget/README
+share/examples/gtkada/composite_widget/main.adb
+share/examples/gtkada/composite_widget/my_dialog.adb
+share/examples/gtkada/composite_widget/my_dialog.ads
+share/examples/gtkada/documentation/Makefile
+share/examples/gtkada/documentation/README
+share/examples/gtkada/documentation/banner.adb
+share/examples/gtkada/documentation/clist.adb
+share/examples/gtkada/documentation/clist.ads
+share/examples/gtkada/documentation/contextual.adb
+share/examples/gtkada/documentation/draw.adb
+share/examples/gtkada/documentation/glist_traverse.adb
+share/examples/gtkada/documentation/toggle.adb
+share/examples/gtkada/documentation/tooltips.adb
+share/examples/gtkada/doublebuffer/Makefile
+share/examples/gtkada/doublebuffer/README
+share/examples/gtkada/doublebuffer/anim.adb
+share/examples/gtkada/doublebuffer/anim2.adb
+share/examples/gtkada/doublebuffer/anim_task.adb
+share/examples/gtkada/doublebuffer/anim_task.ads
+share/examples/gtkada/doublebuffer/anim_timeout.adb
+share/examples/gtkada/doublebuffer/anim_timeout.ads
+share/examples/gtkada/doublebuffer/double_buffer.adb
+share/examples/gtkada/doublebuffer/double_buffer.ads
+share/examples/gtkada/doublebuffer/full_test.adb
+share/examples/gtkada/doublebuffer/full_test.ads
+share/examples/gtkada/doublebuffer/parameters.adb
+share/examples/gtkada/dynamic_cast/Makefile
+share/examples/gtkada/dynamic_cast/README
+share/examples/gtkada/dynamic_cast/dynamic.adb
+share/examples/gtkada/editor/Makefile
+share/examples/gtkada/editor/README
+share/examples/gtkada/editor/about_dialog_pkg-callbacks.adb
+share/examples/gtkada/editor/about_dialog_pkg-callbacks.ads
+share/examples/gtkada/editor/about_dialog_pkg.adb
+share/examples/gtkada/editor/about_dialog_pkg.ads
+share/examples/gtkada/editor/callbacks_gladeedit.ads
+share/examples/gtkada/editor/file_utils.adb
+share/examples/gtkada/editor/file_utils.ads
+share/examples/gtkada/editor/gladeedit.adb
+share/examples/gtkada/editor/main_window_pkg-callbacks.adb
+share/examples/gtkada/editor/main_window_pkg-callbacks.ads
+share/examples/gtkada/editor/main_window_pkg.adb
+share/examples/gtkada/editor/main_window_pkg.ads
+share/examples/gtkada/editor/open_file_selection_pkg-callbacks.adb
+share/examples/gtkada/editor/open_file_selection_pkg-callbacks.ads
+share/examples/gtkada/editor/open_file_selection_pkg.adb
+share/examples/gtkada/editor/open_file_selection_pkg.ads
+share/examples/gtkada/editor/save_file_selection_pkg-callbacks.adb
+share/examples/gtkada/editor/save_file_selection_pkg-callbacks.ads
+share/examples/gtkada/editor/save_file_selection_pkg.adb
+share/examples/gtkada/editor/save_file_selection_pkg.ads
+share/examples/gtkada/gtk_examples/Makefile
+share/examples/gtkada/gtk_examples/README
+share/examples/gtkada/gtk_examples/scribble.adb
+share/examples/gtkada/handlers/Makefile
+share/examples/gtkada/handlers/README
+share/examples/gtkada/handlers/delete_event.adb
+share/examples/gtkada/handlers/general_tips.adb
+share/examples/gtkada/handlers/own_marshaller.adb
+share/examples/gtkada/handlers/own_marshaller.ads
+share/examples/gtkada/handlers/specific_tips.adb
+share/examples/gtkada/powergnu/Makefile
+share/examples/gtkada/powergnu/README
+share/examples/gtkada/powergnu/callbacks_power.ads
+share/examples/gtkada/powergnu/power.adb
+share/examples/gtkada/powergnu/power_gnu.adb
+share/examples/gtkada/powergnu/power_gnu.ads
+share/examples/gtkada/powergnu/powergnu_pkg-callbacks.adb
+share/examples/gtkada/powergnu/powergnu_pkg-callbacks.ads
+share/examples/gtkada/powergnu/powergnu_pkg.adb
+share/examples/gtkada/powergnu/powergnu_pkg.ads
+share/examples/gtkada/testgtk/3DRings.xpm
+share/examples/gtkada/testgtk/FilesQueue.xpm
+share/examples/gtkada/testgtk/Modeller.xpm
+share/examples/gtkada/testgtk/alps.png
+share/examples/gtkada/testgtk/apple-red.png
+share/examples/gtkada/testgtk/background.jpg
+share/examples/gtkada/testgtk/check-n.xpm
+share/examples/gtkada/testgtk/check-y.xpm
+share/examples/gtkada/testgtk/common.adb
+share/examples/gtkada/testgtk/common.ads
+share/examples/gtkada/testgtk/create_alignment.adb
+share/examples/gtkada/testgtk/create_alignment.ads
+share/examples/gtkada/testgtk/create_arrow.adb
+share/examples/gtkada/testgtk/create_arrow.ads
+share/examples/gtkada/testgtk/create_box.adb
+share/examples/gtkada/testgtk/create_box.ads
+share/examples/gtkada/testgtk/create_button_box.adb
+share/examples/gtkada/testgtk/create_button_box.ads
+share/examples/gtkada/testgtk/create_buttons.adb
+share/examples/gtkada/testgtk/create_buttons.ads
+share/examples/gtkada/testgtk/create_calendar.adb
+share/examples/gtkada/testgtk/create_calendar.ads
+share/examples/gtkada/testgtk/create_canvas.adb
+share/examples/gtkada/testgtk/create_canvas.ads
+share/examples/gtkada/testgtk/create_cell_view.adb
+share/examples/gtkada/testgtk/create_cell_view.ads
+share/examples/gtkada/testgtk/create_check_buttons.adb
+share/examples/gtkada/testgtk/create_check_buttons.ads
+share/examples/gtkada/testgtk/create_clipboard.adb
+share/examples/gtkada/testgtk/create_clipboard.ads
+share/examples/gtkada/testgtk/create_clist.adb
+share/examples/gtkada/testgtk/create_clist.ads
+share/examples/gtkada/testgtk/create_color_selection.adb
+share/examples/gtkada/testgtk/create_color_selection.ads
+share/examples/gtkada/testgtk/create_combo_box.adb
+share/examples/gtkada/testgtk/create_combo_box.ads
+share/examples/gtkada/testgtk/create_ctree.adb
+share/examples/gtkada/testgtk/create_ctree.ads
+share/examples/gtkada/testgtk/create_cursors.adb
+share/examples/gtkada/testgtk/create_cursors.ads
+share/examples/gtkada/testgtk/create_dialog.adb
+share/examples/gtkada/testgtk/create_dialog.ads
+share/examples/gtkada/testgtk/create_dnd.adb
+share/examples/gtkada/testgtk/create_dnd.ads
+share/examples/gtkada/testgtk/create_entry.adb
+share/examples/gtkada/testgtk/create_entry.ads
+share/examples/gtkada/testgtk/create_file_selection.adb
+share/examples/gtkada/testgtk/create_file_selection.ads
+share/examples/gtkada/testgtk/create_fixed.adb
+share/examples/gtkada/testgtk/create_fixed.ads
+share/examples/gtkada/testgtk/create_font_selection.adb
+share/examples/gtkada/testgtk/create_font_selection.ads
+share/examples/gtkada/testgtk/create_frame.adb
+share/examples/gtkada/testgtk/create_frame.ads
+share/examples/gtkada/testgtk/create_gamma_curve.adb
+share/examples/gtkada/testgtk/create_gamma_curve.ads
+share/examples/gtkada/testgtk/create_gc.adb
+share/examples/gtkada/testgtk/create_gc.ads
+share/examples/gtkada/testgtk/create_handle_box.adb
+share/examples/gtkada/testgtk/create_handle_box.ads
+share/examples/gtkada/testgtk/create_item_factory.adb
+share/examples/gtkada/testgtk/create_item_factory.ads
+share/examples/gtkada/testgtk/create_label.adb
+share/examples/gtkada/testgtk/create_label.ads
+share/examples/gtkada/testgtk/create_layout.adb
+share/examples/gtkada/testgtk/create_layout.ads
+share/examples/gtkada/testgtk/create_list.adb
+share/examples/gtkada/testgtk/create_list.ads
+share/examples/gtkada/testgtk/create_main_loop.adb
+share/examples/gtkada/testgtk/create_main_loop.ads
+share/examples/gtkada/testgtk/create_menu.adb
+share/examples/gtkada/testgtk/create_menu.ads
+share/examples/gtkada/testgtk/create_notebook.adb
+share/examples/gtkada/testgtk/create_notebook.ads
+share/examples/gtkada/testgtk/create_paned.adb
+share/examples/gtkada/testgtk/create_paned.ads
+share/examples/gtkada/testgtk/create_pixbuf.adb
+share/examples/gtkada/testgtk/create_pixbuf.ads
+share/examples/gtkada/testgtk/create_pixmap.adb
+share/examples/gtkada/testgtk/create_pixmap.ads
+share/examples/gtkada/testgtk/create_plot.adb
+share/examples/gtkada/testgtk/create_plot.ads
+share/examples/gtkada/testgtk/create_plot_3d.adb
+share/examples/gtkada/testgtk/create_plot_3d.ads
+share/examples/gtkada/testgtk/create_plot_realtime.adb
+share/examples/gtkada/testgtk/create_plot_realtime.ads
+share/examples/gtkada/testgtk/create_preview_color.adb
+share/examples/gtkada/testgtk/create_preview_color.ads
+share/examples/gtkada/testgtk/create_preview_gray.adb
+share/examples/gtkada/testgtk/create_preview_gray.ads
+share/examples/gtkada/testgtk/create_progress.adb
+share/examples/gtkada/testgtk/create_progress.ads
+share/examples/gtkada/testgtk/create_radio_button.adb
+share/examples/gtkada/testgtk/create_radio_button.ads
+share/examples/gtkada/testgtk/create_range.adb
+share/examples/gtkada/testgtk/create_range.ads
+share/examples/gtkada/testgtk/create_reparent.adb
+share/examples/gtkada/testgtk/create_reparent.ads
+share/examples/gtkada/testgtk/create_rulers.adb
+share/examples/gtkada/testgtk/create_rulers.ads
+share/examples/gtkada/testgtk/create_scroll_test.adb
+share/examples/gtkada/testgtk/create_scroll_test.ads
+share/examples/gtkada/testgtk/create_scrolled.adb
+share/examples/gtkada/testgtk/create_scrolled.ads
+share/examples/gtkada/testgtk/create_selection.adb
+share/examples/gtkada/testgtk/create_selection.ads
+share/examples/gtkada/testgtk/create_shapes.adb
+share/examples/gtkada/testgtk/create_shapes.ads
+share/examples/gtkada/testgtk/create_sheet.adb
+share/examples/gtkada/testgtk/create_sheet.ads
+share/examples/gtkada/testgtk/create_size_groups.adb
+share/examples/gtkada/testgtk/create_size_groups.ads
+share/examples/gtkada/testgtk/create_sources.adb
+share/examples/gtkada/testgtk/create_sources.ads
+share/examples/gtkada/testgtk/create_spin.adb
+share/examples/gtkada/testgtk/create_spin.ads
+share/examples/gtkada/testgtk/create_splittable.adb
+share/examples/gtkada/testgtk/create_splittable.ads
+share/examples/gtkada/testgtk/create_status.adb
+share/examples/gtkada/testgtk/create_status.ads
+share/examples/gtkada/testgtk/create_test_idle.adb
+share/examples/gtkada/testgtk/create_test_idle.ads
+share/examples/gtkada/testgtk/create_test_timeout.adb
+share/examples/gtkada/testgtk/create_test_timeout.ads
+share/examples/gtkada/testgtk/create_text_view.adb
+share/examples/gtkada/testgtk/create_text_view.ads
+share/examples/gtkada/testgtk/create_toggle_buttons.adb
+share/examples/gtkada/testgtk/create_toggle_buttons.ads
+share/examples/gtkada/testgtk/create_toolbar.adb
+share/examples/gtkada/testgtk/create_toolbar.ads
+share/examples/gtkada/testgtk/create_tooltips.adb
+share/examples/gtkada/testgtk/create_tooltips.ads
+share/examples/gtkada/testgtk/create_tree.adb
+share/examples/gtkada/testgtk/create_tree.ads
+share/examples/gtkada/testgtk/create_tree_filter.adb
+share/examples/gtkada/testgtk/create_tree_filter.ads
+share/examples/gtkada/testgtk/create_tree_view.adb
+share/examples/gtkada/testgtk/create_tree_view.ads
+share/examples/gtkada/testgtk/dancing-penguin.gif
+share/examples/gtkada/testgtk/gnome-applets.png
+share/examples/gtkada/testgtk/gnome-calendar.png
+share/examples/gtkada/testgtk/gnome-foot.png
+share/examples/gtkada/testgtk/gnome-gimp.png
+share/examples/gtkada/testgtk/gnome-gmush.png
+share/examples/gtkada/testgtk/gnome-gsame.png
+share/examples/gtkada/testgtk/gnu-keys.png
+share/examples/gtkada/testgtk/libart_demo.adb
+share/examples/gtkada/testgtk/libart_demo.ads
+share/examples/gtkada/testgtk/lightning.png
+share/examples/gtkada/testgtk/main_windows.adb
+share/examples/gtkada/testgtk/main_windows.ads
+share/examples/gtkada/testgtk/marble.xpm
+share/examples/gtkada/testgtk/opengl/lw.c
+share/examples/gtkada/testgtk/opengl/lw.h
+share/examples/gtkada/testgtk/opengl/lwobjects.adb
+share/examples/gtkada/testgtk/opengl/lwobjects.ads
+share/examples/gtkada/testgtk/opengl/trackball.adb
+share/examples/gtkada/testgtk/opengl/trackball.ads
+share/examples/gtkada/testgtk/opengl/view_gl.adb
+share/examples/gtkada/testgtk/opengl/view_gl.ads
+share/examples/gtkada/testgtk/penguin.lwo
+share/examples/gtkada/testgtk/test.xpm
+share/examples/gtkada/testgtk/testgtk
+share/examples/gtkada/testgtk/testgtk.adb
+share/examples/gtkada/testgtk/tree_minus.xpm
+share/examples/gtkada/testgtk/tree_plus.xpm
+share/examples/gtkada/tutorial/Makefile
+share/examples/gtkada/tutorial/README
+share/examples/gtkada/tutorial/gtkdial/Makefile
+share/examples/gtkada/tutorial/gtkdial/dial_handlers.adb
+share/examples/gtkada/tutorial/gtkdial/dial_handlers.ads
+share/examples/gtkada/tutorial/gtkdial/dial_test.adb
+share/examples/gtkada/tutorial/gtkdial/gtk_dial.adb
+share/examples/gtkada/tutorial/gtkdial/gtk_dial.ads
+share/examples/gtkada/tutorial/helloworld/Makefile
+share/examples/gtkada/tutorial/helloworld/hello.adb
+share/examples/gtkada/tutorial/helloworld/hello_package.adb
+share/examples/gtkada/tutorial/helloworld/hello_package.ads
+share/examples/gtkada/tutorial/helloworld2/Makefile
+share/examples/gtkada/tutorial/helloworld2/hello2.adb
+share/examples/gtkada/tutorial/helloworld2/hello2_package.adb
+share/examples/gtkada/tutorial/helloworld2/hello2_package.ads
+share/examples/gtkada/tutorial/packbox/Makefile
+share/examples/gtkada/tutorial/packbox/packbox.adb
+share/examples/gtkada/tutorial/packbox/packbox.ads
+share/examples/gtkada/tutorial/packbox/packbox_test.adb
+share/examples/gtkada/tutorial/simple/Makefile
+share/examples/gtkada/tutorial/simple/simple.adb
+share/examples/gtkada/tutorial/table/Makefile
+share/examples/gtkada/tutorial/table/table.adb
+share/examples/gtkada/tutorial/table/table.ads
+share/examples/gtkada/tutorial/table/table_test.adb
+share/examples/gtkada/tutorial/tictactoe/Makefile
+share/examples/gtkada/tutorial/tictactoe/tictactoe.adb
+share/examples/gtkada/tutorial/tictactoe/tictactoe.ads
+share/examples/gtkada/tutorial/tictactoe/ttt_test.adb
+share/examples/gtkada/user_data/Makefile
+share/examples/gtkada/user_data/README
+share/examples/gtkada/user_data/test_handlers.adb
+share/gps/plug-ins/gtkada.xml
+@dirrm share/gps/plug-ins
+@dirrm share/gps
+@dirrm share/examples/gtkada/user_data
+@dirrm share/examples/gtkada/tutorial/tictactoe
+@dirrm share/examples/gtkada/tutorial/table
+@dirrm share/examples/gtkada/tutorial/simple
+@dirrm share/examples/gtkada/tutorial/packbox
+@dirrm share/examples/gtkada/tutorial/helloworld2
+@dirrm share/examples/gtkada/tutorial/helloworld
+@dirrm share/examples/gtkada/tutorial/gtkdial
+@dirrm share/examples/gtkada/tutorial
+@dirrm share/examples/gtkada/testgtk/opengl
+@dirrm share/examples/gtkada/testgtk
+@dirrm share/examples/gtkada/powergnu
+@dirrm share/examples/gtkada/handlers
+@dirrm share/examples/gtkada/gtk_examples
+@dirrm share/examples/gtkada/editor
+@dirrm share/examples/gtkada/dynamic_cast
+@dirrm share/examples/gtkada/doublebuffer
+@dirrm share/examples/gtkada/documentation
+@dirrm share/examples/gtkada/composite_widget
+@dirrm share/examples/gtkada/calendar_combo
+@dirrm share/examples/gtkada/base_widget
+@dirrm share/examples/gtkada
+@dirrm share/doc/gtkada/gtkada_ug
+@dirrm share/doc/gtkada/gtkada_rm
+@dirrm share/doc/gtkada
+@dirrm lib/gtkada
+@dirrm lib/gnat/gtkada
+@dirrm lib/gnat
+@dirrm include/gtkada