Panda3D
Loading...
Searching...
No Matches
CurveDegreeUI Class Reference
Inheritance diagram for CurveDegreeUI:

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
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
parent,
id,
title )

Member Function Documentation

◆ onApply()

onApply ( self,
evt )

Member Data Documentation

◆ degree

degree = wx.RadioBox(panel, -1, 'Curve Degree', (5, 5), wx.DefaultSize, degreeList, 3, wx.RA_SPECIFY_COLS)

◆ onApply

onApply = wx.Button(self, -1, 'Apply', size=(70, 20))

◆ parent

parent = parent