XObjectBase/GtkScrolledWindow.js
[app.Builder.js] / XObjectBase / GtkScrolledWindow.js
1 //<Script type="Text/javascript">
2
3 XObject = imports.XObject.XObject
4  
5 //GtkClutter.Embed..
6 // children are not added at init / but at show stage..
7 // listener is added on show..
8 // we should really add a hock to destroy it..
9 GtkScrolledWindow  = {
10     // should we always add??
11     pack : 'add',
12     
13     
14      
15
16 };