Package peppy :: Module main
[frames] | no frames]

Module main

Main application class.

Classes
  errorRedirector
  Fonts
  Mouse
  Tabs
  User
  LocaleParam
I18N parameter that pops up a dialog containing available locales.
  Language
  Peppy
Main application object.
Functions
 
main_is_frozen()
 
run()
Start an instance of the application.
 
main()
Main entry point for editor.
Function Details

run()

 

Start an instance of the application.

Parameters:
  • options - OptionParser option class
  • args - command line argument list

main()

 

Main entry point for editor.

This is called from a script outside the package, parses the command line, and starts up a new wx.App.