Sheet


a simple PageLayout that auto-resizes to fit its contents.

A better name might be Page.

(

Sheet({ arg f;

ActionButton(f,"selectionStart",{});

ActionButton(f,"selectionEnd",{});

});

)


see also  [ModalDialog]