]> Pileus Git - ~andy/gtk/commitdiff
Clarify documentation of gtk_notebook_set_action_widget
authorChristian Dywan <christian@twotoasts.de>
Mon, 9 Nov 2009 15:36:17 +0000 (16:36 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 9 Nov 2009 15:36:17 +0000 (16:36 +0100)
gtk/gtknotebook.c

index b86f7742682c342a4776389f09cf5cd08291c815..73afbc19d0ab4891026f6dd740f16c3c8f44fc96 100644 (file)
@@ -7943,8 +7943,9 @@ gtk_notebook_get_action_widget (GtkNotebook *notebook,
  * @widget: a #GtkWidget
  * @pack_type: pack type of the action widget
  *
- * Adds @widget as action_widget to the notebook tab space. Depending
- * on the pack type the widget will be added before or after the tabs
+ * Sets @widget as one of the action widgets. Depending on the pack type
+ * the widget will be placed before or after the tabs. You can use
+ * a #GtkBox if you need to pack more than one widget on the same side.
  *
  * Since: 2.20
  */