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
.gdkWindowSetIcon(object, icon.window, pixmap, mask)
object
GdkWindow
icon.window
GdkWindow
to use for the icon, or NULL
to unsetpixmap
GdkPixmap
to use as the icon, or NULL
to unsetmask
GdkBitmap
) to use as mask for pixmap
, or NULL
to have none