Method: Lustr4Wx::List#selections

Defined in:
lib/lustr-wx/list.rb

#selectionsObject



36
37
38
# File 'lib/lustr-wx/list.rb', line 36

def selections
	get_selections.collect {|i| @contents[i] }
end