Method: CDK::SCROLL#setHighlight
- Defined in:
- lib/cdk/components/scroll.rb
#setHighlight(highlight) ⇒ Object
This sets the highlight of the scrolling list.
506 507 508 |
# File 'lib/cdk/components/scroll.rb', line 506 def setHighlight(highlight) @highlight = highlight end |