[Gtkada-wrapper-devel] SF.net SVN: gtkada-wrapper: [32] trunk
Brought to you by:
bechir_zalila
|
From: <bec...@us...> - 2007-01-11 15:02:52
|
Revision: 32
http://svn.sourceforge.net/gtkada-wrapper/?rev=32&view=rev
Author: bechir_zalila
Date: 2007-01-11 06:50:55 -0800 (Thu, 11 Jan 2007)
Log Message:
-----------
* Added missing Makefile.am
* Doc fix
Modified Paths:
--------------
trunk/doc/gtkada_wrapper.texi
trunk/src/gtkada_wrapper.ads
Added Paths:
-----------
trunk/support/Makefile.am
Modified: trunk/doc/gtkada_wrapper.texi
===================================================================
--- trunk/doc/gtkada_wrapper.texi 2006-12-02 15:23:25 UTC (rev 31)
+++ trunk/doc/gtkada_wrapper.texi 2007-01-11 14:50:55 UTC (rev 32)
@@ -798,8 +798,8 @@
@end example
This function blocks until the user press a key corresponding to a
-graphical character. The value of the key is stored in Item. The user
-does not need to press @i{ENTER}.
+graphical character. The value of the key is returned. The userdoes
+not need to press @i{ENTER}.
@c end
Modified: trunk/src/gtkada_wrapper.ads
===================================================================
--- trunk/src/gtkada_wrapper.ads 2006-12-02 15:23:25 UTC (rev 31)
+++ trunk/src/gtkada_wrapper.ads 2007-01-11 14:50:55 UTC (rev 32)
@@ -263,8 +263,8 @@
function Get_Immediate return Character;
-- Block until the user press a key corresponding to a graphical
- -- character. The value of the key is stored in Item. The user
- -- does not need to press ENTER.
+ -- character. The value of the key is returned. The user does
+ -- not need to press ENTER.
-- FIXME: Maybe some I/O function for integers, floats...
Added: trunk/support/Makefile.am
===================================================================
--- trunk/support/Makefile.am (rev 0)
+++ trunk/support/Makefile.am 2007-01-11 14:50:55 UTC (rev 32)
@@ -0,0 +1 @@
+EXTRA_DIST=reconfig
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|