Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gtk.Clipboard

Class Gtk.Clipboard

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkClipboard
Class : Clipboard
Extends: GObject.Object
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Gtk.Clipboard ()
Create a new Gtk.Clipboard
Create a new Gtk.Clipboard
 
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.TextBuffer
Signal
paste_done (TextBuffer self, Clipboard since) : none
The paste-done signal is emitted after paste operation has been completed.
Gtk.TextBuffer
Method
add_selection_clipboard (Clipboard clipboard) : none
Adds clipboard to the list of clipboards in which the selection
contents of buffer are available.
Gtk.TextBuffer
Method
copy_clipboard (Clipboard clipboard) : none
Copies the currently-selected text to a clipboard.
Gtk.TextBuffer
Method
cut_clipboard (Clipboard clipboard, gboolean default_editable) : none
Copies the currently-selected text to a clipboard, then deletes
said text if it's editable.
Gtk.TextBuffer
Method
paste_clipboard (Clipboard clipboard, TextIter override_location, gboolean default_editable) : none
Pastes the contents of a clipboard at the insertion point, or
we'll ask for the paste data and return, and at some point later
after the main loop runs, the paste data will be inserted.
Gtk.TextBuffer
Method
remove_selection_clipboard (Clipboard clipboard) : none
Removes a GtkClipboard added with
gtk_text_buffer_add_selection_clipboard().
Gtk.Widget
Method
get_clipboard (Atom selection) : Gtk.Clipboard
Returns the clipboard object for the given selection to
be used with widget.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:12:21 GMT+0800 (HKT)