| Did you know ... | Search Documentation: |
| frame-status |
unmapped â no OS counterpart yet (the frame exists
only as an xpce object).hidden â OS counterpart exists but is not visible.
Used to stash a frame for later reuse.iconic â minimised.window (also written open) â fully
visible. Reached via
frame->open.full_screen â maximised across the entire screen.
Reach it with send(F, status, full_screen) after frame->create.
See also frame->open, frame<-confirm
and frame->wait. frame->show
and
frame->closed
map to this slot for backward compatibility.