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

gdkWindowSetIcon

gdkWindowSetIcon


Description

Sets the icon of window as a pixmap or window. If using GTK+, investigate gtkWindowSetDefaultIconList first, and then gtkWindowSetIconList and gtkWindowSetIcon. If those don't meet your needs, look at gdkWindowSetIconList. Only if all those are too high-level do you want to fall back to gdkWindowSetIcon.

Usage

gdkWindowSetIcon(object, icon.window, pixmap, mask)

Arguments

object

a toplevel GdkWindow

icon.window

a GdkWindow to use for the icon, or NULL to unset

pixmap

a GdkPixmap to use as the icon, or NULL to unset

mask

a 1-bit pixmap (GdkBitmap) to use as mask for pixmap, or NULL to have none

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.