Code: Select all
If CreateToolBar(0, WindowID())
ToolBarStandardButton(0, #PB_ToolBarIcon_New)
ToolBarStandardButton(1, #PB_ToolBarIcon_Open)
ToolBarStandardButton(2, #PB_ToolBarIcon_Save)
EndIf
It's not a major issue as I can just load some images for these, but just
wanted to know if I was doing something wrong, or if there's an issue
with PureBasic on OS X and the icons.
Thanks,
-Garrett