| Home | Trees | Index | Help |
|---|
object--+ |EventAware--+ |BaseCursor--+ | Text
| Method Summary | |
|---|---|
| Inherited from BaseCursor | |
Constructor | |
| |
Descandants can override this method to introduce autocompletion. | |
| |
| |
| |
| |
Moves the cursor to the specified position optionally selecting the text. | |
Moves the cursor to the left optionally selecting the text. | |
Moves the cursor to the right optionally selecting the text. | |
Moves the cursor to the beginning optionally selecting the text. | |
Moves the cursor to the end optionally selecting the text. | |
| |
Select the entire text of the entry and move the cursor to the end | |
Move the selection cursor to the left one unit | |
Move the selection cursor to the right one unit | |
Select from the current curson position to the beginning of the entry | |
Select from the current curson position to the end of the entry | |
Select an area of text based upon the mouse | |
Notifies the handler that it will be doing edits. | |
Build the display string from the user value. | |
Called when a widget loses focus or when ENTER is hit. | |
Function to emit an event that will cause forms to update the UI. | |
Descendands can override this method to return a tip which will be displayed in the statusbar if neither the entry nor the field provide such a tip. | |
Return the selected area | |
| |
Set the selection area | |
Update the associated field with the current value of the display handler. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
Return repr(x)... | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... | |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Nov 30 23:03:35 2008 | http://epydoc.sf.net |