AGW Logo

agw_title FindReplaceHandler

Supports saving/restoring a wx.FindReplaceDialog data (search string, replace string and flags).

This class handles the following wxPython widgets:

  • wx.FindReplaceDialog.

Todo

Find a way to properly save and restore dialog data (wx.ColourDialog, wx.FontDialog etc...).

hierarchy Inheritance Diagram

Inheritance diagram for: FindReplaceHandler

Inheritance diagram of FindReplaceHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class FindReplaceHandler(TLWHandler)[source]

Supports saving/restoring a wx.FindReplaceDialog data (search string, replace string and flags).

This class handles the following wxPython widgets:

Todo

Find a way to properly save and restore dialog data (wx.ColourDialog, wx.FontDialog etc...).



__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

FileHistoryHandler

Next topic

FoldPanelBarHandler