Method: Fox::FXColorList#getItemColor
- Defined in:
- rdoc-sources/FXColorList.rb
#getItemColor(index) ⇒ Object
Return item color for the item at index. Raises IndexError if index is out of bounds.
52 |
# File 'rdoc-sources/FXColorList.rb', line 52 def getItemColor(index); end |