|
Panda3D
|
Public Member Functions | |
| __init__ (self, parent, label, value, valueList) | |
| getValue (self) | |
| setValue (self, value) | |
Public Member Functions inherited from ObjectPropUI | |
| __init__ (self, parent, label) | |
| bindFunc (self, inFunc, outFunc, valFunc=None) | |
| onKey (self, evt) | |
Public Attributes | |
| ui = wx.RadioBox(self.uiPane, -1, "", choices=valueList, majorDimension=1, style=wx.RA_SPECIFY_COLS) | |
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) | |
| __init__ | ( | self, | |
| parent, | |||
| label, | |||
| value, | |||
| valueList ) |
| getValue | ( | self | ) |
Reimplemented from ObjectPropUI.
| setValue | ( | self, | |
| value ) |
Reimplemented from ObjectPropUI.
| ui = wx.RadioBox(self.uiPane, -1, "", choices=valueList, majorDimension=1, style=wx.RA_SPECIFY_COLS) |