wxpython question

azrael jura.grozni at gmail.com
Mon Aug 10 10:55:42 EDT 2009


Is there maybe a method bounded to the class SpinCtrl() that could
hide the widget. One that is maybe also implemented in any other
control.

self.spcKvadDo = wx.SpinCtrl(id=-1, initial=0, max=1000000, min=0,
name='spcKvadDo', parent=self.pnlFilteri, pos=wx.Point(10, 10),
size=wx.Size(118, 21), style=wx.SP_ARROW_KEYS)

self.spcKvadOd.XXX()

I tried it with the SetTransparent() method but it did not work. Has
anyone any Idea?



More information about the Python-list mailing list