mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-18 12:00:20 +01:00
Added more class attributes.
This commit is contained in:
@@ -21,10 +21,12 @@ class DockApp:
|
||||
def __init__(self, args=None):
|
||||
self.args = args
|
||||
self.charset_start = None
|
||||
self.charset_width = None
|
||||
self.charset_width = 0
|
||||
self.char_width = None
|
||||
self.char_height = None
|
||||
self.font = ''
|
||||
self.font = None
|
||||
self.background = None
|
||||
self.patterns = None
|
||||
|
||||
def check_for_events(self):
|
||||
event = helpers.get_event()
|
||||
|
||||
Reference in New Issue
Block a user