Query: xltsetclienticon
OS: redhat
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XltSetClientIcon(3X) XltSetClientIcon(3X)NAMEXltSetClientIcon - Convenience function to set the XtNiconMask and XtNiconPixmap shell resources of the given widget to those obtained by calling XpmCreatePixmapFromData with the given pixmap.SYNOPSIS#include <Xlt/Xlt.h> void XltSetClientIcon(widget, icon) Widget widget; char ** icon;DESCRIPTIONXltSetClientIcon XFreePixmap any XtNiconMask or XtNiconPixmap currently installed in the given widget, reads the pixmap data with XpmCre- atePixmapFromData and set the XtNiconMask and XtNiconPixmap. parent The parent widget ID icon The pixmap dataRETURN VALUENoneRELATED INFORMATIONXltSetClientIcon(3X)