gtkWindowGetIconList {RGtk2}R Documentation

gtkWindowGetIconList

Description

Retrieves the list of icons set by gtkWindowSetIconList. The list is copied, but the reference count on each member won't be incremented.

Usage

gtkWindowGetIconList(object)

Arguments

object

a GtkWindow

Value

[list] copy of window's icon list. [ element-type GdkPixbuf][ transfer container ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]