Disable/hide cursor in wxGrid?

Thanks Bjoern, Chris, and Robin.

I had had EnableEditing(False) already with no effect. SetReadOnly() changed the cursor from a thick border to a thin one, but it was still there. Changing the pen width works. Must be a new function? Don't see it in the docs, but thanks for putting it in.

Bruce

···

-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Friday, March 21, 2003 5:00 PM
To: wxPython-users@lists.wxwindows.org
Subject: Re: [wxPython-users] Disable/hide cursor in wxGrid?

brucedickey wrote:

Hi all,

I'm using a wxGrid to display read-only data. Is there a way to disable / hide the cursor?

  grid.SetCellHighlightPenWidth(0)

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

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org