Package: gtk

Function gtk-text-view-new-with-buffer

Lambda List

gtk-text-view-new-with-buffer (buffer)

Arguments

buffer -- a gtk-text-buffer object

Return Value

A new gtk-text-view widget.

Details

Creates a new text view displaying the text buffer. One text buffer can be shared among many widgets. The buffer argument may be nil to create a default text buffer, in which case this function is equivalent to the gtk-text-view-new function.
 

See also

2021-10-16