Sha256: 1687c90019b493c77b98ca09fc5d295f6882d8e0238f3cb7ea93bccc50fa48d3
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 Bytes
Contents
# this code is to call the help window def runhelpwindow @rwdhelptopic = $help_topic @rwdhelpdataoutput = "#{Helptext[:"#{$help_topic}"]}" helptopicsarray = ["general_help", "network_help"] @rwdhelpsubchoicesoutput = helptopicsarray.rwd_method("choosenewhelptopic") $prevouswindow = @rwd_window @rwd_window = "rwdtinkerhelpwindow" end def choosenewhelptopic(inffile) $help_topic = inffile runhelpwindow end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rwdtinker-1.45 | code/01rwdcore/openhelpwindow.rb |