Phoenix Logo

phoenix_title wx.lib.agw.persist.persist_handlers.ChoiceDialogHandler

Supports saving/restoring a MultiChoiceDialog / SingleChoiceDialog choices.

This class handles the following wxPython widgets:

  • SingleChoiceDialog;
  • MultiChoiceDialog.

class_hierarchy Class Hierarchy

Inheritance diagram for class ChoiceDialogHandler:

method_summary Methods Summary

__init__  
GetKind  
Restore  
Save  

api Class API



class ChoiceDialogHandler(TLWHandler)

Supports saving/restoring a MultiChoiceDialog / SingleChoiceDialog choices.

This class handles the following wxPython widgets:

  • SingleChoiceDialog;
  • MultiChoiceDialog.

Methods



__init__(self, pObject)


GetKind(self)


Restore(self)


Save(self)