Notebook.queryTabLabelPacking

Warning gtk_notebook_query_tab_label_packing has been deprecated since version 2.20 and should not be used in newly-written code. Modify the "tab-expand" and "tab-fill" child properties instead. Query the packing attributes for the tab label of the page containing child.

class Notebook
void
queryTabLabelPacking
(,
out int expand
,
out int fill
,)

Parameters

child Widget

the page

expand int

location to store the expand value (or NULL)

fill int

location to store the fill value (or NULL)

packType GtkPackType

location to store the pack_type (or NULL)

Meta