![]() |
Editra 0.6.89
Editra API Documentation
|
Classes | |
| class | Editra.src.ed_event.UpdateTextEvent |
| Event to signal that text needs updating. More... | |
| class | Editra.src.ed_event.NotificationEvent |
| General notification event. More... | |
| class | Editra.src.ed_event.MainWindowExitEvent |
| Event to signal that the main window is exiting. More... | |
| class | Editra.src.ed_event.StatusEvent |
| Event for posting status events. More... | |
Packages | |
| package | Editra.src.ed_event |
Variables | |
| string | Editra::src::ed_event.__author__ = "Cody Precord <cprecord@editra.org>" |
| Name: ed_event.py # Purpose: Custom events used by Editra # Author: Cody Precord <cprecord@editra.org> # Copyright: (c) 2007 Cody Precord <staff@editra.org> # License: wxWindows License #. | |
| string | Editra::src::ed_event.__svnid__ = "$Id: ed_event.py 63789 2010-03-30 02:25:17Z CJP $" |
| string | Editra::src::ed_event.__revision__ = "$Revision: 63789 $" |
| tuple | Editra::src::ed_event.edEVT_UPDATE_TEXT = wx.NewEventType() |
| tuple | Editra::src::ed_event.EVT_UPDATE_TEXT = wx.PyEventBinder(edEVT_UPDATE_TEXT, 1) |
| tuple | Editra::src::ed_event.edEVT_NOTIFY = wx.NewEventType() |
| tuple | Editra::src::ed_event.EVT_NOTIFY = wx.PyEventBinder(edEVT_NOTIFY, 1) |
| tuple | Editra::src::ed_event.edEVT_MAINWINDOW_EXIT = wx.NewEventType() |
| tuple | Editra::src::ed_event.EVT_MAINWINDOW_EXIT = wx.PyEventBinder(edEVT_MAINWINDOW_EXIT, 1) |
| tuple | Editra::src::ed_event.edEVT_STATUS = wx.NewEventType() |
| tuple | Editra::src::ed_event.EVT_STATUS = wx.PyEventBinder(edEVT_STATUS, 1) |
1.7.4