gtkIconSetNew: gtkIconSetNew

Description Usage Details Value Author(s)

View source: R/gtkFuncs.R

Description

Creates a new GtkIconSet. A GtkIconSet represents a single icon in various sizes and widget states. It can provide a GdkPixbuf for a given size and state on request, and automatically caches some of the rendered GdkPixbuf objects.

Usage

1

Details

Normally you would use gtkWidgetRenderIcon instead of using GtkIconSet directly. The one case where you'd use GtkIconSet is to create application-specific icon sets to place in a GtkIconFactory.

Value

[GtkIconSet] a new GtkIconSet

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkIconSetNew in RGtk2...