|
Panda3D
|
Public Member Functions | |
| __init__ (self, *args, **kw) | |
| cleanup (self) | |
| onSize (self, event) | |
Public Attributes | |
| onSize | |
| win | |
This class implements a Panda3D window that is directly embedded within the frame. It is fully supported on Windows, partially supported on Linux, and not at all on OSX.
| __init__ | ( | self, | |
| * | args, | ||
| ** | kw ) |
| cleanup | ( | self | ) |
Parent windows should call cleanup() to clean up the wxPandaWindow explicitly (since we can't catch EVT_CLOSE directly).
| onSize | ( | self, | |
| event ) |
| onSize |
| win |