Top | ![]() |
![]() |
![]() |
![]() |
DzlSuggestionEntryBuffer *
dzl_suggestion_entry_buffer_new (void
);
DzlSuggestion *
dzl_suggestion_entry_buffer_get_suggestion
(DzlSuggestionEntryBuffer *self
);
Gets the DzlSuggestion that is the current "preview suffix" of the text in the entry.
void dzl_suggestion_entry_buffer_set_suggestion (DzlSuggestionEntryBuffer *self
,DzlSuggestion *suggestion
);
Sets the current suggestion for the entry buffer.
The suggestion is used to get a potential suffix for the current entry text. This allows the entry to show "preview text" after the entered text for what might be inserted should they activate the current item.
const gchar *
dzl_suggestion_entry_buffer_get_typed_text
(DzlSuggestionEntryBuffer *self
);
guint
dzl_suggestion_entry_buffer_get_typed_length
(DzlSuggestionEntryBuffer *self
);
void
dzl_suggestion_entry_buffer_commit (DzlSuggestionEntryBuffer *self
);
#define DZL_TYPE_SUGGESTION_ENTRY_BUFFER (dzl_suggestion_entry_buffer_get_type())
struct DzlSuggestionEntryBufferClass { GtkEntryBufferClass parent_class; gpointer _reserved1; gpointer _reserved2; gpointer _reserved3; gpointer _reserved4; };
“suggestion”
property“suggestion” DzlSuggestion *
The suggestion currently selected.
Flags: Read / Write