|
Public Member Functions |
GtkClipboard * | gtkC () |
| Gets the GtkClipboard structure.
|
| this (GtkClipboard *gtkClipboard) |
| Creates a new Glipboard from a GtkClicpboard.
|
GType | getType () |
| getType
|
| this (Display display, GdkAtom selection) |
| Creates a new Clipboard.
|
| this (GdkAtom selection) |
| Creates a new Clipboard.
|
Display | getDisplay () |
| getDisplay
|
bit | setWithData (GtkTargetEntry *targets, guint n_targets, GtkClipboardGetFunc get_func, GtkClipboardClearFunc clear_func, gpointer user_data) |
gboolean | gtk_clipboard_set_with_owner (gtkC(), GtkTargetEntry *targets, guint n_targets, GtkClipboardGetFunc get_func, GtkClipboardClearFunc clear_func, GObject *owner) |
ObjectG | getOwner () |
| getOwner
|
void | clear () |
| clear
|
void | setText (String text) |
| setText
|
void | gtk_clipboard_request_contents (gtkC(), GdkAtom target, GtkClipboardReceivedFunc callback, gpointer user_data) |
void | gtk_clipboard_request_text (gtkC(), GtkClipboardTextReceivedFunc callback, gpointer user_data) |
Selection | waitForContents (GdkAtom target) |
| waitForContents
|
String | waitForText () |
| waitForText
|
bit | waitIsTextAvailable () |
| waitIsTextAvailable
|