XObjectBase/GtkNotebook.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 3 Jul 2012 15:11:55 +0000 (23:11 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 3 Jul 2012 15:11:55 +0000 (23:11 +0800)
XObjectBase/GtkNotebook.js

index d74fa01..fffb1b9 100644 (file)
@@ -30,10 +30,9 @@ GtkNotebook= XObject.define(
     }
  
 );
-GtkExpander.config = {
+GtkNotebook.config = {
    
-    events         : {
-        type : 'Array',
-        array_of : 'Gdk.EventMask'
-    }
+    current_page         : {
+        type : 'Integer',
+        }
 }
\ No newline at end of file