Lines Matching full:selection
26 <description summary="Primary selection protocol">
27 This protocol provides the ability to have a primary selection device to
28 match that of the X server. This primary selection is a shortcut to the
29 common clipboard selection, where text just needs to be selected in order
33 Clients wishing to honor primary selection should create a primary
34 selection source and set it as the selection through
35 wp_primary_selection_device.set_selection whenever the text selection
36 changes. In order to minimize calls in pointer-driven text selection,
45 When the primary selection changes, the client with the keyboard focus
46 will receive wp_primary_selection_device.selection events. Only the client
52 In order to request the primary selection data, the client must pass
56 to let the transfer begin. The client owning the primary selection
60 If the primary selection owner client disappeared during the transfer,
62 wp_primary_selection_device.selection event with a NULL
66 The primary selection owner should be checking for errors during
71 <description summary="X primary selection emulation">
72 The primary selection device manager is a singleton global object that
73 provides access to the primary selection. It allows to create
79 <description summary="create a new primary selection source">
80 Create a new primary selection source.
86 <description summary="create a new primary selection device">
94 <description summary="destroy the primary selection device manager">
95 Destroy the primary selection device manager.
102 <description summary="set the primary selection">
103 Replaces the current selection. The previous owner of the primary
104 selection will receive a wp_primary_selection_source.cancelled event.
106 To unset the selection, set the source to NULL.
115 to receive the current primary selection. Immediately following this
123 <event name="selection">
124 <description summary="advertise a new primary selection">
125 The wp_primary_selection_device.selection event is sent to notify the
126 client of a new primary selection. This event is sent after the
133 previous selection data_offer, if any, upon receiving this event.
139 <description summary="destroy the primary selection device">
140 Destroy the primary selection device.
146 <description summary="offer to transfer primary selection contents">
148 of the primary selection clipboard to the client. Similar to
156 To transfer the contents of the primary selection clipboard, the client
171 <description summary="destroy the primary selection offer">
172 Destroy the primary selection offer.
188 <description summary="offer to replace the contents of the primary selection">
191 requested contents of the primary selection clipboard.
203 <description summary="destroy the primary selection source">
204 Destroy the primary selection source.
209 <description summary="send the primary selection contents">
210 Request for the current primary selection contents from the client.
219 <description summary="request for primary selection contents was canceled">
220 This primary selection source is no longer valid. The client should
221 clean up and destroy this primary selection source.