gtkNotebookSetTabLabelPacking {RGtk2} | R Documentation |
Sets the packing parameters for the tab label of the page
containing child
. See gtkBoxPackStart
for the exact meaning
of the parameters.
gtkNotebookSetTabLabelPacking(object, child, expand, fill, pack.type)
|
[GtkNotebook ] a GtkNotebook |
|
[GtkWidget ] the child widget |
|
[logical] whether to expand the bookmark or not |
|
[logical] whether the bookmark should fill the allocated area or not |
|
[GtkPackType ] the position of the bookmark |
Derived by RGtkGen from GTK+ documentation