<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TAKtec &#187; GTK+</title>
	<atom:link href="http://kleemann.net/tobias/blog/category/gtk/feed/" rel="self" type="application/rss+xml" />
	<link>http://kleemann.net/tobias/blog</link>
	<description>a few tidbits of information that someone may find useful</description>
	<lastBuildDate>Sat, 22 May 2010 16:21:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to access multiple GTK+ widgets using Glib and the GObject</title>
		<link>http://kleemann.net/tobias/blog/2008/05/how-to-access-multiple-gtk-widgets-using-glib-and-the-gobject/</link>
		<comments>http://kleemann.net/tobias/blog/2008/05/how-to-access-multiple-gtk-widgets-using-glib-and-the-gobject/#comments</comments>
		<pubDate>Thu, 29 May 2008 13:39:09 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[GTK+]]></category>
		<category><![CDATA[GtkWidgets]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://kleemann.net/tobias/blog/?p=16</guid>
		<description><![CDATA[See my former post on &#8220;How to access two GTK+ widgets from a single callback function (using libglade)&#8221; for a different way of achieving the same thing. However, the method described below is the official way of doing things and thus to be preferred.
GtkWidgets are derived from GObjects. They can be cast back and forth [...]]]></description>
		<wfw:commentRss>http://kleemann.net/tobias/blog/2008/05/how-to-access-multiple-gtk-widgets-using-glib-and-the-gobject/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to access two GTK+ widgets from a single callback function (using libglade).</title>
		<link>http://kleemann.net/tobias/blog/2008/05/how-to-access-two-gtk-widgets-from-a-single-callback-function-using-libglade/</link>
		<comments>http://kleemann.net/tobias/blog/2008/05/how-to-access-two-gtk-widgets-from-a-single-callback-function-using-libglade/#comments</comments>
		<pubDate>Thu, 15 May 2008 21:00:51 +0000</pubDate>
		<dc:creator>Tobias</dc:creator>
				<category><![CDATA[GTK+]]></category>
		<category><![CDATA[GtkWidgets]]></category>
		<category><![CDATA[libglade]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://users.ecs.soton.ac.uk/tak07r/?p=12</guid>
		<description><![CDATA[I hope the code below may be useful to some people. I am new to GTK+ myself so I am not sure whether this is the best solution, but it is certainly on of the better ones. Other solutions would be to use globals or possibly structs.
What the function does:
It is a simple callback function [...]]]></description>
		<wfw:commentRss>http://kleemann.net/tobias/blog/2008/05/how-to-access-two-gtk-widgets-from-a-single-callback-function-using-libglade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
