The ModelessSelection class has this constructor:
| slist=[],title='Selection Dialog',mode=None,sort=False,func=None) |
ModelessSelection objects have the following methods:
| selected,bool) |
| ) |
If the user cancels the selection operation, the return value is None. Else, the result is always a list, possibly empty or with a single value.