DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

VtDrawnListGetSelectedItem(VTCL)


VtDrawnListGetSelectedItem -- return the position of selected items from DrawnList

Syntax

VtDrawnListGetSelectedItem drawnlist_widgetName [ options ]

Description

Returns the selected items in the DrawnList, returns byPositionList if you do not specify any options.

Options


-byPositionList (NA)
Return items by position list (for example, {1 2 3 4}).

-byRecordList (NA)
For the DrawnList, returns a list of lists of fields; for example:
{ { 0 1 "field one" "field two"}
  { 1 1 "field one" "field two"}
  { 1 3 "field one" "field two"}
}

Errors


NOT_DRAWNLIST
referenced widget is not a DrawnList

OPTION_COUNT
too many or too few options specified

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003