freebsd-ports/x11-toolkits/gtkada-gps/files/patch-src_gtk-text_iter.ads
Martin Wilke 49a7939013 This is GtkAda version 3.1.3. This package is an Ada2005 graphical library
for the Gimp Toolkit, which means this is a set of packages to allow you
to easily create some graphical interfaces under X11 and Win32, using Ada2005
as a programming language.

Every widget from gtk 2.2 has been bound, and the test
program found in the gtk release has been reimplemented in Ada (have a
look at the testgtk/ directory).

 WWW: http://libre.adacore.com/

PR:		ports/107415
Submitted by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
Repocopy by:    marcus
2007-01-17 11:05:42 +00:00

11 lines
648 B
Ada

--- src/gtk-text_iter.ads.orig Mon Jan 1 23:39:23 2007
+++ src/gtk-text_iter.ads Mon Jan 1 23:40:12 2007
@@ -655,7 +655,7 @@
-- by the give GValue. Modifying the iterator returned does not modify
-- the iterator referenced by the GValue.
- function Get_Text_Iter (Val : Glib.Values.GValue) return Gtk_Text_Iter;
+-- function Get_Text_Iter (Val : Glib.Values.GValue) return Gtk_Text_Iter;
-- This is the function equivalent of procedure Get_Text_Iter above. It is
-- sometimes more convenient that then procedure, but its use is limited by
-- the fact that the result returned can not be stored in a variable, since