Retrieving Column Data from a ListStore?

Ron Tarrant rontarrant at gmail.com
Thu Apr 25 15:16:03 UTC 2019


On Thursday, 25 April 2019 at 11:29:04 UTC, number wrote:

> I'm trying to do it with multi-selection. It works now but I 
> wonder if it's right to just create a dummy TreeModelIF to call 
> getSelectedRows()? Same question for creating a TreeIter to 
> call getIter()?

Whatever works, I guess. Just looking over what you've got, I 
don't really see anyway around creating the dummy for either one 
since they each have to be passed into functions.


More information about the Digitalmars-d-learn mailing list