<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Passing Data Between GTK Applications With GtkClipboard</title>
	<atom:link href="http://www.vector-seven.com/2007/06/27/passing-data-between-gtk-applications-with-gtkclipboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vector-seven.com/2007/06/27/passing-data-between-gtk-applications-with-gtkclipboard/</link>
	<description>My software development thoughts, experiments and discoveries</description>
	<pubDate>Sat, 30 Aug 2008 09:18:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: BKB</title>
		<link>http://www.vector-seven.com/2007/06/27/passing-data-between-gtk-applications-with-gtkclipboard/#comment-84</link>
		<dc:creator>BKB</dc:creator>
		<pubDate>Fri, 07 Sep 2007 11:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2007/06/27/passing-data-between-gtk-applications-with-gtkclipboard/#comment-84</guid>
		<description>With the C example, it's better to use GTK_SELECTION_PRIMARY than GTK_SELECTION_CLIPBOARD, since PRIMARY puts the text in the usual cut and paste buffer.</description>
		<content:encoded><![CDATA[<p>With the C example, it&#8217;s better to use GTK_SELECTION_PRIMARY than GTK_SELECTION_CLIPBOARD, since PRIMARY puts the text in the usual cut and paste buffer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.vector-seven.com/2007/06/27/passing-data-between-gtk-applications-with-gtkclipboard/#comment-31</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 20 Jul 2007 05:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2007/06/27/passing-data-between-gtk-applications-with-gtkclipboard/#comment-31</guid>
		<description>Ok, &lt;a href="http://www.answermysearches.com/python-how-to-copy-and-paste-to-the-clipboard-in-linux/286/" rel="nofollow"&gt; I figured it out&lt;/a&gt;.

But now I'm wondering, what are the requirements for this clipboard to work, is cross platform (mac, win32, Linux), or any Unix with X, or only Gnome systems?

Thanks for the help.</description>
		<content:encoded><![CDATA[<p>Ok, <a href="http://www.answermysearches.com/python-how-to-copy-and-paste-to-the-clipboard-in-linux/286/" rel="nofollow"> I figured it out</a>.</p>
<p>But now I&#8217;m wondering, what are the requirements for this clipboard to work, is cross platform (mac, win32, Linux), or any Unix with X, or only Gnome systems?</p>
<p>Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.vector-seven.com/2007/06/27/passing-data-between-gtk-applications-with-gtkclipboard/#comment-30</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Fri, 20 Jul 2007 03:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.vector-seven.com/2007/06/27/passing-data-between-gtk-applications-with-gtkclipboard/#comment-30</guid>
		<description>Very helpful, but how do I get data out of the clipboard in Python?  I.e., read what the user has in the clipboard from another application?</description>
		<content:encoded><![CDATA[<p>Very helpful, but how do I get data out of the clipboard in Python?  I.e., read what the user has in the clipboard from another application?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
