Phoenix Logo

phoenix_title wx.lib.agw.persist.persist_handlers.TextEntryHandler

Supports saving/restoring a TextEntryDialog string.

This class handles the following wxPython widgets:

  • TextEntryDialog;
  • PasswordEntryDialog.

class_hierarchy Class Hierarchy

Inheritance diagram for class TextEntryHandler:


method_summary Methods Summary

__init__  
GetKind  
Restore  
Save  

api Class API



class TextEntryHandler(TLWHandler, TextCtrlHandler)

Supports saving/restoring a TextEntryDialog string.

This class handles the following wxPython widgets:

  • TextEntryDialog;
  • PasswordEntryDialog.

Methods



__init__(self, pObject)


GetKind(self)


Restore(self)


Save(self)