bounds()
click to toggle source
def bounds
[x1, x2, y1, y2]
end
height()
click to toggle source
set_child_properties(child, *args)
click to toggle source
def set_child_properties(child, *args)
hash = Goo.args_to_hash(args)
hash.each_pair { |key, value| set_child_property(child, key, value) }
end
width()
click to toggle source
x()
click to toggle source
y()
click to toggle source