From 738933aa50ae20f8c8cf02f1380684dfdeaa6464 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 May 2010 17:34:02 +0800 Subject: [PATCH] test.js --- test.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test.js b/test.js index 1d2f55b49..1d1a3a027 100644 --- a/test.js +++ b/test.js @@ -3,7 +3,10 @@ Gdk = imports.gi.Gdk; Pango = imports.gi.Pango; XObject = imports.XObject.XObject; Gtk.init(null,null); -_top=new XObject({xtype: Gtk.Window, "type":Gtk.WindowType.TOPLEVEL, "id":"builder-0", "xtreepath":"0"}) + + +_top=new XObject({xtype: Gtk.Window, "type":Gtk.WindowType.TOPLEVEL, "title":"Application Builder", "border_width":2, "id":"builder-0", "xtreepath":"0"}) + ;_top.init(); _top.el.show_all(); Gtk.main(); -- 2.39.2