Author: paulp Date: Fri Feb 8 21:10:51 2008 New Revision: 2962 URL: http://svn.gnome.org/viewvc/pygtk?rev=2962&view=rev
Log: 2008-02-08 Paul Pogonyshev <[EMAIL PROTECTED]> * pygtk-gtkbox.xml: Don't claim gtk.HBox and gtk.VBox are the only derivatives of gtk.Box. Modified: trunk/docs/reference/ChangeLog trunk/docs/reference/pygtk-gtkbox.xml Modified: trunk/docs/reference/pygtk-gtkbox.xml ============================================================================== --- trunk/docs/reference/pygtk-gtkbox.xml (original) +++ trunk/docs/reference/pygtk-gtkbox.xml Fri Feb 8 21:10:51 2008 @@ -240,9 +240,13 @@ particular kind of container, one that organizes a variable number of widgets into a rectangular area. <link linkend="class-gtkbox"><classname>gtk.Box</classname></link> currently has -two derived classes, <link +two families of derived classes: <link linkend="class-gtkhbox"><classname>gtk.HBox</classname></link> and <link -linkend="class-gtkvbox"><classname>gtk.VBox</classname></link>.</para> +linkend="class-gtkvbox"><classname>gtk.VBox</classname></link> being one, +and <link +linkend="class-gtkhbuttonbox"><classname>gtk.HButtonBox</classname></link> and <link +linkend="class-gtkvbuttonbox"><classname>gtk.VButtonBox</classname></link> -- +the other.</para> <para>The rectangular area of a <link linkend="class-gtkbox"><classname>gtk.Box</classname></link> is organized _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.