Views
This is a sketch for a library for popup dialog boxes like open, save, etc. They could be named very succinctly then used with the libname prefix, i.e. (choosebox/open) or with 'box' postfixed on them to be used with [import choosebox]?, i.e. openbox, folderbox, etc.
-
openbox (tk_getOpenFile)
-
folderbox (tk_chooseDirectory)
-
savebox (tk_getSaveFile)
-
colorbox (tk_chooseColor)
-
messagebox (tk_messageBox)
-
dialogbox (tk_dialog)