<?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: Type registering your own widgets in Ruby/GTK+</title>
	<atom:link href="http://micke.hallendal.net/blog/type-registering-your-own-widgets-in-rubygtk/feed/" rel="self" type="application/rss+xml" />
	<link>http://micke.hallendal.net/blog/type-registering-your-own-widgets-in-rubygtk/</link>
	<description>Personal blog of Mikael Hallendal</description>
	<pubDate>Thu, 20 Nov 2008 12:51:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Janne</title>
		<link>http://micke.hallendal.net/blog/type-registering-your-own-widgets-in-rubygtk/#comment-2322</link>
		<dc:creator>Janne</dc:creator>
		<pubDate>Sat, 19 Apr 2008 15:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://micke.hallendal.net/blog/type-registering-your-own-widgets-in-rubygtk/#comment-2322</guid>
		<description>I'm just basically confused as to why calling super is different from calling initialize; I thought super is just referring to the same method.</description>
		<content:encoded><![CDATA[<p>I&#8217;m just basically confused as to why calling super is different from calling initialize; I thought super is just referring to the same method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Hallendal</title>
		<link>http://micke.hallendal.net/blog/type-registering-your-own-widgets-in-rubygtk/#comment-2321</link>
		<dc:creator>Mikael Hallendal</dc:creator>
		<pubDate>Fri, 18 Apr 2008 07:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://micke.hallendal.net/blog/type-registering-your-own-widgets-in-rubygtk/#comment-2321</guid>
		<description>Janne, GTK::Button class is type registered by GTK, rather than the bindings. I'm not sure if this makes a difference though. 

But in this case that would affect calling super from inside GTK::Button, rather than affect a subclass.</description>
		<content:encoded><![CDATA[<p>Janne, GTK::Button class is type registered by GTK, rather than the bindings. I&#8217;m not sure if this makes a difference though. </p>
<p>But in this case that would affect calling super from inside GTK::Button, rather than affect a subclass.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janne</title>
		<link>http://micke.hallendal.net/blog/type-registering-your-own-widgets-in-rubygtk/#comment-2316</link>
		<dc:creator>Janne</dc:creator>
		<pubDate>Thu, 17 Apr 2008 08:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://micke.hallendal.net/blog/type-registering-your-own-widgets-in-rubygtk/#comment-2316</guid>
		<description>Hmm. Assuming the GTK::Button class is type registered as well, why is the parameter not a hash in the first place?</description>
		<content:encoded><![CDATA[<p>Hmm. Assuming the GTK::Button class is type registered as well, why is the parameter not a hash in the first place?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
