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



Author: murrayc
Date: Fri Feb 27 09:07:57 2009
New Revision: 79
URL: http://svn.gnome.org/viewvc/gtkmm-documentation?rev=79&view=rev

Log:
2009-02-27  Murray Cumming  <murrayc murrayc com>

* docs/tutorial/C/gtkmm-tut.xml: Notebook: Mention set_current_page() 
instead of set_page(), which does not exist. Noticed by Jason Curole. 

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 Feb 27 09:07:57 2009
@@ -2492,7 +2492,7 @@
 
 <para>
 To programmatically change the selected page, use the
-<function>set_page()</function> method.
+<function>set_current_page()</function> method.
 </para>
 
 <para>There is also an  <link linkend="sec-notebook-stl-style">STL-style API</link> which you might find more obvious.</para>



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