[wxpython-users] Adding same item to sizers
Arthur Valadares
arthur00 at gmail.com
Wed May 14 07:23:49 PDT 2008
Hi everyone, I'm trying to do a demo of an interface, so I was thinking of
using using the same objects many times to show the impression of a page
filled with objects, but i keep getting the message that I can't add the
same item twice to a sizer. Is there any way I can add a same item more
times to a sizer? If not, how can I make a simple copy of the item, so i
don't have to recreate it? i tried copy.deepcopy(item) with no success
(error from the copy library)
Thank you,
-- =
Arthur Valadares
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200805=
14/3dbea48d/attachment-0001.htm
More information about the wxpython-users
mailing list