Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
EmbeddedPandaWindow Class Reference
Inheritance diagram for EmbeddedPandaWindow:

Public Member Functions

def __init__
 
def cleanup
 
def onSize
 

Public Attributes

 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

def __init__ (   self,
  args,
  kw 
)

Member Function Documentation

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 
)

Member Data Documentation

win