Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkNotebookSetTabLabelPacking

gtkNotebookSetTabLabelPacking


Description

Sets the packing parameters for the tab label of the page containing child. See gtkBoxPackStart for the exact meaning of the parameters. WARNING: gtk_notebook_set_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. Modifying the packing of the tab label is a deprecated feature and shouldn't be done anymore.

Usage

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

Arguments

object

a GtkNotebook

child

the child widget

expand

whether to expand the tab label or not

fill

whether the tab label should fill the allocated area or not

pack.type

the position of the tab label

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.