Show
Ignore:
Timestamp:
01/22/09 01:08:26 (4 years ago)
Author:
isaisstillalive
Message:
  • EditFieldもこの修正だけでDSL対応可能。
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/ruwin/test/ruwin/testm_edit_field.rb

    r28713 r28785  
    11module TestModuleEditField 
    22  def setup 
    3     @window = Ruwin::Window.new 0, 0, 0, 0 
    4     @control = self.class::TARGET_CLASS.new @window, 0, 0, 0, 0 
     3    @window = Ruwin::Window.new 
     4    @control = self.class::TARGET_CLASS.new @window 
    55     
    66    @control.instance_variable_set :@message_log, []