Method: Fox::FXFileList#itemFile?
- Defined in:
- rdoc-sources/FXFileList.rb
#itemFile?(index) ⇒ Boolean
Return true
if item is a file. Raises IndexError if index is out of bounds.
142 |
# File 'rdoc-sources/FXFileList.rb', line 142 def itemFile?(index); end |