gtkmm-documentation r73 - in trunk: . docs/tutorial/C



Author: murrayc
Date: Fri Nov  7 20:16:11 2008
New Revision: 73
URL: http://svn.gnome.org/viewvc/gtkmm-documentation?rev=73&view=rev

Log:
2008-11-07  Murray Cumming  <murrayc murrayc com>

* docs/tutorial/C/gtkmm-tut.xml: X Event Signals appendix:
Corrected a typo found by Tomasz Mikolajczyk.

Modified:
   trunk/ChangeLog
   trunk/docs/tutorial/C/gtkmm-tut.xml

Modified: trunk/docs/tutorial/C/gtkmm-tut.xml
==============================================================================
--- trunk/docs/tutorial/C/gtkmm-tut.xml	(original)
+++ trunk/docs/tutorial/C/gtkmm-tut.xml	Fri Nov  7 20:16:11 2008
@@ -7776,7 +7776,7 @@
 </para>
 <para>
 You might occasionally find it useful to handle X events when there's something
-you can't accomplish with normal signals.  <classname>Gtk::Button</classname>,
+you can't accomplish with normal signals. <classname>Gtk::Button</classname>,
 for example, does not send mouse-pointer coordinates with its
 <literal>clicked</literal> signal, but you could handle
 <literal>button_pressed_event</literal> if you needed this
@@ -7812,7 +7812,7 @@
 </para>
 <para>
 When the mouse is over the button and a mouse button is pressed,
-<function>on_button_pressed()</function> will be called.
+<function>on_button_press()</function> will be called.
 </para>
 
 <para>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]