retrieve entire list from wx.ListCtrl?
Larry Bates
larry.bates at websafe.com
Wed Oct 10 05:38:28 PDT 2007
Ken wrote:
> Is there a way to retrieve the entire list at once, as a list, for a
> wx.ListCtrl object? I can get items individually and I could loop
> through and create my own list, just wondering if there was a method to
> do it directly?
>
> Thanks,
>
> Ken
Since normally you populated the list, wouldn't you have a copy of all the items
in the list stored in a list internally?
-Larry
More information about the wxpython-users
mailing list