Add cv_gtk3 package.
This commit is contained in:
0
cv_gtk3/signal_handlers/__init__.py
Normal file
0
cv_gtk3/signal_handlers/__init__.py
Normal file
10
cv_gtk3/signal_handlers/handlers.py
Normal file
10
cv_gtk3/signal_handlers/handlers.py
Normal file
@@ -0,0 +1,10 @@
|
||||
class Handlers:
|
||||
"""
|
||||
Class containing all signal handlers for the GTK GUI
|
||||
"""
|
||||
def __init__(self, app):
|
||||
"""
|
||||
Initialize handler class
|
||||
:param app: reference to an CardvaultGTK object
|
||||
"""
|
||||
self.app = app
|
||||
Reference in New Issue
Block a user