gtkIconThemeGetIconSizes {RGtk2}R Documentation

gtkIconThemeGetIconSizes

Description

Returns a list of integers describing the sizes at which the icon is available without scaling. A size of -1 means that the icon is available in a scalable format. The list is zero-terminated.

Usage

gtkIconThemeGetIconSizes(object, icon.name)

Arguments

object

a GtkIconTheme

icon.name

the name of an icon

Details

Since 2.6

Value

[integer] An newly allocated list describing the sizes at which the icon is available.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]