dlangui v0.9.76 (2017-06-21T06:58:02Z)
Home
Dub
Repo
FileFilterEntry
dlangui
dialogs
filedlg
filetype filter entry for FileDialog
struct
FileFilterEntry {
UIString
label
;
string
[]
filter
;
bool
executableOnly
;
this
(UIString displayLabel, string filterList, bool executableOnly);
}
Constructors
this
this
(UIString displayLabel, string filterList, bool executableOnly)
Undocumented in source.
Members
Variables
executableOnly
bool
executableOnly
;
Undocumented in source.
filter
string
[]
filter
;
Undocumented in source.
label
UIString
label
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
dialogs
filedlg
classes
DirEditLine
FileDialog
FileNameEditLine
FilePathPanel
FilePathPanelButtons
FilePathPanelItem
enums
FileDialogActions
FileDialogFlag
interfaces
OnPathSelectionHandler
PathSelectedHandler
structs
FileFilterEntry
filetype filter entry for FileDialog