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

The 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

2024-7-4