gtkWidgetStyleGetProperty {RGtk2}R Documentation

gtkWidgetStyleGetProperty

Description

Gets the value of a style property of widget.

Usage

gtkWidgetStyleGetProperty(object, property.name)

Arguments

object [GtkWidget] a GtkWidget
property.name [character] the name of a style property

Value

A list containing the following elements:

value [R object] location to return the property value

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]