Builder/Window.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 29 Apr 2010 05:50:23 +0000 (13:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 29 Apr 2010 05:50:23 +0000 (13:50 +0800)
Builder/Window.js

index c99b721..35b9697 100755 (executable)
@@ -104,18 +104,12 @@ Window = new XObject({
                         {
                             xtype : Gtk.HBox
                             items : [
-                       
-                            
                                 {
-                                    xtype : 'VPaned',
-                                    xns: 'Gtk',
-                                    set : {
-                                        set_position : [ 300 ]
-                                    },
+                                    xtype : Gtk.VPaned,
+                                    position :  300,
                                     items : [
                                         {
-                                            xtype : 'VBox',
-                                            xns: 'Gtk',
+                                            xtype : Gtk.VBox,
                                             items : [
                                                 {
                                                     xtype : 'Include',