]> Pileus Git - ~andy/gtk/commitdiff
Emphasize that GtkBox and GtkTable can be replaced by GtkGrid
authorJavier Jardón <jjardon@gnome.org>
Sat, 30 Oct 2010 04:53:44 +0000 (06:53 +0200)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 30 Oct 2010 08:37:04 +0000 (17:37 +0900)
docs/reference/gtk/tmpl/gtktable.sgml
gtk/gtkbox.c

index 22503eaa39995c9960f7131b47be2dc723bbe23f..6264b6eea32ea76afec46db621857d9aa114c7f2 100644 (file)
@@ -32,11 +32,13 @@ either side</emphasis> of the widget it belongs to.
 gtk_table_set_homogeneous(), can be used to set whether all cells in the
 table will resize themselves to the size of the largest widget in the table.
 </para>
+<note>
 <para>
 Note that #GtkGrid provides the same capabilities as GtkTable for arranging
 widgets in a rectangular grid, and additionally supports height-for-width
 geometry management.
 </para>
+</note>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
index 50e827de85137e9f3e1c7721af4216f8ee862516..ef519686bb153cd0b8d3c252878848105e66617e 100644 (file)
  * #GtkBox:fill and #GtkBox:padding child properties.
  * Use gtk_box_query_child_packing() to query these fields.
  *
+ * <note>
+ * <para>
  * Note that a single-row or single-column #GtkGrid provides exactly the
  * same functionality as #GtkBox.
+ * </para>
+ * </note>
  */
 
 #include "config.h"