# adding to a list - the Window manager will probably only show
# one item. Don't worry.
xtAppInitialize -class Program

xmList .list
.list addItem fred 1
.list addItem bill 1
.list addItem paul 0
.list manageChild

. realizeWidget

. mainLoop
