eric6/Debugger/DebugUI.py

changeset 7945
76daafe10009
parent 7933
ca1b44d522b9
child 7955
567f2ec958c3
equal deleted inserted replaced
7941:cf988a30ba47 7945:76daafe10009
161 161
162 def showNotification(self, notification): 162 def showNotification(self, notification):
163 """ 163 """
164 Public method to show some notification message. 164 Public method to show some notification message.
165 165
166 @param notification meessage to be shown 166 @param notification message to be shown
167 @type str 167 @type str
168 """ 168 """
169 if self.ui.notificationsEnabled(): 169 if self.ui.notificationsEnabled():
170 self.ui.showNotification( 170 self.ui.showNotification(
171 UI.PixmapCache.getPixmap("debug48"), 171 UI.PixmapCache.getPixmap("debug48"),

eric ide

mercurial