assume_insert


Description:

[ NoWrapper ]
public virtual void assume_insert (string text, int text_length, int virt_pos, int offset)

To be defined by children classes to handle insert themselves

Parameters:

this

a Entry

text

the text to be inserted

text_length

text's length in bytes (not characters)

virt_pos

the position where text is to be inserted

offset

an offset to add to positions using virt_pos as reference to call gtk_editable_*()