src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 18 Feb 2015 06:03:32 +0000 (14:03 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Feb 2015 06:03:32 +0000 (14:03 +0800)
src/Builder4/WindowState.vala

index 429caff..e1f634f 100644 (file)
@@ -1,4 +1,9 @@
+/**
+ * as state management is a bit too complicated inside the builder
+ * it's better to seperate this into this class
+ * 
+ * 
+ */
 public class WindowState : Object 
 {
     public MainWindow win;
@@ -11,4 +16,19 @@ public class WindowState : Object
     public About(MainWindow win)
     {
        this.win = win;
-       }
\ No newline at end of file
+    }
+    
+    // ----------- Add / Edit listener
+
+    public listenerInit()
+    {
+
+    }
+    public listenerShow()
+    {
+
+    }
+    public listenerHide()
+    {
+       
+    }
\ No newline at end of file