Package: gtk

Function gtk:text-buffer-cut-clipboard

Lambda List

gtk:text-buffer-cut-clipboard (buffer clipboard editable)

Arguments

buffer -- a gtk:text-buffer object
clipboard -- a gdk:clipboard object to cut to
editable -- a boolean whether the text buffer is editable by default

Details

Copies the currently selected text to a clipboard, then deletes the text if it is editable.
 

See also

#2024-7-3