GNOME Bugzilla – Bug 612575
Improve docs of gtk_notebook_set_tab_label_packing
Last modified: 2010-03-12 16:56:50 UTC
I just realized, the documentation of gtk_notebook_set_tab_label_packing could be improved a little. The use of the term "bookmark" here is misleading and not used anywhere else in GtkNotebook: "* @expand: whether to expand the bookmark or not" I propose this should say s/bookmark/tab label/. Also the "Deprecated:" tag should explicitly point out that @pack_type should not be used anymore, otherwise it seems as if the mentioned child properties alone would replace it.
Created attachment 155864 [details] [review] s/bookmark/tab label/ and point out deprecation of packing type
Comment on attachment 155864 [details] [review] s/bookmark/tab label/ and point out deprecation of packing type Looks good, please commit
Pushed to master.