FilenameCompleter
Completes partial file and directory names given a partial string by looking in the file system for clues. Can return a list of possible completion strings for widget implementations.
Constructors
Functions
Link copied to clipboard
fun connectGotCompletionData(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>
Emitted when the file name completion information comes available.
Link copied to clipboard
Gets an array of completion strings for a given initial text.
Link copied to clipboard
Obtains a completion for @initial_text from @completer.
Link copied to clipboard
If @dirs_only is true, @completer will only complete directory names, and not file names.