JsRender/Gtk.js
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 11:51:20 +0000 (19:51 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 11:51:20 +0000 (19:51 +0800)
JsRender/Gtk.js

index 36da6c3..739ffc6 100644 (file)
@@ -399,6 +399,11 @@ Gtk = XObject.define(
             // wrapped ctor..
             // this may need to look up properties to fill in the arguments..
             // introspection does not workk..... - as things like gtkmessagedialog
+            if (cls == 'Gtk.Table') {
+                
+                var methods = this.palete.getPropertiesFor(cls, 'methods');
+            }
+            
             
             
             if (typeof(ctors[cls]) !== 'undefined') {