Hi everyone!
I’m trying to find out which is the earliest wxPython version that supports creating tables inside a RichTextCtrl (WriteTable method).
wxWidgets added the method in version 2.9.2, but it looks like wxPython had to wait until 4.0…? Am I right?
Before wxPython4 it was too easy for additions to classes to go unnoticed. Now, with wxPython4, anything added to the wxWidgets docs will automatically get put into wxPython unless it is explicitly ignored or manually changed. That makes it very unlikely that new or updated items will get lost.