HelenCr has asked for the wisdom of the Perl Monks concerning the following question:
Dear esteemed Perlmonks
Using wxPerl, it is often cumbersome (and repetitive), to have many widgets added to a sizer, each one in its own line.
I have noticed on the Net, the existence of a "convenience method" called: "AddMany" (for example here: http://neveredit.sourceforge.net/apidocs/private/wx._core.Sizer-class.html#AddMany):
AddMany is a convenience method for adding several items to a sizer at one time.Is there a wxPerl implementation of this package? When I try to use it, I get:
Can't locate object method "AddMany" via package "Wx::BoxSizer" ... etc...
Many TIA - Helen
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: wxPerl: is AddMany implemented? (check and see with wxperl_usage)
by Anonymous Monk on Apr 19, 2013 at 08:21 UTC | |
by Anonymous Monk on Apr 19, 2013 at 09:00 UTC | |
by HelenCr (Monk) on Apr 21, 2013 at 14:37 UTC |