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

Module ed_event

source code

Provides custom events for the editors controls/objects to utilize


Author: Cody Precord <cprecord@editra.org>

Classes [hide private]
  UpdateTextEvent
Event to signal that text needs updating
  NotificationEvent
General notification event
  MainWindowExitEvent
Event to signal that the main window is exiting
  StatusEvent
Event for posting status events
Variables [hide private]
  __svnid__ = '$Id: ed_event.py 52855 2008-03-27 14:53:06Z CJP $'
  __revision__ = '$Revision: 52855 $'
  edEVT_UPDATE_TEXT = 10294
  EVT_UPDATE_TEXT = wx.PyEventBinder(edEVT_UPDATE_TEXT, 1)
  edEVT_NOTIFY = 10295
  EVT_NOTIFY = wx.PyEventBinder(edEVT_NOTIFY, 1)
  edEVT_MAINWINDOW_EXIT = 10296
  EVT_MAINWINDOW_EXIT = wx.PyEventBinder(edEVT_MAINWINDOW_EXIT, 1)
  edEVT_STATUS = 10297
  EVT_STATUS = wx.PyEventBinder(edEVT_STATUS, 1)