- caption
dstring caption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- caption
dstring caption [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- editorAction
Signal!EditorActionHandler editorAction [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- enterKey
Signal!EnterKeyHandler enterKey [@property getter]
handle Enter key press inside line editor
- fileDialogFlags
uint fileDialogFlags [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fileDialogFlags
uint fileDialogFlags [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- filetypeIcons
string[string] filetypeIcons [@property getter]
mapping of file extension to icon resource name, e.g. ".txt": "text-plain"
- filterIndex
int filterIndex [@property getter]
- filterIndex
int filterIndex [@property setter]
- filters
FileFilterEntry[] filters [@property getter]
filter list for file type filter combo box
- filters
FileFilterEntry[] filters [@property setter]
filter list for file type filter combo box
- readOnly
bool readOnly [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- readOnly
bool readOnly [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- text
dstring text [@property getter]
returns widget content text (override to support this)
- text
dstring text [@property setter]
sets widget content text (override to support this)
- text
UIString text [@property setter]
sets widget content text (override to support this)