The toplevel widget

In Brief

In a tile application on the Mac a toplevel should be pinstriped, but there is no ttk::toplevel command. So Schelete Bron came up with the following proc to easily convert an existing application that will look right, even on the Mac.

It is incorporated into the TclMacBag collection of widgets for the sake of developer convenience (and for some reason, the Tile project hasn't included it).

Commands

::tclmacbag::toplevel pathName

Available options:

None.

Example

::tclmacbag::toplevel .f

Further Information

None.