From 3573488ef227bd7719eae892c72784cace95ffd4 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 12 Mar 2005 00:19:13 +0000 Subject: cyclone alpha54 and toxy alpha16 (see notes.txt for cyclone, toxy and shared) svn path=/trunk/externals/miXed/; revision=2618 --- test/toxy/setup.wid | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/toxy/setup.wid') diff --git a/test/toxy/setup.wid b/test/toxy/setup.wid index 1d544c9..ce498c4 100644 --- a/test/toxy/setup.wid +++ b/test/toxy/setup.wid @@ -1,4 +1,4 @@ -package provide toxywidgets 0.1.0.15 +package provide toxywidgets 0.1.0.16 # LATER keep standard widget setup in a .tcl file (transfered into a .wiq), and # glue separate .wid files with standard widget definitions into another .wiq @@ -287,6 +287,9 @@ proc ::toxy::popup {path target remote entries args} { } else { error [concat in ::toxy::popup: $err] } } +# FIXME should be part of the float widget type, but we need it for plain scales +set ::toxy::scale_isactive 1 + #> bang button #. -image ::toxy::img::empty -command .<.> #. -bg pink -activebackground red -width 50 -height 50 @@ -298,9 +301,6 @@ proc ::toxy::popup {path target remote entries args} { #. @float .- set .#1 #. @vset ::toxy::scale_doset .- .#1 -# FIXME -set ::toxy::scale_isactive 1 - #> symbol entry #. -bg pink -font .(helvetica 24.) -width 16 #. @symbol .- delete 0 end .: .- insert 0 .#1 -- cgit v1.2.1