From 29fba2f7bd93ddf8c728043b53f8f893bbcd4f98 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 23 Oct 2020 22:03:44 +0200 Subject: [PATCH] Test 1 --- source/Connection.d | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/Connection.d b/source/Connection.d index 7d54fcf..56ac284 100644 --- a/source/Connection.d +++ b/source/Connection.d @@ -17,6 +17,8 @@ import core.sync.mutex; import gtk.Notebook; +import std.conv; + public final class Connection : Thread { private GUI gui; @@ -131,6 +133,15 @@ public final class Connection : Thread process(notificationData); //gui.mainWindow.showAll(); + // import gtk.InfoBar; + // InfoBar notificationBar = new InfoBar(); + // notificationBar.add(new Label("Poes")); + // notificationBar.setMessageType(GtkMessageType.INFO); + // notificationBar + + // box.add(notificationBar); + // notificationBar.showAll(); + notebookSwitcher.showAll();