CheckBox doesn't appear correctly in a grid, you can see attached
files.
Windows / python 2.7 / wxPython 2.8 : Good
Windows / python 3.5 / wxPython 4.0.4 : Good
Linux Mageia 6 / python 2.7 / wxPython 2.8 : Good
Linux Mageia 6 / python 3.5 / wxPython 4.0.4 or 4.0.6 : ** Not
good**
Is it a problem of GTK, wxWidget, wxPython or programmer ?
Ideas are welcome.
Cheers.
Hugues JEAN-BAPTISTE
– You received this message because you are subscribed to the Google Groups “wxPython-users” group.
To unsubscribe from this group and stop receiving emails from it, send an email to .
To view this discussion on the web visit .
Well, you changed a whole bunch of variables on your two Linux tests.
Python 2.7 -> Python 3.5
wxWidgets 2.8 -> wxWidgets 3.0
wxPython 2.8 -> wxPython 4.0
(Most likely) GTK 2 -> GTK 3
If I had to guess this is most likely something related to the GTK 3 implementation in wxWidgets 3.0. Do you have an simple code example that reproduces this problem?
Scott
···
On Wed, 31 Jul 2019, Hugues JEAN-BAPTISTE wrote:
Hi all,
CheckBox doesn't appear correctly in a grid, you can see attached files.
- Windows / python 2.7 / wxPython 2.8 : Good
- Windows / python 3.5 / wxPython 4.0.4 : Good
- Linux Mageia 6 / python 2.7 / wxPython 2.8 : Good
- Linux Mageia 6 / python 3.5 / wxPython 4.0.4 or 4.0.6 : Not good
Is it a problem of GTK, wxWidget, wxPython or programmer ?