Package: gtk

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

Lambda List

gtk-entry-buffer-emit-inserted-text (buffer position text n-chars)

Arguments

buffer -- a gtk-entry-buffer object
position -- an unsigned integer with the position at which text was inserted
text -- a string with the text that was inserted
n-chars -- an integer with the number of characters inserted

Details

Used when subclassing gtk-entry-buffer object.
 

See also

2020-5-31