Class: Shoes::DeleteButton
Instance Method Summary collapse
-
#initialize ⇒ DeleteButton
constructor
A new instance of DeleteButton.
Constructor Details
#initialize ⇒ DeleteButton
Returns a new instance of DeleteButton.
27 28 29 30 31 32 |
# File 'lib/interface_widgets.rb', line 27 def initialize fill red rect(:top => 0, :left => 0, :height => 15, :width => 15) line(3,3,13,13) line(13,3,3,13) end |