Become owner of X selection. A keyword parameter selection specifies the name of the selection (default PRIMARY).
(self, **kw)
| 1158 | + (self._w, name)) |
| 1159 | |
| 1160 | def selection_own(self, **kw): |
| 1161 | """Become owner of X selection. |
| 1162 | |
| 1163 | A keyword parameter selection specifies the name of |
| 1164 | the selection (default PRIMARY).""" |
| 1165 | self.tk.call(('selection', 'own') + |
| 1166 | self._options(kw) + (self._w,)) |
| 1167 | |
| 1168 | def selection_own_get(self, **kw): |
| 1169 | """Return owner of X selection. |