gtkTextViewNew
Creates a new GtkTextView
. If you don't call gtkTextViewSetBuffer
before using the text view, an empty default buffer will be created
for you. Get the buffer with gtkTextViewGetBuffer
. If you want
to specify your own buffer, consider gtkTextViewNewWithBuffer
.
gtkTextViewNew(show = TRUE)
[GtkWidget
] a new GtkTextView
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.