Method: Fox::FXFileSelector#hiddenFilesShown=
- Defined in:
- rdoc-sources/FXFileSelector.rb
#hiddenFilesShown=(state) ⇒ Object
If state is true
, the file selector will show hidden files and directories; otherwise, it won’t.
149 |
# File 'rdoc-sources/FXFileSelector.rb', line 149 def hiddenFilesShown=(state); end |