Description Usage Arguments Details Author(s)
Sets the text in the buffer.
1 | gtkEntryBufferSetText(object, chars, n.chars)
|
|
a |
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.