How to clear the Entry subwidget of Tix Combo box?
- From: dudeja.rajat@xxxxxxxxx
- Date: Sat, 30 Aug 2008 15:57:05 +0100
Hi,
In my combo box taken from Tix, how can I delete item in Entry subwiget?
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)
This does not seem to be working?
--
Regrads,
Rajat
.
- Prev by Date: Nokia N85 and N79 official, no surprises
- Next by Date: Re: Writing to ms excel
- Previous by thread: Nokia N85 and N79 official, no surprises
- Next by thread: Most pythonic way of weighted random selection
- Index(es):