#include <openldev-auto-complete.h>
Public Attributes | |
GtkWidget * | autocomplete |
GtkWidget * | autocompletewin |
AutoComplete is an internal structure used by the FileManager structure. It holds the GtkWindow and GtkTreeView widgets used to display up to three options for automatic completion. These widgets should not be directly accessed by plugins except for hiding or showing results.
Definition at line 27 of file openldev-auto-complete.h.
|
GtkTreeView that holds up to three automatic completion options. This should not be directly accessed. You should use the functions provided to add items, remove items and scroll through them. |
|
You can hide or show this GtkWindow or use the built in functions for this task. Window decorations are hidden so it does not appear in the list of windows. It also has no border or title bar shown. |