# File gtk/sample/misc/properties.rb, line 63
  def set_hoge(child, arg)
    puts "MyButton#set_hoge is called"
    @hoge = arg
  end