Description Usage Arguments Value Author(s)
Creates a new GtkTextView
widget displaying the buffer
buffer
. One buffer can be shared among many widgets.
buffer
may be NULL
to create a default buffer, in which case
this function is equivalent to gtkTextViewNew
. The
text view adds its own reference count to the buffer; it does not
take over an existing reference.
1 | gtkTextViewNewWithBuffer(buffer = NULL, show = TRUE)
|
|
a |
[GtkWidget
] a new GtkTextView
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.