
[Top]
GDK
GDK.Window
|
Method GDK.Window()->set_icon()
- Method
set_icon
object(GDK.Window) GDK.Window()->set_icon(object(GDK.Pixmap) pixmap, object(GDK.Bitmap) mask, object(GDK.Window) window)
- Description
-
Set the icon to the specified image (with mask) or the specified
GDK.Window. It is up to the window manager to display the icon.
Most window manager handles window and pixmap icons, but only a few
can handle the mask argument. If you want a shaped icon, the only
safe bet is a shaped window.
Extracted from Pike v7.3 release 11 at 2001-11-03.
|