Changeset 28575

Show
Ignore:
Timestamp:
01/18/09 03:23:02 (4 years ago)
Author:
isaisstillalive
Message:
  • サンプルのエラー修正
Files:
1 modified

Legend:

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

    r28574 r28575  
    7474  @parent.children[:scroll_value].caption = value.to_s 
    7575  p @parent.children[:list_box].position 
    76   @parent.children[:list_box].select value 
     76  @parent.children[:list_box].selection value 
    7777  p @parent.children[:list_box].position 
    7878end