.TH "ggiWmhIconify" 3 "2006-12-30" "libggiwmh-0.3.x" GGI .SH NAME \fBggiWmhIconify\fR, \fBggiWmhMoveIcon\fR, \fBggiWmhSetIconTitle\fR : Modify Icon handling .SH SYNOPSIS .nb .nf #include int ggiWmhIconify (ggi_visual_t vis,int icon); int ggiWmhMoveIcon (ggi_visual_t vis,int x,int y); int ggiWmhSetIconTitle (ggi_visual_t vis, const char *title); .fi .SH DESCRIPTION \fBggiWmhIconify\fR switches the window into one of three different states according to the \fIicon\fR argument: .RS \fBGGI_WMH_MAPSTATE_NORMAL\fR: Normal state. \fBGGI_WMH_MAPSTATE_ICON\fR: Iconified state. \fBGGI_WMH_MAPSTATE_WITHDRAWN\fR: Withdrawn state (invisible). .RE \fBggiWmhMoveIcon\fR moves the icon to the position, where \fIx\fR, \fIy\fR specifies the top-left icon corner. \fBggiWmhSetIconTitle\fR sets the name to be displayed in a window's icon. .SH RETURN VALUE All three functions return \fB0\fR for success, otherwise an \f(CWggi-error(3)\fR code on failure.