# File rbSnack/tkSnack.rb, line 99 def exeTkCmd( cmd, options ) raise "Snack not initialized" unless @@root.type==TkRoot cmd = cmd+options.getTkOptionArray unless options == nil p cmd if $debugSnack==true cmd.unshift('eval') @@root.tk_call (*cmd) #cmd = cmd.join " " #puts cmd if $debugSnack==true #@@root.tk_call ('eval', cmd) end