src/eric7/Preferences/ConfigurationPages/NotificationsPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
292 self.__colors["NotificationCriticalBackground"], 292 self.__colors["NotificationCriticalBackground"],
293 ) 293 )
294 ) 294 )
295 295
296 296
297 def create(dlg): 297 def create(dlg): # noqa: U100
298 """ 298 """
299 Module function to create the configuration page. 299 Module function to create the configuration page.
300 300
301 @param dlg reference to the configuration dialog 301 @param dlg reference to the configuration dialog
302 @return reference to the instantiated page (ConfigurationPageBase) 302 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial