Home | History | Annotate | Download | only in tix

Lines Matching refs:DirList

728     dir = Tix.LabelFrame(w, label='Tix.DirList', options=options)
742 text='The Tix DirList widget gives a graphical representation of the file system directory and makes it easy for the user to choose and access directories.')
743 dirlist = Tix.DirList(w, options='hlist.padY 1 hlist.width 25 hlist.height 16')
745 dirlist.pack(side=Tix.TOP, padx=3, pady=3)
765 'Directory List' : 'DirList',
807 ##added {f DirList DirList.tcl }