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

Public Member Functions

def __init__
 
def appInit
 USER METHODS ### To be overridden. More...
 
def createInterface
 
def createMenuBar
 
def onDestroy
 
def quit
 
def showAbout
 

Public Attributes

 about
 
 menuBar
 
 menuFile
 
 menuHelp
 

Static Public Attributes

string appname = 'Generic Application Frame'
 
string appversion = '1.0'
 
string balloonState = 'none'
 
string contactemail = 'Gyedo.Jeon@disney.com'
 
string contactname = 'Gyedo Jeon'
 
tuple copyright
 
int frameHeight = 320
 
int frameWidth = 450
 
int padx = 5
 
int pady = 5
 
int panelCount = 0
 
int usecommandarea = 0
 
int usestatusarea = 0
 

Constructor & Destructor Documentation

def __init__ (   self,
  args,
  kw 
)

Member Function Documentation

def appInit (   self)

USER METHODS ### To be overridden.

def createInterface (   self)
def createMenuBar (   self)
def onDestroy (   self,
  event 
)
def quit (   self,
  event = None 
)
def showAbout (   self,
  event 
)

Member Data Documentation

about
string appname = 'Generic Application Frame'
static
string appversion = '1.0'
static
string balloonState = 'none'
static
string contactemail = 'Gyedo.Jeon@disney.com'
static
string contactname = 'Gyedo Jeon'
static
tuple copyright
static
Initial value:
1 = ('Copyright 2008 Walt Disney Internet Group.' +
2  '\nAll Rights Reserved.')
int frameHeight = 320
static
int frameWidth = 450
static
menuBar
menuFile
menuHelp
int padx = 5
static
int pady = 5
static
int panelCount = 0
static
int usecommandarea = 0
static
int usestatusarea = 0
static