d022b5ed9219a369fb935ba728a41db22aba3298
[app.Builder.js] / XObjectBase / GtkTreeStore.js
1
2 //<Script type="Text/javascript">
3
4 XObject = imports.XObject.XObject
5  
6 //GtkClutter.Embed..
7 // children are not added at init / but at show stage..
8 // listener is added on show..
9 // we should really add a hock to destroy it..
10 GtkTreeStore = XObject.define(
11     function(cfg) {
12         XObject.call(this, cfg);
13
14     }, 
15     XObject,
16     {
17         pack : 'set_model'
18     }
19  
20 );