gdkWindowSetIconName {RGtk2}R Documentation

gdkWindowSetIconName

Description

Windows may have a name used while minimized, distinct from the name they display in their titlebar. Most of the time this is a bad idea from a user interface standpoint. But you can set such a name with this function, if you like.

Usage

gdkWindowSetIconName(object, name)

Arguments

object [GdkWindow] a toplevel GdkWindow
name [character] name of window while iconified (minimized)

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]