Hi, I'm experienced in Python but not wxPython. I'm now evaluating using
wxPython to develop a touch-screen point of sale interface. Specifically, I
need the ability to:
(1) Set a large font size for any kind of widget (including the tabs on
wxNotebook) or menu item
(2) Set the thickness of both horizontal and vertical scrollbars for any
scrollable widget to a large value so that scrolling can be accomplished via
touch-screen
(3) If (2) is not possible, then I'd need the ability to remove scrollbars
from a widget completely (even when they would normally be shown) and
manually control scrolling via separately created buttons.
Can someone experienced with wxPython let me know if these things are
possible? It seems from the documentation that (1) is possible (although a
quick test of changing a menu item font didn't work for me) but I didn't see
any API support for (2) and (3) in the docs. I'm hoping these things are
possible, otherwise I'm stuck using VB...
Thanks in advance,
Kevin