Re: wxTreeCtrl InsertItem Method
Steve Cookson <[email protected]>
| Newsgroups | gmane.comp.lang.perl.wxperl |
|---|---|
| Message-ID | <[email protected]> |
Hi James, On 05/11/14 21:30, James Lynes wrote: > > I couldn't find a method that returns an item's position under a node, > so I wrote a sub to loop through all the children of a node and > calculate the index(get_item_index). Surprised this function wasn't in > wxWidgets. I'm sure we all write little help functions. It would be nice if we could have a directory in wxPerl where we can put these modules, and "use" them if we want them. That would make wxPerl richer in function than wxWidgets. What do people think? Steve.