summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-11-09 16:36:17 +0100
committerChristian Dywan <christian@twotoasts.de>2009-11-09 16:36:17 +0100
commit148ffd2cc9c3fbd9f627f6fee7c009290112c0e5 (patch)
tree1e0cb430d07c96529c83d59225b90947484e049d
parentf1f6d76078dccd1c7d7c305a45c270451ead6612 (diff)
downloadgtk+-148ffd2cc9c3fbd9f627f6fee7c009290112c0e5.tar.gz
Clarify documentation of gtk_notebook_set_action_widget
-rw-r--r--gtk/gtknotebook.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index b86f774268..73afbc19d0 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -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
*/