AGW Logo

agw_title TextCtrlHandler

Supports saving/restoring a wx.TextCtrl entered string.

This class handles the following wxPython widgets:

  • wx.TextCtrl;
  • wx.SearchCtrl;
  • wx.lib.expando.ExpandoTextCtrl;
  • wx.lib.masked.TextCtrl;
  • wx.lib.masked.ComboBox;
  • wx.lib.masked.IpAddrCtrl;
  • wx.lib.masked.TimeCtrl;
  • wx.lib.masked.NumCtrl;

hierarchy Inheritance Diagram

Inheritance diagram for: TextCtrlHandler

Inheritance diagram of TextCtrlHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class TextCtrlHandler(AbstractHandler)[source]

Supports saving/restoring a wx.TextCtrl entered string.

This class handles the following wxPython widgets:

  • wx.TextCtrl;
  • wx.SearchCtrl;
  • wx.lib.expando.ExpandoTextCtrl;
  • wx.lib.masked.TextCtrl;
  • wx.lib.masked.ComboBox;
  • wx.lib.masked.IpAddrCtrl;
  • wx.lib.masked.TimeCtrl;
  • wx.lib.masked.NumCtrl;


__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

TLWHandler

Next topic

TextEntryHandler