EntryList is a list whose items consist of a Checkbutton
and some text. Selection is the same as Listbox "Browse" mode.
Methods
|
|
__init__
addTag
deselect
entry
removeTag
|
|
__init__
|
__init__ (
self,
master=None,
cnf={},
**kw,
)
|
|
addTag
|
addTag (
self,
tag,
entry,
)
|
|
deselect
|
deselect ( self, notifyEntry=Tk.YES )
|
|
entry
|
entry ( self )
|
|
removeTag
|
removeTag ( self, tag )
|
|