gtkNotebookSetTabLabelPacking {RGtk2}R Documentation

gtkNotebookSetTabLabelPacking

Description

Sets the packing parameters for the tab label of the page containing child. See gtkBoxPackStart for the exact meaning of the parameters.

Usage

gtkNotebookSetTabLabelPacking(object, child, expand, fill, pack.type)

Arguments

object [GtkNotebook] a GtkNotebook
child [GtkWidget] the child widget
expand [logical] whether to expand the bookmark or not
fill [logical] whether the bookmark should fill the allocated area or not
pack.type [GtkPackType] the position of the bookmark

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]