]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkbin.c
Merge branch 'native-layout-incubator'
[~andy/gtk] / gtk / gtkbin.c
index ed2796a89c3d7cdf5382e3146945ec2f5ea28665..25ccb60661331c1f1562a7c388d777aa6c02a3c3 100644 (file)
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
+/**
+ * SECTION:gtkbin
+ * @Short_description: A container with just one child
+ * @Title: GtkBin
+ *
+ * The #GtkBin widget is a container with just one child.
+ * It is not very useful itself, but it is useful for deriving subclasses,
+ * since it provides common code needed for handling a single child widget.
+ *
+ * Many GTK+ widgets are subclasses of #GtkBin, including #GtkWindow,
+ * #GtkButton, #GtkFrame, #GtkHandleBox or #GtkScrolledWindow.
+ */
+
 #include "config.h"
 #include "gtkbin.h"
 #include "gtkextendedlayout.h"