- convert
void convert(Window requestor, GdkAtom selection, GdkAtom target, uint time)
Retrieves the contents of a selection in a given
form.
- ownerGet
Window ownerGet(GdkAtom selection)
Determines the owner of the given selection.
- ownerGetForDisplay
Window ownerGetForDisplay(Display display, GdkAtom selection)
Determine the owner of the given selection.
- ownerSet
bool ownerSet(Window owner, GdkAtom selection, uint time, bool sendEvent)
Sets the owner of the given selection.
- ownerSetForDisplay
bool ownerSetForDisplay(Display display, Window owner, GdkAtom selection, uint time, bool sendEvent)
Sets the #GdkWindow @owner as the current owner of the selection @selection.
- propertyGet
int propertyGet(Window requestor, char* data, GdkAtom* propType, int* propFormat)
Retrieves selection data that was stored by the selection
data in response to a call to gdk_selection_convert(). This function
will not be used by applications, who should use the #GtkClipboard
API instead.
- sendNotify
void sendNotify(Window requestor, GdkAtom selection, GdkAtom target, GdkAtom property, uint time)
Sends a response to SelectionRequest event.
- sendNotifyForDisplay
void sendNotifyForDisplay(Display display, Window requestor, GdkAtom selection, GdkAtom target, GdkAtom property, uint time)
Send a response to SelectionRequest event.