Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
EmbeddedPandaWindow Class Reference
Inheritance diagram for EmbeddedPandaWindow:

Public Member Functions

 __init__ (self, *args, **kw)
 
 cleanup (self)
 
 onSize (self, event)
 

Public Attributes

 onSize
 
 win
 

Detailed Description

 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. 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args,
** kw )

Member Function Documentation

◆ cleanup()

cleanup ( self)
 Parent windows should call cleanup() to clean up the
wxPandaWindow explicitly (since we can't catch EVT_CLOSE
directly). 

◆ onSize()

onSize ( self,
event )

Member Data Documentation

◆ onSize

onSize

◆ win

win