class clipboard :Storing data on clipboardsGtk.clipboard Lazy.t ->
object
..end
method as_clipboard : Gtk.clipboard
method clear : unit -> unit
method get_contents : target:Gdk.atom -> GObj.selection_data
method set_text : string -> unit
method text : string option