Lines Matching full:clipboard
564 # Clipboard handling:
566 """Retrieve data from the clipboard on window's display.
578 selection_get(CLIPBOARD)
583 return self.tk.call(('clipboard', 'get') + self._options(kw))
586 return self.tk.call(('clipboard', 'get') + self._options(kw))
589 """Clear the data in the Tk clipboard.
594 self.tk.call(('clipboard', 'clear') + self._options(kw))
596 """Append STRING to the Tk clipboard.
599 argument specifies the target display. The clipboard
602 self.tk.call(('clipboard', 'append') + self._options(kw)