Added the about dialog hooks to the code
This commit is contained in:
parent
5b76874a2c
commit
d7d13654c0
1 changed files with 8 additions and 0 deletions
|
@ -174,6 +174,14 @@ class MainWindowMethods(Gtk.Application):
|
|||
"""
|
||||
pass
|
||||
|
||||
def onAboutDialogClose(self, widget, event = None):
|
||||
pass
|
||||
|
||||
def onAboutDialogDeleteEvent(self, widget, evenr = None):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
|
||||
class LogicObject(object):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue