AGW Logo

agw_title SpinHandler

Supports saving/restoring a wx.SpinButton / wx.SpinCtrl value.

This class handles the following wxPython widgets:

  • wx.SpinCtrl;
  • wx.SpinButton.

hierarchy Inheritance Diagram

Inheritance diagram for: SpinHandler

Inheritance diagram of SpinHandler


method_summary Methods Summary

__init__
GetKind
Restore
Save

API Class API

class SpinHandler(AbstractHandler)[source]

Supports saving/restoring a wx.SpinButton / wx.SpinCtrl value.

This class handles the following wxPython widgets:



__init__(pObject)[source]
Tree

Table Of Contents

Previous topic

SliderHandler

Next topic

SplitterHandler