Panda3D
|
Public Member Functions | |
def | __init__ (self, *args, **kw) |
def | cleanup (self) |
def | onSize (self, event) |
Public Attributes | |
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.
def __init__ | ( | self, | |
* | args, | ||
** | kw | ||
) |
def cleanup | ( | self | ) |
Parent windows should call cleanup() to clean up the wxPandaWindow explicitly (since we can't catch EVT_CLOSE directly).
def onSize | ( | self, | |
event | |||
) |
win |