| Did you know ... | Search Documentation: |
| Class variables |
|pixmap
= @_dialog_bg->busy_cursor
when the call site does not pass a cursor.<-confirm_done:
whether frame->wm_delete
should pop up a confirmation dialog.->create/frame->open.
When @nil, the
size is determined by the contained windows and the position by the OS.
->geometry<->can_resize.->fit
after each frame->append.
Convenient while interactively assembling a frame; usually left @off
in production code which builds the layout up-front and then calls
frame->fit
(or frame->open)
once.