Phoenix Logo

phoenix_title wx.lib.agw.persist.persist_handlers.FindReplaceHandler

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

This class handles the following wxPython widgets:

  • FindReplaceDialog.

Todo

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


class_hierarchy Class Hierarchy

Inheritance diagram for class FindReplaceHandler:

method_summary Methods Summary

__init__  
GetKind  
Restore  
Save  

api Class API



class FindReplaceHandler(TLWHandler)

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

This class handles the following wxPython widgets:

  • FindReplaceDialog.

Todo

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


Methods



__init__(self, pObject)


GetKind(self)


Restore(self)


Save(self)