Package: gtk

Callback gtk:clipboard-rich-text-received-func

Syntax

lambda (clipboard format text length)

Arguments

clipboard -- a gtk:clipboard object
format -- a string for the format of the rich text
text -- a string with the rich text received, as a UTF-8 encoded string, or nil if retrieving the data failed
length -- an integer with the length of the text

Details

A callback function to be called when the results of the gtk:clipboard-request-rich-text function are received, or when the request fails.
 

See also

#2024-3-23