wxpython question

David 71david at libero.it
Mon Aug 10 14:00:06 EDT 2009


Il Mon, 10 Aug 2009 07:55:42 -0700 (PDT), azrael ha scritto:

> 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.

AFAIK, any widget can be made invisibile calling the .Show(False) method of
the container sizer.
http://docs.wxwidgets.org/stable/wx_wxsizer.html#wxsizershow

David



More information about the Python-list mailing list