in reply to WxPerl: Hide() a GridSizer?
Hide() is simply a convenience method for calling Show() with a show argument of false.
The methods Hide and Show affect objects managed by the sizer. I don't believe the sizer itself has any graphical presence on the screen.
For more details, see the wxSizer C++ documentation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: WxPerl: Hide() a GridSizer?
by isync (Hermit) on Jul 09, 2008 at 08:43 UTC |