class MotionKit::NSTableColumnHelpers

Public Instance Methods

title(value) click to toggle source
# File lib/motion-kit-osx/helpers/nstablecolumn_helpers.rb, line 7
def title(value)
  target.headerCell.stringValue = value
end