Unable to clear Entry subwidget of Tix Combo Box
dudeja.rajat at gmail.com
dudeja.rajat at gmail.com
Mon Sep 1 04:23:41 EDT 2008
Hi,
In my combo box taken from Tix, how can I clear the entry subwidget?
My case is like this:
I have a check button which when made un-ticked should clear the entry
from combo box (i. anything selected in combo box previously)
I used the following commands:
subEntry = self.cbAnalysisLibVersion.subwidget("entry")
subEntry.delete(0,END)
But this is not working.
Please help.
Thanks and regards,
Rajat
More information about the Python-list
mailing list