set Pmw.EntryField ?

Martin Franklin mfranklin1 at gatwick.westerngeco.slb.com
Mon Jul 22 11:15:21 EDT 2002


On Monday 22 Jul 2002 2:04 pm, Markus von Ehr wrote:
> Hi,
>
> in the program (not on init) I want to assign another value to the
> Pmw.EntryField.
> How can I do it?

from the Pmw docs use the setentry method.

setentry(text)
Set the contents of the entry widget to text and carry out validation as if 
the text had been entered by the user.  If the text is invalid, the entry 
widget will not be changed and the invalidcommand function will be called.  
Return the validity of text.

>
> Thanks for any comments,
>
> Markus





More information about the Python-list mailing list