Package Editra :: Package src :: Module ed_main
[hide private]

Module ed_main

source code

This module provides the MainWindow class for Editra. The MainWindow is main Ui component of the editor that contains all the other components.


Author: Cody Precord <cprecord@editra.org>

Classes [hide private]
  MainWindow
Editras Main Window
  MainWindowAddOn
Plugin that Extends the MainWindowI
Functions [hide private]
 
OnAbout(evt)
Show the About Dialog
source code
 
OnPreferences(evt)
Open the Preference Panel
source code
Variables [hide private]
  __svnid__ = '$Id: ed_main.py 59976 2009-04-02 02:39:09Z CJP $'
  __revision__ = '$Revision: 59976 $'
  ID_DELETE_LINE = 118
  ID_LINE_MOVE_DOWN = 124
  ID_LINE_MOVE_UP = 123
  ID_LOAD_SESSION = 108
  ID_SAVE_SESSION = 107
Function Details [hide private]

OnAbout(evt)

source code 

Show the About Dialog

Parameters:
  • evt (wxMenuEvent) - Event fired that called this handler

OnPreferences(evt)

source code 

Open the Preference Panel

Parameters:
  • evt (wxMenuEvent) - Event fired that called this handler