AGW Logo

agw_title ScrolledWindowHandler

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

This class handles the following wxPython widgets:

  • wx.ScrolledWindow;
  • wx.lib.scrolledpanel.ScrolledPanel.

hierarchy Inheritance Diagram

Inheritance diagram for: ScrolledWindowHandler

Inheritance diagram of ScrolledWindowHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class ScrolledWindowHandler(AbstractHandler)[source]

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

This class handles the following wxPython widgets:

  • wx.ScrolledWindow;
  • wx.lib.scrolledpanel.ScrolledPanel.


__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

RadioButtonHandler

Next topic

SliderHandler