package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Storing data on clipboards @gtkdoc gtk gtk-Clipboards

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