mirror of https://github.com/deavminet/gustav.git
Test 1
This commit is contained in:
parent
e0293bfe7b
commit
29fba2f7bd
|
@ -17,6 +17,8 @@ import core.sync.mutex;
|
||||||
|
|
||||||
import gtk.Notebook;
|
import gtk.Notebook;
|
||||||
|
|
||||||
|
import std.conv;
|
||||||
|
|
||||||
public final class Connection : Thread
|
public final class Connection : Thread
|
||||||
{
|
{
|
||||||
private GUI gui;
|
private GUI gui;
|
||||||
|
@ -131,6 +133,15 @@ public final class Connection : Thread
|
||||||
process(notificationData);
|
process(notificationData);
|
||||||
//gui.mainWindow.showAll();
|
//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();
|
notebookSwitcher.showAll();
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue