EntryBuffer.emitInsertedText

Used when subclassing GtkEntryBuffer.

class EntryBuffer
void
emitInsertedText
(,
string chars
,
uint nChars
)

Parameters

position uint

position at which text was inserted

chars string

text that was inserted

nChars uint

number of characters inserted

Meta