[wxpython-users] PyGridTableBase data type in rows, cells?

Raffaello Barella barbarossa.platz at gmail.com
Wed Apr 2 22:06:56 PDT 2008


Use SetRowAttr() instead of SetColAttr(), and SetAttr() for a single cell.

2008/4/3, Alan J. Salmoni <salmoni at gmail.com>:
>
> Hello,
>
> Just a quick question.
>
> I'm trying to use the PyGridTableBase code from the demo to implement
> a grid that needs checkboxes in a row and not a column. From the demo,
> I can see that a custom data type can be arranged into columns (see
> GridCustTable.py where there are columns of different data types) but
> I need to change the datatype for a single row to a checkbox. Is it
> possible to do this? If so, is it possible to do this for a single
> cell too?
>
> Kind regards
>
> --
> Alan James Salmoni
> _______________________________________________
> wxpython-users mailing list
> wxpython-users at lists.wxwidgets.org
> http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200804=
03/bd84025d/attachment-0001.htm


More information about the wxpython-users mailing list