Table Of Contents

Previous topic

ParamImage

Next topic

ParamIntList

This Page

phoenix_title ParamInt

TextCtrl with SpinButton for integer parameters.


class_hierarchy Inheritance Diagram

Inheritance diagram for class ParamInt

Inheritance diagram of ParamInt


super_classes Known Superclasses

tools.XRCed.params.PPanel


method_summary Methods Summary

__init__  
GetValue  
OnChange  
OnSpinDown  
OnSpinUp  
SetValue  
SyncSpin  
SyncText  

api Class API



class ParamInt(PPanel)

TextCtrl with SpinButton for integer parameters.


Methods



__init__(self, parent, name)


GetValue(self)


OnChange(self, evt)


OnSpinDown(self, evt)


OnSpinUp(self, evt)


SetValue(self, value)


SyncSpin(self, value)


SyncText(self, spinValue)