void gnt_entry_add_suggest(GntEntry *entry, const char *text)
Add an item to the suggestion list.
void gnt_entry_set_word_suggest(GntEntry *entry, gboolean word)
Set whether the suggestions are for the entire entry box, or for each individual word in the entry bo...
const char * gnt_entry_get_text(GntEntry *entry)
Get the text in an entry box.
GntWidget * gnt_entry_new(const char *text)
Create a new GntEntry.
void gnt_entry_add_to_history(GntEntry *entry, const char *text)
Add a text to the history list for the text.
G_BEGIN_DECLS GType gnt_entry_get_gtype(void)
void gnt_entry_set_text(GntEntry *entry, const char *text)
Set the text in an entry box.
void gnt_entry_clear(GntEntry *entry)
Clear the text in the entry box.
void gnt_entry_set_flag(GntEntry *entry, GntEntryFlag flag)
Set flags an entry box.
void gnt_entry_set_max(GntEntry *entry, int max)
Set the maximum length of the text in the entry box.
void gnt_entry_set_masked(GntEntry *entry, gboolean set)
Set whether the text in the entry box should be masked for display.
GntEntryKillRing * killring
void gnt_entry_set_always_suggest(GntEntry *entry, gboolean always)
Set whether to always display the suggestions list, or only when the tab-completion key is pressed (t...
void gnt_entry_remove_suggest(GntEntry *entry, const char *text)
Remove an entry from the suggestion list.
void gnt_entry_set_history_length(GntEntry *entry, int num)
Set the length of history for the entry box.