Development Team/Almanac/GTK's Clipboard Module: Difference between revisions
| Line 35: | Line 35: | ||
#Select all text in self.copyClipInput and copy it to the clipboard | #Select all text in self.copyClipInput and copy it to the clipboard | ||
self.clipInput.select_region(0, -1) | self.clipInput.select_region(0, -1) | ||
self.clipInput. | self.clipInput.copy_clipboard() | ||
_logger.debug("$$$$$$$$$$$$$$$$$$$ Copy button pressed") | _logger.debug("$$$$$$$$$$$$$$$$$$$ Copy button pressed") | ||