signal callback delegate or function to connect
void callback(uint position, string chars, uint nChars, gtk.entry_buffer.EntryBuffer entryBuffer)
position the position the text was inserted at. (optional)
chars The text that was inserted. (optional)
nChars The number of characters that were inserted. (optional)
entryBuffer the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to InsertedText signal.
This signal is emitted after text is inserted into the buffer.