src/eric7/Preferences/ConfigurationPages/NotificationsPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
293 self.__colors["NotificationCriticalBackground"], 293 self.__colors["NotificationCriticalBackground"],
294 ) 294 )
295 ) 295 )
296 296
297 297
298 def create(dlg): # noqa: U100 298 def create(_dlg):
299 """ 299 """
300 Module function to create the configuration page. 300 Module function to create the configuration page.
301 301
302 @param dlg reference to the configuration dialog 302 @param _dlg reference to the configuration dialog (unused)
303 @type ConfigurationDialog 303 @type ConfigurationDialog
304 @return reference to the instantiated page 304 @return reference to the instantiated page
305 @rtype ConfigurationPageBase 305 @rtype ConfigurationPageBase
306 """ 306 """
307 page = NotificationsPage() 307 page = NotificationsPage()

eric ide

mercurial