Programming guideline of WinDom
- PROTOTYPAGE
-
int WindSetStr( WINDOW *win, int mode, char *str);
- PARAMETERS
-
- win:
- window descriptor,
- mode:
- WindSet() mode,
- str:
- string parameter.
- DESCRIPTION
-
WindSetStr() is used intead of WindSet() with modes passing
one pointer parameter : WF_TITLE, WF_ICONTITLE, WF_ICONDRAW,
WF_INFO, WF_HILIGHT.
- SEE ALSO
-
WindSet(), WindSetPtr().