<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Passing Data Between GTK Applications With GtkClipboard</title>
	<atom:link href="http://www.deskchecked.com/2007/06/27/passing-data-between-gtk-applications-with-gtkclipboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deskchecked.com/2007/06/27/passing-data-between-gtk-applications-with-gtkclipboard/</link>
	<description>Thomas Lee's programming blog</description>
	<lastBuildDate>Sat, 27 Mar 2010 16:01:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: BKB</title>
		<link>http://www.deskchecked.com/2007/06/27/passing-data-between-gtk-applications-with-gtkclipboard/comment-page-1/#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&#039;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.deskchecked.com/2007/06/27/passing-data-between-gtk-applications-with-gtkclipboard/comment-page-1/#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=&quot;http://www.answermysearches.com/python-how-to-copy-and-paste-to-the-clipboard-in-linux/286/&quot; rel=&quot;nofollow&quot;&gt; I figured it out&lt;/a&gt;.

But now I&#039;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.deskchecked.com/2007/06/27/passing-data-between-gtk-applications-with-gtkclipboard/comment-page-1/#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>
