Description Methods and Functions Hierarchy Detailed Description Structures Convenient Construction Signals Author(s) References
Filename Completer
gFilenameCompleterNew()
gFilenameCompleterGetCompletionSuffix(object, initial.text)
gFilenameCompleterGetCompletions(object, initial.text)
gFilenameCompleterSetDirsOnly(object, dirs.only)
gFilenameCompleter()
1 2 |
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.
GFilenameCompleter
Completes filenames based on files that exist within the file system.
gFilenameCompleter
is the equivalent of gFilenameCompleterNew
.
got-completion-data(user.data)
Emitted when the file name completion information comes available.
user.data
user data set when the signal handler was connected.
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gio/stable/GFilenameCompleter.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.