From 7bc3bdb0c422617ca4f89a8f732381a8c34c574a Mon Sep 17 00:00:00 2001 From: William Suggs Date: Mon, 2 Mar 2009 13:12:57 +0800 Subject: [PATCH] Added Tk --- t/tk.tk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 t/tk.tk diff --git a/t/tk.tk b/t/tk.tk new file mode 100644 index 00000000..4b35728f --- /dev/null +++ b/t/tk.tk @@ -0,0 +1,2 @@ +label .l -text "Hello World!" +pack .l \ No newline at end of file