gtkStyleGet {RGtk2}R Documentation

gtkStyleGet

Description

Gets the values of a multiple style properties for widget.type from style.

Usage

gtkStyleGet(object, widget.type, first.property.name, ...)

Arguments

object

a GtkStyle

widget.type

the GType of a descendant of GtkWidget

first.property.name

the name of the first style property to get

...

pairs of property names and locations to return the property values, starting with the location for first.property.name, terminated by NULL.

Details

Since 2.16

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]