mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
new: grid plugin can now do messaging
This commit is contained in:
@ -124,9 +124,15 @@ class View(object):
|
||||
|
||||
ROOT = self
|
||||
|
||||
def has_element(self, key):
|
||||
self._state.has_element(key)
|
||||
|
||||
def add_element(self, key, elem):
|
||||
self._state.add_element(key, elem)
|
||||
|
||||
def remove_element(self, key):
|
||||
self._state.remove_element(key)
|
||||
|
||||
def width(self):
|
||||
return self._width
|
||||
|
||||
|
Reference in New Issue
Block a user