| Class | Fox::FXDirList |
| In: |
rdoc-sources/FXDirList.rb
|
| Parent: | FXTreeList |
Directory tree List
| SEL_CLOSED: | sent when a folder item is closed; the message data is a reference to the FXDirItem that was closed |
| SEL_OPENED: | sent when a folder item is opened; the message data is a reference to the FXDirItem that was opened |
| DIRLIST_SHOWFILES: | Show files as well as directories |
| DIRLIST_SHOWHIDDEN: | Show hidden files or directories |
| DIRLIST_NO_OWN_ASSOC: | Do not create associations for files |
| ID_REFRESH: | x |
| ID_SHOW_FILES: | x |
| ID_HIDE_FILES: | x |
| ID_TOGGLE_FILES: | x |
| ID_SHOW_HIDDEN: | x |
| ID_HIDE_HIDDEN: | x |
| ID_TOGGLE_HIDDEN: | x |
| ID_SET_PATTERN: | x |
| ID_SORT_REVERSE: | x |
| associations | [RW] | File associations [FXFileDict] |
| currentFile | [RW] | Current file [String] |
| directory | [RW] | Current directory [String] |
| matchMode | [RW] | Wildcard matching mode, some combination of file matching flags [Integer] |
| pattern | [RW] | Wildcard pattern [String] |
Returns an initialized FXDirList instance
If state is true, the directory list will show files as well as directories; otherwise, it will only show directories.
Set current file. If notify is +true, a SEL_CHANGED message is sent to the list’s message target to indicate that the current item has changed.