src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10683
779cda568acb
child 10849
78d338b6d89f
equal deleted inserted replaced
10689:3ede487187f2 10690:fab36645aa7d
1188 if cw: 1188 if cw:
1189 return cw.getEditor() 1189 return cw.getEditor()
1190 else: 1190 else:
1191 return None 1191 return None
1192 1192
1193 def showWindowMenu(self, windowMenu): 1193 def showWindowMenu(self, _windowMenu):
1194 """ 1194 """
1195 Public method to set up the viewmanager part of the Window menu. 1195 Public method to set up the viewmanager part of the Window menu.
1196 1196
1197 @param windowMenu reference to the window menu 1197 @param _windowMenu reference to the window menu (unused)
1198 @type QMenu 1198 @type QMenu
1199 """ 1199 """
1200 pass 1200 pass
1201 1201
1202 def _initWindowActions(self): 1202 def _initWindowActions(self):

eric ide

mercurial