From 3e7cc438db7c66aa54b2bf92497d06774b8cdbb1 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Sat, 25 Dec 2010 23:47:46 +0000 Subject: A test of introspection for the status icon --- test/test.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/test.js (limited to 'test') diff --git a/test/test.js b/test/test.js new file mode 100644 index 0000000..f48f079 --- /dev/null +++ b/test/test.js @@ -0,0 +1,6 @@ +const Gkbd = imports.gi.Gkbd; +const Gtk = imports.gi.Gtk; + +Gtk.init(0, null); +const status = new Gkbd.Status(); +Gtk.main(); -- cgit v1.2.1