Added the about dialog hooks to the code

This commit is contained in:
José Carlos Cuevas 2014-07-14 14:59:00 +02:00
parent 5b76874a2c
commit d7d13654c0

View file

@ -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):
"""