Sample/DialogNewComponent.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 09:53:38 +0000 (17:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 09:53:38 +0000 (17:53 +0800)
Sample/DialogNewComponent.js

index 6521095..f906347 100644 (file)
@@ -160,6 +160,7 @@ DialogNewComponent=new XObject({
                             xtype: Gtk.Label,
                             label : "parent",
                             pack : "add",
+                            xalign : 0,
                             justify : Gtk.Justification.RIGHT,
                             visible : true
                         },
@@ -175,6 +176,23 @@ DialogNewComponent=new XObject({
                             xtype: Gtk.Label,
                             label : "title",
                             pack : "add",
+                            yalign : 0,
+                            justify : Gtk.Justification.RIGHT,
+                            visible : true
+                        },
+                        {
+                            xtype: Gtk.Entry,
+                            pack : "add",
+                            visible : true,
+                            listeners : {
+                                
+                            }
+                        },
+                        {
+                            xtype: Gtk.Label,
+                            label : "parent",
+                            pack : "add",
+                            yalign : 0,
                             justify : Gtk.Justification.RIGHT,
                             visible : true
                         },