Sha256: 44feb60bcbe0390ce4f36f89671e96a6f5c369bb166e7bd734e0ca65b287d9bc

Contents?: true

Size: 248 Bytes

Versions: 15

Compression:

Stored size: 248 Bytes

Contents

# @provides MotionKit::NSTableColumnHelpers
# @requires MotionKit::BaseLayout
module MotionKit
  class NSTableColumnHelpers < BaseLayout
    targets NSTableColumn

    def title(value)
      target.headerCell.stringValue = value
    end

  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
motion-kit-1.1.1 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-1.1.0 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-1.0.3 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-1.0.2 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-1.0.1 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-1.0.0 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-0.18.0 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-0.17.0 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-0.16.0 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-0.15.0 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-0.14.2 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-0.14.1 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-0.14.0 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-0.13.0 lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb
motion-kit-0.12.0 lib/motion-kit-osx/layouts/nstablecolumn_helpers.rb