Gtk::Button
implementation of the property "fuga"
# File glib2/sample/type-register2.rb, line 58 def fuga puts "MyButton#fuga is called" @fuga end
# File glib2/sample/type-register2.rb, line 62 def fuga=(arg) puts "MyButton#fuga= is called" @fuga = arg notify("fuga") end
implementation of the property "hoge"
# File gtk2/sample/misc/properties.rb, line 59 def get_hoge(child) puts "MyButton#get_hoge is called" @hoge end
# File gtk2/sample/misc/properties.rb, line 63 def set_hoge(child, arg) puts "MyButton#set_hoge is called" @hoge = arg end
Generated with the Darkfish Rdoc Generator 2.