|
|
|
List of all members.
Detailed Description
DirectEntry(parent) - Create a DirectGuiWidget which responds
to keyboard buttons
Constructor & Destructor Documentation
| def __init__ |
( |
|
self, |
|
|
|
parent = None, |
|
|
|
kw |
|
) |
| |
Member Function Documentation
| def autoCapitalizeFunc |
( |
|
self | ) |
|
| def commandFunc |
( |
|
self, |
|
|
|
event |
|
) |
| |
| def enterText |
( |
|
self, |
|
|
|
text |
|
) |
| |
sets the entry's text, and moves the cursor to the end
| def failedCommandFunc |
( |
|
self, |
|
|
|
event |
|
) |
| |
| def focusInCommandFunc |
( |
|
self | ) |
|
| def focusOutCommandFunc |
( |
|
self | ) |
|
| 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.
| def getBounds |
( |
|
self, |
|
|
|
state = 0 |
|
) |
| |
Changes the text currently showing in the typable region;
does not change the current cursor position. Also see
enterText().
| def setBackgroundFocus |
( |
|
self | ) |
|
| def setClickSound |
( |
|
self | ) |
|
| def setCursorKeysActive |
( |
|
self | ) |
|
| def setCursorPosition |
( |
|
self, |
|
|
|
pos |
|
) |
| |
| def setObscureMode |
( |
|
self | ) |
|
| def setRolloverSound |
( |
|
self | ) |
|
Member Data Documentation
Initial value:("Al", "Ap", "Ben", "De", "Del", "Della", "Delle", "Der", "Di", "Du",
"El", "Fitz", "La", "Las", "Le", "Les", "Lo", "Los",
"Mac", "St", "Te", "Ten", "Van", "Von", )
tuple directWtext = ConfigVariableBool('direct-wtext', 1) [static] |
| | |