Directory tree List
Events
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
|
Directory List options
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
|
Message identifiers
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]
|
Return true if item is a directory
Return true if item is a file
Return true if item is executable
Return full pathname of item
Return true if showing files as well as directories
If state is true, the directory list will show files as
well as directories; otherwise, it will only show directories.
Return true if showing hidden files and directories
If state is true, the directory list will show hidden
files and directories; otherwise, it won’t.