ClipboardProxy

Undocumented in source.

Constructors

this
this(Display display)
Undocumented in source.

Members

Functions

clear
void clear(Clipboard owner, int clipboards)
Undocumented in source. Be warned that the author may not have intended to support it.
clearFunc
void clearFunc(GtkClipboard* clipboard)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
getFunc
int getFunc(GtkClipboard* clipboard, GtkSelectionData* selectionData, uint info)

This function provides the data to the clipboard on request. When this clipboard is disposed, the data will no longer be available.

setData
bool setData(Clipboard owner, Object[] data, Transfer[] dataTypes, int clipboards)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

_getInstance
ClipboardProxy _getInstance(Display display)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

ID
String ID;
Undocumented in source.

Variables

activeClipboard
Clipboard activeClipboard;
Undocumented in source.
activePrimaryClipboard
Clipboard activePrimaryClipboard;
Undocumented in source.
clipboardData
Object[] clipboardData;
Undocumented in source.
clipboardDataTypes
Transfer[] clipboardDataTypes;
Undocumented in source.
display
Display display;
Undocumented in source.
primaryClipboardData
Object[] primaryClipboardData;
Undocumented in source.
primaryClipboardDataTypes
Transfer[] primaryClipboardDataTypes;
Undocumented in source.

Meta