gtkNotebookQueryTabLabelPacking {RGtk2}R Documentation

gtkNotebookQueryTabLabelPacking

Description

Query the packing attributes for the tab label of the page containing child.

Usage

gtkNotebookQueryTabLabelPacking(object, child)

Arguments

object [GtkNotebook] a GtkNotebook
child [GtkWidget] the page

Value

A list containing the following elements:

expand [logical] location to store the expand value (or NULL)
fill [logical] location to store the fill value (or NULL)
pack.type [GtkPackType] location to store the pack_type (or NULL)

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]