Method: Slapp::Sugar#button

Defined in:
lib/slapp.rb

#button(name, options = {}) ⇒ Object



36
37
38
# File 'lib/slapp.rb', line 36

def button name, options = {}
  elements[name] ||= Button.new elements[:frame], -1, options[:caption]
end