gtkEntryBufferSetText
Sets the text in the buffer.
gtkEntryBufferSetText(object, chars, n.chars)
|
|
|
the new text |
|
the number of characters in |
This is roughly equivalent to calling gtkEntryBufferDeleteText
and gtkEntryBufferInsertText
.
Note that n.chars
is in characters, not in bytes.
Since 2.18
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.