Class | Fox::FXDirDialog |
In: |
rdoc-sources/FXDirDialog.rb
|
Parent: | FXDialogBox |
Directory selection dialog
dirBoxStyle | [RW] | Directory list style [Integer] |
directory | [RW] | Directory [String] |
matchMode | [RW] | Wildcard matching mode, some combination of file matching flags [Integer] |
Display a directory dialog with the specified owner window, caption string and initial path string. Return the selected directory name (a string) or nil if the dialog was cancelled.
Returns an initialized FXDirDialog instance.
If state is true, the directory list will show files as well as directories; otherwise, it will only show directories.