Methods
|
|
__init__
getCurrentWord
handle_key_press_event
hidden
hide
historyDown
historyUp
show
tabComplete
|
|
__init__
|
__init__ (
self,
rootName,
inputName,
outputName,
)
|
|
getCurrentWord
|
getCurrentWord ( self, entry )
|
|
handle_key_press_event
|
handle_key_press_event (
self,
entry,
event,
)
|
|
hidden
|
hidden ( self, w )
|
|
hide
|
hide ( self )
|
|
historyDown
|
historyDown ( self )
|
|
historyUp
|
historyUp ( self )
|
|
show
|
show ( self )
|
|
tabComplete
|
tabComplete ( self, word )
Override me to implement tab completion for your window,
I should return a list of potential matches.
|
|