|
Panda3D
|
Public Member Functions | |
| __init__ (self, parent, label, value, minValue, maxValue) | |
Public Member Functions inherited from ObjectPropUI | |
| __init__ (self, parent, label) | |
| bindFunc (self, inFunc, outFunc, valFunc=None) | |
| getValue (self) | |
| onKey (self, evt) | |
| setValue (self, value) | |
Public Attributes | |
| ui = wx.SpinCtrl(self.uiPane, -1, "", min=minValue, max=maxValue, initial=value) | |
Public Attributes inherited from ObjectPropUI | |
| eventType | |
| label = wx.StaticText(self.labelPane, label=label) | |
| labelPane = wx.Panel(self) | |
| labelSizer = wx.BoxSizer(wx.HORIZONTAL) | |
| onKey | |
| parent = parent | |
| setKeyButton = wx.BitmapButton(self.labelPane, -1, bmpKey, size = (15,15),style = wx.BU_AUTODRAW) | |
| uiPane = wx.Panel(self) | |
UI for int value properties
| __init__ | ( | self, | |
| parent, | |||
| label, | |||
| value, | |||
| minValue, | |||
| maxValue ) |
| ui = wx.SpinCtrl(self.uiPane, -1, "", min=minValue, max=maxValue, initial=value) |