DirectEntry

Inheritance:

Methods of DirectEntry:

__init__
def __init__(self, parent=None, **kw)

Undocumented function.

_autoCapitalize
def _autoCapitalize(self)

Undocumented function.

_handleErasing
def _handleErasing(self, guiEvent)

Undocumented function.

_handleTyping
def _handleTyping(self, guiEvent)

Undocumented function.

autoCapitalizeFunc
def autoCapitalizeFunc(self)

Undocumented function.

commandFunc
def commandFunc(self, event)

Undocumented function.

destroy
def destroy(self)

Undocumented function.

enterText
def enterText(self, text)

sets the entry's text, and moves the cursor to the end

failedCommandFunc
def failedCommandFunc(self, event)

Undocumented function.

focusInCommandFunc
def focusInCommandFunc(self)

Undocumented function.

focusOutCommandFunc
def focusOutCommandFunc(self)

Undocumented function.

get
def get(self, plain=False)

Returns the text currently showing in the typable region. If plain is True, the returned text will not include any formatting characters like nested color-change codes.

getBounds
def getBounds(self, state=0)

Undocumented function.

set
def set(self, text)

Changes the text currently showing in the typable region; does not change the current cursor position. Also see enterText().

setBackgroundFocus
def setBackgroundFocus(self)

Undocumented function.

setClickSound
def setClickSound(self)

Undocumented function.

setCursorKeysActive
def setCursorKeysActive(self)

Undocumented function.

setCursorPosition
def setCursorPosition(self, pos)

Undocumented function.

setFocus
def setFocus(self)

Undocumented function.

setObscureMode
def setObscureMode(self)

Undocumented function.

setRolloverSound
def setRolloverSound(self)

Undocumented function.

setup
def setup(self)

Undocumented function.