[wxPython-users] IntCtrl's behaviour
Joan .
tontudelbot at gmail.com
Mon Aug 28 12:04:46 PDT 2006
>
> Some themes don't allow color changes for text controls.
>
I'm using the default theme of ubuntu and KDE defaults... them doesn't
allow color changes in text controls?
>
> > In Windows, colors shows correctly, but doesn't look like a
> > TextCtrl.
>
> What do you mean? In what way does it not look like a text ctrl?
IntCtrl doens't use Windows theme, and TextCtrl yes.
> wxWidgets doesn't lock the font size to the control size. If you want
> to do something like that then you'll need to catch the EVT_SIZE event
> and create a new font with the size you want for the current size and
> call SetFont with it.
I'll try it!
Well, the problem that it's really a problem is the first because i
use it the say when that value is not correct (but if it's really
impossible, it doesn't matter), the second is only stetic.
Thank you!
More information about the wxpython-users
mailing list