]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkpaned.c
Box, etc: Improve docs after H* and V* deprecations.
[~andy/gtk] / gtk / gtkpaned.c
index e7b334a65c9aab1d007d94533645915b404d2dee..7c6ab6c40f843d3a53fb1039485a92ca1cc8f2c0 100644 (file)
 
 /**
  * SECTION:gtkpaned
- * @Short_description: Base class for widgets with two adjustable panes
+ * @Short_description: A widget with two adjustable panes
  * @Title: GtkPaned
  *
- * #GtkPaned is the base class for widgets with two panes, arranged either
- * horizontally (#GtkHPaned) or vertically (#GtkVPaned). Child widgets are
+ * #GtkPaned has two panes, arranged either
+ * horizontally or vertically. The division between
+ * the two panes is adjustable by the user by dragging
+ * a handle. See #GtkPaned for details.
+ *
+ * Child widgets are
  * added to the panes of the widget with gtk_paned_pack1() and
  * gtk_paned_pack2(). The division between the two children is set by default
  * from the size requests of the children, but it can be adjusted by the