Other Alias
ggiWmhIconify, ggiWmhMoveIconSYNOPSIS
#include <ggi/wmh.>
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);
DESCRIPTION
ggiWmhIconify switches the window into one of three different states according to the icon argument:-
GGI_WMH_MAPSTATE_NORMAL: Normal state.
GGI_WMH_MAPSTATE_ICON: Iconified state.
GGI_WMH_MAPSTATE_WITHDRAWN: Withdrawn state (invisible).
ggiWmhSetIconTitle sets the name to be displayed in a window's icon.