Add build script.
This commit is contained in:
@@ -6,6 +6,8 @@ from dsst_gtk3.handlers.players import PlayerHandlers
|
||||
from dsst_gtk3.handlers.dialog_handlers import DialogHandlers
|
||||
from dsst_gtk3.handlers.center_handlers import CenterHandlers
|
||||
|
||||
from dsst_sql import sql
|
||||
|
||||
|
||||
class Handlers(LeftColumnHandlers, PlayerHandlers, DialogHandlers, CenterHandlers):
|
||||
""" Class containing all signal handlers for the GTK GUI """
|
||||
@@ -25,4 +27,11 @@ class Handlers(LeftColumnHandlers, PlayerHandlers, DialogHandlers, CenterHandler
|
||||
""" Signal will be sent when app should close
|
||||
:param args: Arguments to the delete event
|
||||
"""
|
||||
Gtk.main_quit()
|
||||
Gtk.main_quit()
|
||||
|
||||
# DEBUG Functions ##################################################################################################
|
||||
|
||||
@staticmethod
|
||||
def do_delete_database(*_):
|
||||
sql.drop_tables()
|
||||
sql.create_tables()
|
||||
Reference in New Issue
Block a user