Sample/DialogNewComponent.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 08:55:54 +0000 (16:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 08:55:54 +0000 (16:55 +0800)
Sample/DialogNewComponent.js

index cf7761b..252deac 100644 (file)
@@ -170,11 +170,21 @@ DialogNewComponent=new XObject({
                         },
                         {
                             xtype: Gtk.Label,
-                            bottom_attach : 1,
-                            label : "parent",
+                            bottom_attach : 2,
+                            label : "title",
                             left_attach : "0",
                             pack : "add",
                             right_attach : 1,
+                            top_attach : "1",
+                            visible : true
+                        },
+                        {
+                            xtype: Gtk.Entry,
+                            bottom_attach : 1,
+                            label : "parent",
+                            left_attach : "1",
+                            pack : "add",
+                            right_attach : 2,
                             top_attach : "0",
                             visible : true
                         }