git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34622
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
def __init__(self):
"""Initializes the DocService."""
def __init__(self):
"""Initializes the DocService."""
+ wx.EvtHandler.__init__(self)
def GetDocumentManager(self):
def GetDocumentManager(self):
"""
Initializes the AboutService.
"""
"""
Initializes the AboutService.
"""
+ DocService.__init__(self)
if aboutDialog:
self._dlg = aboutDialog
self._image = None
if aboutDialog:
self._dlg = aboutDialog
self._image = None
"""
Initializes the PropertyService.
"""
"""
Initializes the PropertyService.
"""
+ DocService.__init__(self)
self._customEventHandlers = []
self._customEventHandlers = []
"""
Initializes the WindowMenu and its globals.
"""
"""
Initializes the WindowMenu and its globals.
"""
+ DocService.__init__(self)
self.ARRANGE_WINDOWS_ID = wx.NewId()
self.SELECT_WINDOW_1_ID = wx.NewId()
self.SELECT_WINDOW_2_ID = wx.NewId()
self.ARRANGE_WINDOWS_ID = wx.NewId()
self.SELECT_WINDOW_1_ID = wx.NewId()
self.SELECT_WINDOW_2_ID = wx.NewId()