Changes
Development Team/Almanac/GTK's Clipboard Module (view source)
Revision as of 14:29, 25 July 2008
, 14:29, 25 July 2008→Working With Text on the Clipboard
#Create a clipboard specifically for data on the second page of this activity's notebook
#Create a clipboard specifically for data on the second page of this activity's notebook
self.pg2_clipboard = gtk.clipboard_get('ANNOTATE_CLIPBOARD_2')
self.pg2_clipboard = gtk.clipboard_get('ANNOTATE_CLIPBOARD_2')
</pre>
=== How do I work with multiple clipboards in my activity? ===
First, you need to create named clipboards for each context that you will be saving data.
= Working with More Complex Data Structures on the Clipboard =
= Working with More Complex Data Structures on the Clipboard =