Deprecated GtkNotebook tab packing
https://bugzilla.gnome.org/show_bug.cgi?id=596083
This commit is contained in:
@ -7198,6 +7198,8 @@ gtk_notebook_child_reordered (GtkNotebook *notebook,
|
||||
* Sets the packing parameters for the tab label of the page
|
||||
* 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.
|
||||
**/
|
||||
void
|
||||
gtk_notebook_set_tab_label_packing (GtkNotebook *notebook,
|
||||
@ -7249,6 +7251,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.
|
||||
**/
|
||||
void
|
||||
gtk_notebook_query_tab_label_packing (GtkNotebook *notebook,
|
||||
|
Reference in New Issue
Block a user