Phoenix Logo

phoenix_title wx.lib.agw.persist.persist_handlers.BookHandler

Supports saving/restoring book control selection.

This class handles the following wxPython widgets:

  • Toolbook;
  • Choicebook;
  • Listbook;
  • Treebook (except for opened tree branches, see TreebookHandler for this);
  • Notebook;
  • lib.agw.aui.auibook.AuiNotebook;
  • lib.agw.flatnotebook.FlatNotebook;
  • lib.agw.labelbook.LabelBook;
  • lib.agw.labelbook.FlatImageBook.

class_hierarchy Class Hierarchy

Inheritance diagram for class BookHandler:


method_summary Methods Summary

__init__  
GetKind  
Restore  
Save  

api Class API



class BookHandler(AbstractHandler)

Supports saving/restoring book control selection.

This class handles the following wxPython widgets:

  • Toolbook;
  • Choicebook;
  • Listbook;
  • Treebook (except for opened tree branches, see TreebookHandler for this);
  • Notebook;
  • lib.agw.aui.auibook.AuiNotebook;
  • lib.agw.flatnotebook.FlatNotebook;
  • lib.agw.labelbook.LabelBook;
  • lib.agw.labelbook.FlatImageBook.

Methods



__init__(self, pObject)


GetKind(self)


Restore(self)


Save(self)