Phoenix Logo

phoenix_title wx.lib.agw.persist.persist_handlers.ScrolledWindowHandler

Supports saving/restoring a ScrolledWindow / lib.scrolledpanel.ScrolledPanel scroll position.

This class handles the following wxPython widgets:

  • ScrolledWindow;
  • lib.scrolledpanel.ScrolledPanel.

class_hierarchy Class Hierarchy

Inheritance diagram for class ScrolledWindowHandler:


method_summary Methods Summary

__init__  
GetKind  
Restore  
Save  

api Class API



class ScrolledWindowHandler(AbstractHandler)

Supports saving/restoring a ScrolledWindow / lib.scrolledpanel.ScrolledPanel scroll position.

This class handles the following wxPython widgets:

  • ScrolledWindow;
  • lib.scrolledpanel.ScrolledPanel.

Methods



__init__(self, pObject)


GetKind(self)


Restore(self)


Save(self)