Programming guideline of WinDom
- NAME
-
FrameRemove() - Remove a framed window from a root window.
- PROTOTYPAGE
-
WINDOW *FrameRemove( WINDOW *win, WINDOW *frame, int line,
int col);
- PARAMETERS
-
- win:
- root window descriptor,
- frame:
- framed window descriptor or NULL,
- line, col:
- cell coordinate of the framed window,
- return:
- window descriptor of the frame removed.
- DESCRIPTION
-
FrameRemove() removes a framed window from a root window.
The removed frame becomes a normal window. If the frame
parameter has a NULL value, the line and col cell coordinates
are used to locate the framed window to remove.
- SEE ALSO
-
FrameAttach().