I don't understand why wxWigets provides a setter for maximum length,
but not a getter.
Christoper L. Spencer
CTO ROXX, LLC
4515 Leslie Ave.
Cincinnati, OH
45242
TEL: 513-297-1260
FAX: 513-297-1280
EMAIL: ch...@roxx.biz
I don't understand it either, but it is like the rain: don't protest in vain, and open your umbrella.
In the actual case, I suggest you subclass wx.TextCtrl, override the method SetMaxLength() as follows:
2008/2/13, Christopher L. Spencer <ch...@roxx.biz>:
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-user...@lists.wxwidgets.org
For additional commands, e-mail: wxPython-...@lists.wxwidgets.org
Søren Nielsen wrote:
> Hi,
>
> I've created a toolbar in my program, but it has a lightgray
> background.. which is not the same as the GetThemeBackgroundColour() ..
> which I would like it to be..
Platform and version?
> I've been trying to find the command for
> changing the background colour of a Toolbar.. without luck..
>
> Does anyone know how to do this?
toolbar.SetBackgroundColour(newColour)