Sha256: 07b838dbd635f2234f16d020c713016c3f563af9a1af4a897e1a8c047cfb5054
Contents?: true
Size: 277 Bytes
Versions: 3
Compression:
Stored size: 277 Bytes
Contents
require 'shoeshine/widget' class TitleWidget include Widget def show app.stack(:width => '100%') do app.background app.gradient(app.rgb(0, 0, 255), app.rgb(0, 255, 255), :angle => 135) app.title("Shoeshine Examples", :align => 'center') end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
royw-shoeshine-0.0.1 | examples/title_widget.rb |
royw-shoeshine-0.0.2 | examples/title_widget.rb |
royw-shoeshine-0.0.3 | examples/title_widget.rb |