[gtk+] Improve docs of gtk_notebook_set_tab_label_packing
- From: Christian Dywan <cdywan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Improve docs of gtk_notebook_set_tab_label_packing
- Date: Fri, 12 Mar 2010 16:56:32 +0000 (UTC)
commit c1a3a0fd9b986eda3c5429e771aceced21c01c93
Author: Christian Dywan <christian twotoasts de>
Date: Fri Mar 12 17:50:42 2010 +0100
Improve docs of gtk_notebook_set_tab_label_packing
Use the term tab label rather than bookmark and point out
that packing type is deprecated.
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=612575
gtk/gtknotebook.c | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c
index 85dd974..a7c1b3a 100644
--- a/gtk/gtknotebook.c
+++ b/gtk/gtknotebook.c
@@ -7119,7 +7119,7 @@ gtk_notebook_get_scrollable (GtkNotebook *notebook)
* @notebook: a #GtkNotebook
*
* Enables the popup menu: if the user clicks with the right mouse button on
- * the bookmarks, a menu with all the pages will be popped up.
+ * the tab labels, a menu with all the pages will be popped up.
**/
void
gtk_notebook_popup_enable (GtkNotebook *notebook)
@@ -7500,9 +7500,9 @@ gtk_notebook_child_reordered (GtkNotebook *notebook,
* gtk_notebook_set_tab_label_packing:
* @notebook: a #GtkNotebook
* @child: the child widget
- * @expand: whether to expand the bookmark or not
- * @fill: whether the bookmark should fill the allocated area or not
- * @pack_type: the position of the bookmark
+ * @expand: whether to expand the tab label or not
+ * @fill: whether the tab label should fill the allocated area or not
+ * @pack_type: the position of the tab label
*
* Sets the packing parameters for the tab label of the page
* containing @child. See gtk_box_pack_start() for the exact meaning
@@ -7510,6 +7510,8 @@ gtk_notebook_child_reordered (GtkNotebook *notebook,
*
* Deprecated: 2.20: Modify the #GtkNotebook:tab-expand and
* #GtkNotebook:tab-fill child properties instead.
+ * Modifying the packing of the tab label is a deprecated feature and
+ * shouldn't be done anymore.
**/
void
gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]