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 [GtkIconTheme] a GtkIconTheme
icon.name [character] 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.12.5-3 Index]