Package: gtk

Function gtk:entry-buffer-emit-inserted-text

Lambda List

gtk:entry-buffer-emit-inserted-text (buffer pos text nchars)

Arguments

buffer -- a gtk:entry-buffer object
pos -- an unsigned integer for the position at which text was inserted
text -- a string for the text that was inserted
nchars -- an integer for the number of characters inserted

Details

Emits the "inserted-text" signal on the entry buffer. Used when subclassing the gtk:entry-buffer class.
 

See also

2025-1-5