module Goo::CanvasItem
Public Instance Methods
Source
# File lib/goocanvas.rb, line 57 def set_child_properties(child, *args) hash = Goo.args_to_hash(args) hash.each_pair { |key, value| set_child_property(child, key, value) } end
# File lib/goocanvas.rb, line 57 def set_child_properties(child, *args) hash = Goo.args_to_hash(args) hash.each_pair { |key, value| set_child_property(child, key, value) } end