GridCellRenderer.Clone?

Hello!

Playing more with the new 2.7 series I noticed that the
wx.GridCellRenderer.Clone method is gone from the wxPython wrappers
while it is still in the wxWidgets code. Is this intentional?

Thanks,

Oliver

···

--
--------------------------------------------------------------------
F. Oliver Gathmann, Ph.D.
Director IT Unit
Cenix BioScience GmbH
Tatzberg 47 phone: +49 (351) 4173-136
D-01307 Dresden, Germany fax: +49 (351) 4173-109

fingerprint: 8E0E 9A64 A07E 0D1A D302 34C2 421A AE9F 4E13 A009
public key: http://www.cenix-bioscience.com/public_keys/gathmann.gpg
--------------------------------------------------------------------

F. Oliver Gathmann wrote:

Hello!

Playing more with the new 2.7 series I noticed that the
wx.GridCellRenderer.Clone method is gone from the wxPython wrappers
while it is still in the wxWidgets code. Is this intentional?

No, it isn't. It is there in the interface file, but I don't know why swig is not generating a wrapper for it... Ah, there is a missing "public:" so it thought that those methods were not accessible. Fixed now.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!