From d797dc506b93e0a294b747d5fd447180b0fc3110 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 26 May 2000 07:53:06 +0000 Subject: *** empty log message *** --- sandbox/testwind.tcl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sandbox/testwind.tcl diff --git a/sandbox/testwind.tcl b/sandbox/testwind.tcl new file mode 100644 index 0000000..31723f9 --- /dev/null +++ b/sandbox/testwind.tcl @@ -0,0 +1,16 @@ +#!/usr/bin/wish -f + +load tkzinc3.1.so + +set top 1 + +set r [zinc .r -backcolor gray -relief sunken] +pack .r -expand t -fill both +.r configure -width 800 -height 500 + +.r addtag controls withtag $top + +set ent [entry .r.entry] + +set wind [.r add window $top -window $ent -position "100 100"] + -- cgit v1.1