Package: gtk

Function gtk-text-view-new

Lambda List

gtk-text-view-new ()

Return Value

A new gtk-text-view widget.

Details

Creates a new text view. If you do not call the gtk-text-view-buffer function before using the text view, an empty default text buffer will be created for you. Get the text buffer with the gtk-text-view-buffer function. If you want to specify your own text buffer, consider the gtk-text-view-new-with-buffer function.
 

See also

2021-10-16