mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 09:50:06 +00:00
Mention exact property names in notebook tab packing deprecation
Follow-up for bug 596083.
This commit is contained in:
parent
ee2c797e70
commit
cb49a28f8c
@ -7491,7 +7491,8 @@ gtk_notebook_child_reordered (GtkNotebook *notebook,
|
||||
* containing @child. See gtk_box_pack_start() for the exact meaning
|
||||
* of the parameters.
|
||||
*
|
||||
* Deprecated: 2.20: Modify the expand and fill child properties instead.
|
||||
* Deprecated: 2.20: Modify the "tab-expand" and "tab-fill" child
|
||||
* properties instead.
|
||||
**/
|
||||
void
|
||||
gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
|
||||
@ -7544,7 +7545,8 @@ gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
|
||||
* Query the packing attributes for the tab label of the page
|
||||
* containing @child.
|
||||
*
|
||||
* Deprecated: 2.20: Modify the expand and fill child properties instead.
|
||||
* Deprecated: 2.20: Modify the "tab-expand" and "tab-fill" child
|
||||
* properties instead.
|
||||
**/
|
||||
void
|
||||
gtk_notebook_query_tab_label_packing (GtkNotebook *notebook,
|
||||
|
Loading…
Reference in New Issue
Block a user