set-selection in tab-panel%
Sets the currently selected tab by index (counting from 0).
( -> void
send a-tab-panel set-selection n)
n : exact non-negative integer
If n is equal to or larger than the number of tabs oin the panel,
an exn:application:mismatch exception is raised.