wxGrid: how to set the labels

Greg Landrum glandrum at my-deja.com
Tue Oct 10 09:57:37 EDT 2000


In article <newscache$w6r72g$dnf$1 at www.dzsh.de>,
  "Ruediger" <ruediger.maehl at web.de> wrote:
> Hi,
>
> I have started to work with wxPython and would like to
> use the wxGrid. Unfortunately, I could not find the way
> to set the labels of the grid. Can anyone help?
>

The relevant methods are wxGrid.SetRowLabelValue(row,label) and
wxGrid.SetColLabelValue(col,label)

I hope this helps
-greg


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list