Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkWindowSetIconName

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

a toplevel GdkWindow

name

name of window while iconified (minimized)

Details

After calling this with a non-NULL name, calls to gdkWindowSetTitle will not update the icon title.

Using NULL for name unsets the icon title; further calls to gdkWindowSetTitle will again update the icon title as well.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.