Similarly to the attached screen snippet, is there a way in wxPython to draw really small crowded buttons like that "Ask" button?
It's from QuickBooks, BTW.
Michael
Similarly to the attached screen snippet, is there a way in wxPython to draw really small crowded buttons like that "Ask" button?
It's from QuickBooks, BTW.
Michael
Michael Hipp wrote:
Similarly to the attached screen snippet, is there a way in wxPython to draw really small crowded buttons like that "Ask" button?
It's from QuickBooks, BTW.
Michael
I have done something like this with the SetSize method (somehow obvious, still it took me a while ...). You'd have to determine the smallest possible size of course; but if your text is fixed (like "ask" with certain font) you can just try until you get it right.
I think I did it with the stock buttons as well, but I'm absolutely certain about the GenButton class (look at the Generic Buttons demo in the demo app)
wildemar