AGW Logo

agw_title TextEntryHandler

Supports saving/restoring a wx.TextEntryDialog string.

This class handles the following wxPython widgets:

  • wx.TextEntryDialog;
  • wx.PasswordEntryDialog.

hierarchy Inheritance Diagram

Inheritance diagram for: TextEntryHandler

Inheritance diagram of TextEntryHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class TextEntryHandler(TLWHandler, TextCtrlHandler)[source]

Supports saving/restoring a wx.TextEntryDialog string.

This class handles the following wxPython widgets:



__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

TextCtrlHandler

Next topic

ToggleButtonHandler