wxpython question
David Lyon
david.lyon at preisshare.net
Mon Aug 10 19:56:21 EDT 2009
is there a method/property called Show/Shown ?
On Mon, 10 Aug 2009 07:55:42 -0700 (PDT), azrael <jura.grozni at gmail.com>
wrote:
> 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