Gtk.clipboard Lazy.t ->
object
  method as_clipboard : Gtk.clipboard
  method clear : unit -> unit
  method get_contents : target:Gdk.atom -> GObj.selection_data
  method image : GdkPixbuf.pixbuf option
  method set_image : GdkPixbuf.pixbuf -> unit
  method set_text : string -> unit
  method targets : Gdk.atom list
  method text : string option
end