Development Team/Almanac/GTK's Clipboard Module: Difference between revisions
| Line 146: | Line 146: | ||
self.pg1_clipboard.set_text(self.clipInput1.get_text()) | self.pg1_clipboard.set_text(self.clipInput1.get_text()) | ||
_logger.debug("$$$$$$$$$$$$$$$$$$$ Copy button on First Page pressed") | _logger.debug("$$$$$$$$$$$$$$$$$$$ Copy button on First Page pressed") | ||
#### Method: _pasteClipInput1_cb, which is called when the "Paste Text" button is clicked | #### Method: _pasteClipInput1_cb, which is called when the "Paste Text" button is clicked | ||
| Line 154: | Line 153: | ||
#### Method: _copyClipInput2_cb, which is called when the "Copy Text" button is clicked | #### Method: _copyClipInput2_cb, which is called when the "Copy Text" button is clicked | ||
| Line 160: | Line 161: | ||
self.pg2_clipboard.set_text(self.clipInput2.get_text()) | self.pg2_clipboard.set_text(self.clipInput2.get_text()) | ||
_logger.debug("$$$$$$$$$$$$$$$$$$$ Copy button on Second Page pressed") | _logger.debug("$$$$$$$$$$$$$$$$$$$ Copy button on Second Page pressed") | ||
#### Method: _pasteClipInput2_cb, which is called when the "Paste Text" button is clicked | #### Method: _pasteClipInput2_cb, which is called when the "Paste Text" button is clicked | ||