|
Panda3D
|
Public Member Functions | |
| __init__ (self, parent, id, title) | |
| onApply (self, evt) | |
Public Attributes | |
| degree = wx.RadioBox(panel, -1, 'Curve Degree', (5, 5), wx.DefaultSize, degreeList, 3, wx.RA_SPECIFY_COLS) | |
| onApply = wx.Button(self, -1, 'Apply', size=(70, 20)) | |
| parent = parent | |
| __init__ | ( | self, | |
| parent, | |||
| id, | |||
| title ) |
| onApply | ( | self, | |
| evt ) |
| degree = wx.RadioBox(panel, -1, 'Curve Degree', (5, 5), wx.DefaultSize, degreeList, 3, wx.RA_SPECIFY_COLS) |
| onApply = wx.Button(self, -1, 'Apply', size=(70, 20)) |
| parent = parent |