From 3d991e2f5239084df480b19ad9566a5abbe4b621 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 9 Jun 2012 19:38:41 +0100 Subject: [PATCH] mention msel --- example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example b/example index b719c50..588f3ca 100755 --- a/example +++ b/example @@ -10,8 +10,8 @@ foreach b {1 3} { applet::setup-button-menu $b } -.m1 add command -command { msel; puts hi } -label hi -.m3 add command -command { msel; puts boo } -label boo +.m1 add command -command { applet::msel; puts hi } -label hi +.m3 add command -command { applet::msel; puts boo } -label boo #image create bitmap ims -file gs_s.xbm #image create bitmap ims -file /usr/share/ghostscript/8.71/lib/gs_s.xbm -- 2.30.2