Item SELECTED or NOT in LIST WIDGET

Hi!

How can I get information of Item SELECTED or NOT in LIST WIDGET ?
Can somebody help me? I can’t find that flag…

Thanks!
Raj…

Rajarama wrote:

Hi!

How can I get information of Item SELECTED or NOT in LIST WIDGET ?
Can somebody help me? I can’t find that flag…

Thanks!
Raj…

The resource Pt_ARG_SELECTION_INDEXES will get you the indexes of
selected items, so anything not in there is not selected and vice versa.

HTH

Garry