ggiWmhIconify
ggiWmhIconify
Section: GGI (3) Updated: 2006-12-30 Local index
Up
NAME
ggiWmhIconify, ggiWmhMoveIcon, ggiWmhSetIconTitle - Modify Icon handling
SYNOPSIS
#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).
ggiWmhMoveIcon moves the icon to the position, where
x, y specifies the top-left icon corner.
ggiWmhSetIconTitle sets the name to be displayed in a window's
icon.
RETURN VALUE
All three functions return 0 for success, otherwise an ggi-error(3)
code on failure.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUE
-
This document was created by
man2html,
using the manual pages.
Time: 21:46:52 GMT, April 16, 2011