Changeset 28576

Show
Ignore:
Timestamp:
01/18/09 04:26:30 (4 years ago)
Author:
isaisstillalive
Message:
  • 使用しなくなったメソッドを削除
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/ruwin/lib/ruwin/component.rb

    r28574 r28576  
    44    autoload :Containable, "ruwin/component/containable" 
    55    autoload :Clickable,   "ruwin/component/clickable" 
    6      
    7     def self.new parent, x, y, width, height, &block 
    8       Ruwin::Factory.newwindow parent, self, x, y, width, height, &block 
    9     end 
    106     
    117    CLASS_NAME = nil