Pmw - Sizing EntryField widget

Todd Lichty twlichty at execulink.com
Mon Nov 20 23:58:21 EST 2000


Is there a way to set the size of a Pmw Entryfield widget? I tried using
hull_size but the width is always the same. Here is my call:

self.DOB = Pmw.EntryField(master, labelpos='w', label_text='', validate
={...}, hull_width=5)

I tried using width instead of hull_width but it raised an exception.

Thanks,

Todd





More information about the Python-list mailing list