Added webkit ui class with browser to python calling logic

This commit is contained in:
2024-01-04 23:49:43 -06:00
parent 873b415f47
commit d49bcd8beb
11 changed files with 330 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
# Application imports
from ..widgets.webkit_ui import WebkitUI
@@ -41,6 +42,7 @@ class CenterContainer(Gtk.Box):
self.add(button)
self.add(glade_box)
self.add( WebkitUI() )
def _hello_world(self, widget = None, eve = None):
logger.debug("Hello, World!")
logger.debug("Hello, World!")