Moving development into master

This commit is contained in:
Jordan Ruthe
2020-08-01 14:38:09 -04:00
parent a2e979f847
commit d2036c13af
104 changed files with 8080 additions and 579 deletions

View File

@@ -4,18 +4,10 @@ gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, Gdk, GLib
from KlippyGtk import KlippyGtk
from KlippyGcodes import KlippyGcodes
from panels.screen_panel import ScreenPanel
class ExamplePanel:
_screen = None
labels = {}
def __init__(self, screen):
self._screen = screen
def initialize(self, menu):
class ExamplePanel(ScreenPanel):
def initialize(self, panel_name):
# Create gtk items here
def get(self):
# Return gtk item
return self.grid
return