[wxPython-dev] GridCellRenderer.Clone?

Robin Dunn robin at alldunn.com
Tue Sep 26 12:02:41 PDT 2006


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!





More information about the wxpython-dev mailing list