#!/usr/X/bin/wksh -motif

XtAppInitialize topLevel k k "$@"

XmCreateScrolledList SL $topLevel sl \
	itemCount:7 \
	items:"rick,dsadsa,a,b,c,d,e"
mc $SL
listadd $SL "gorp"

rw $topLevel
ml
