Optional parameter for PanelGadgets

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
dhouston
Enthusiast
Enthusiast
Posts: 430
Joined: Tue Aug 21, 2007 2:44 pm
Location: USA (Cincinnati)
Contact:

Optional parameter for PanelGadgets

Post by dhouston »

Under Windows and Linux, horizontal scroll buttons are automatically added when a PanelGadget has too many tabs to fit the space allotted. Under OSX, the tabs are centered with those to the extreme left and right invisible. I understand that this is an issue with the OSX API.

If possible, adding an optional parameter to suppress drawing of the tabs would allow us to simulate scrollable tabs using ButtonGadgets or even select panels using OptionGadgets.