Sha256: eb86f269bf14f341b2a48858acb904a6ffd225f73c0868d2a0e3462ba2427e37
Contents?: true
Size: 440 Bytes
Versions: 2
Compression:
Stored size: 440 Bytes
Contents
module VER class Status class Separator < Tk::Tile::Separator attr_reader :status, :weight, :row, :column, :sticky def initialize(status, options = {}) @status = status @weight = options.delete(:weight) || 0 @row = options.delete(:row) @column = options.delete(:column) @sticky = options.delete(:sticky) super end def style=(conf) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ver-2010.08 | lib/ver/status/separator.rb |
ver-2010.02 | lib/ver/status/separator.rb |