src/Builder4/WindowRooView.bjs
[app.Builder.js] / TODO.vala.version
1
2
3 Ctor / init handling?
4
5 new Gtk.ListStore (2, typeof (string), typeof (int));
6 syntax is no_cols, ..... -- list of colum types..
7 ?? this might need a Helper?
8
9 Better handling of Packing
10 ..
11 normal pack is done by
12 pack:   add,a,b,c -> results in parent.el.pack(child,a,b,c)
13 ?? might need a Helper to offer standards on this?
14 pack.type = add
15 pack.{arg} = ...