Method: Fox::FXFileList#setCurrentFile
- Defined in:
- rdoc-sources/FXFileList.rb
#setCurrentFile(filename, notify = false) ⇒ Object
Set the current file to filename. If notify is true
, a SEL_CHANGED
message is sent to the file list’s message target after the current item has changed. If this change causes the selected item(s) to change (because the file list is operating in browse-select mode), SEL_SELECTED
and SEL_DESELECTED
may be sent to the message target as well.
119 |
# File 'rdoc-sources/FXFileList.rb', line 119 def setCurrentFile(filename, notify=false); end |