SuggestionEntryBuffer

Constructors

this
this(DzlSuggestionEntryBuffer* dzlSuggestionEntryBuffer, bool ownedRef = false)

Sets our main struct and passes it to the parent class.

this
this()

Members

Functions

clear
void clear()
commit
void commit()
getStruct
void* getStruct()

the main Gtk struct as a void*

getSuggestion
Suggestion getSuggestion()

Gets the #DzlSuggestion that is the current "preview suffix" of the text in the entry.

getSuggestionEntryBufferStruct
DzlSuggestionEntryBuffer* getSuggestionEntryBufferStruct(bool transferOwnership = false)

Get the main Gtk struct

getTypedLength
uint getTypedLength()
getTypedText
string getTypedText()
setSuggestion
void setSuggestion(Suggestion suggestion)

Sets the current suggestion for the entry buffer.

Static functions

getType
GType getType()

Variables

dzlSuggestionEntryBuffer
DzlSuggestionEntryBuffer* dzlSuggestionEntryBuffer;

the main Gtk struct

Meta