could You please implement the command ToolBarStandardButton() for Mac OS X, also?
I don't know, if there are any standard-icons built into Mac OS X for New, Load and Save, so the PureBasic-Icons could be a start.
My second wish is a new command to define a Theme as in the PB-GUI. Should be easily implementable

SetToolBarIconSet(#ToolBar, ImageID, Width, Height)
The advantages... You would draw the icons of your Application once, and use the same file over and over. The Toolbar of all of your software looks the same. At the moment, I have to import 10 images into my Application to build the Toolbar.