[wxPython] wxGrid

Hello,

I am having trouble with wxGrid. The methods SetLabelValue,
SetLabelTextFont, SetEditable etc. do not seem to exist even though they
are listed in the documentation (wxPython-docs-2_2_2_tar.gz). Where can
I get a list of the methods which are valid for wxGrid?

Kay

···

_______________________________________________________________________________
Alles unter einem Dach: Informationen, Fun, E-Mails. Bei WEB.DE: http://web.de
Die große Welt der Kommunikation: E-Mail, Fax, SMS, WAP: http://freemail.web.de

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users

I am having trouble with wxGrid. The methods SetLabelValue,
SetLabelTextFont, SetEditable etc. do not seem to exist even though they
are listed in the documentation (wxPython-docs-2_2_2_tar.gz). Where can
I get a list of the methods which are valid for wxGrid?

The 2.2 docs for wxGrid still document the (very) old version of wxGrid. The docs in 2.3 have the begining of documentation for the new version.

You can look in demo/data/grid.i for the SWIG interface file that is used to generate the wrappers for wxGrid and related classes. Most methods you should be able to figure out from their name and parameters as defined there.

···

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

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users