Pmw ComboBox question

bernie bernie at pacific.net.hk
Wed Feb 28 13:04:50 EST 2001


Scott Hathaway wrote:

> How can I change the length of the entry portion of the combox widget?
>

_width = 4                                        # width of entry field
_widget = Pmw.ComboBox( parent)
_widget._entryfield._entryFieldEntry.config( width = _width)


>
> Thanks,
> Scott




More information about the Python-list mailing list