Added projects, updated names
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Gtk imports
|
||||
|
||||
# Python imports
|
||||
|
||||
# Application imports
|
||||
|
||||
|
||||
class CrossClassSignals:
|
||||
def __init__(self, settings):
|
||||
self.settings = settings
|
||||
self.builder = self.settings.returnBuilder()
|
||||
|
||||
|
||||
def closePopup(self, widget, data=None):
|
||||
widget.hide()
|
||||
Reference in New Issue
Block a user