gtkIconSetGetSizes {RGtk2}R Documentation

gtkIconSetGetSizes

Description

Obtains a list of icon sizes this icon set can render.

Usage

gtkIconSetGetSizes(object)

Arguments

object

a GtkIconSet

Value

A list containing the following elements:

sizes

return location for list of sizes. [ array length=n_sizes][ out ][ type int]

n.sizes

location to store number of elements in returned list

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]