Test.GtkWriter.vala.c
[app.Builder.js] / TODO.vala.version
diff --git a/TODO.vala.version b/TODO.vala.version
new file mode 100644 (file)
index 0000000..6466ff8
--- /dev/null
@@ -0,0 +1,15 @@
+
+
+Ctor / init handling?
+
+new Gtk.ListStore (2, typeof (string), typeof (int));
+syntax is no_cols, ..... -- list of colum types..
+?? this might need a Helper?
+
+Better handling of Packing
+..
+normal pack is done by
+pack:   add,a,b,c -> results in parent.el.pack(child,a,b,c)
+?? might need a Helper to offer standards on this?
+pack.type = add
+pack.{arg} = ...