I'm trying to make a larger button-sized toolbar to use on OS X and
look nice and properly Mac-ish
However, when using:
$self->{appToolbar}->SetToolBitmapSize(...)
The results of what I put in the (...) seem to have very little to do
with reality.
What I'm wanting is nice, big 64x64px buttons like many apps I use on
a regular basis have.
However, when I put in [64,64] I get 32x32.
When I put in [32,32] I *also* get 32x32.
When I let it default, it looks like 16x16 (though the docs say 15x16)
When I put it in as 16x16, it looks 16x16
When, just for sh*ts and grins, I put it in as 8x8 --- I still get 16x16.
Is there a way to get this to let me have nice big shiny friendly buttons?
--
Dodger