How to set a wx.textctrl can editable or readonly?

Frank Millman frank at chagford.com
Wed Jan 18 09:40:25 EST 2006


Frank Millman wrote:
>
>     def onGotFocus(self,evt):
>         if readonly:
>             self.Navigate()
> 

Oops - I meant 'if self.readonly' ...

Frank




More information about the Python-list mailing list