[wxPython-users] Disabling widgets

ricercar at infinito.it ricercar at infinito.it
Thu Sep 20 01:18:29 PDT 2007


At 08.10 20/09/2007 +0000, you wrote:
>In the past i've used tkinter which gives an option to disable 
>pretty much any
>widget by setting it's state to disabled.  I've been looking through
>wxPyton/wxWidgets and i'm struggling to find something with the same effect.

Perhaps you need
wx.Window.Enable(False)
and substitute wx.Window with your widget.

Enrico





More information about the wxpython-users mailing list