gtkIconThemeGetIconSizes {RGtk2} | R Documentation |
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.
gtkIconThemeGetIconSizes(object, icon.name)
|
[GtkIconTheme ] a GtkIconTheme |
|
[character] the name of an icon |
Since 2.6
[integer] An newly allocated list describing the sizes at which the icon is available.
Derived by RGtkGen from GTK+ documentation