Sha256: c92a592bd80234a82ea341326dca9880ec7c1d1d60095c1f45a21a8175d6f27b
Contents?: true
Size: 441 Bytes
Versions: 3
Compression:
Stored size: 441 Bytes
Contents
require 'canis/core/util/app' def help_text <<-eos Enter as much help text here as you want eos end App.new do ## application code comes here @form.help_manager.help_text = help_text() @header = app_header "My App #{App::VERSION}", :text_center => "Yet Another Email Client that sucks", :text_right =>"Some text", :color => :black, :bgcolor => :white @status_line = status_line @status_line.command { } end # app
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
canis-0.0.13 | examples/app.sample |
canis-0.0.11 | examples/app.sample |
canis-0.0.10 | examples/app.sample |