Hi all,
wxStaticText and wxFrame are not accepting the method SetBackgroundColour,
i.e. they are simply ignoring it. This happens only under GTK (Python
2.2.2, wxPython 2.4.1.2), SuSE 8.2. Under Win2k it works. Is this a known
issue? I couldn't find it on the buglist.
Christoph
···
--
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post
Hi all, wxStaticText and wxFrame are not accepting the method SetBackgroundColour, i.e. they are simply ignoring it. This happens only under GTK (Python 2.2.2, wxPython 2.4.1.2), SuSE 8.2. Under Win2k it works. Is this a known issue?
Yes. Some GTK widgets like the one used for the wxStaticText are not true windows but are just drawn directly on their parent window. Because of this the full range of functionality is not available for them. For other windows the current gtk theme may sometimes prevent some attribute changes from taking place.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!