Sha256: 54eaf4cffa34eb67dca43335fcd2329102c1de8244b5031fcdde4ab3f3535a08

Contents?: true

Size: 524 Bytes

Versions: 33

Compression:

Stored size: 524 Bytes

Contents

# Application RwdTinker orginally (c) 2004 Steven Gibson under GPL. 
# This application is a framework for writing programs from RubyWebDialogs
# http://www.erikveen.dds.nl/rubywebdialogs/index.html 
# For more information about RwdTinker see http://www.rubyforge.net/projects/rwdapplications
# This class is the top class for the RwdTinker application 
 
class RwdTinker  < RWDialog
 
  def main
  @rwd_window = "main"
    @result = "idle"
    @display= "idle"
  end
  
  def inspect
   "Rwdtinker Application " 
   end
  

Version data entries

33 entries across 33 versions & 7 rubygems

Version Path
rwdshell-0.93 code/ag1core/aa0begin.rb
rwdschedule-0.92 code/00rwdtinkercore/aa0begin.rb
rwdschedule-0.91 code/00rwdtinkercore/aa0begin.rb
rwdshell-0.92 code/ag1core/aa0begin.rb
rwdshell-0.94 code/ag1core/aa0begin.rb
rwdtinker-1.42 code/ag1core/aa0begin.rb
rwdtinker-1.3 code/ag1core/aa0begin.rb
rwdtinker-1.23 code/ag1core/aa0begin.rb
rwdtinker-1.4 code/ag1core/aa0begin.rb
rwdtinker-1.24 code/ag1core/aa0begin.rb
rwdtinker-1.41 code/ag1core/aa0begin.rb
rwdtinker-1.44 code/ag1core/aa0begin.rb
rwdtinker-1.43 code/ag1core/aa0begin.rb