<?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: How to resize a Gdk.Pixbuf to the size of a Gtk.Image visible area</title>
	<atom:link href="http://froebe.net/blog/index.php/2010/01/12/how-to-resize-a-gdk-pixbuf-to-the-size-of-a-gtk-image-visible-area/feed/" rel="self" type="application/rss+xml" />
	<link>http://froebe.net/blog/2010/01/12/how-to-resize-a-gdk-pixbuf-to-the-size-of-a-gtk-image-visible-area/</link>
	<description>Tips &#38; Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more</description>
	<lastBuildDate>Fri, 24 May 2013 07:15:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Gerald</title>
		<link>http://froebe.net/blog/2010/01/12/how-to-resize-a-gdk-pixbuf-to-the-size-of-a-gtk-image-visible-area/comment-page-1/#comment-11753</link>
		<dc:creator>Gerald</dc:creator>
		<pubDate>Fri, 09 Mar 2012 15:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1175#comment-11753</guid>
		<description><![CDATA[Hi!

To determine the size of a widget, you can call its get_allocation method. In python, it would look like this:

allocated_size = wiget.get_allocation()
width_of_widget = allocated_size.width
height_of_widget = allocated_size.height

Seems easier to me than your method and yields the same results AFAIK. However, I don&#039;t know much, so maybe your way has an advantage to it I don&#039;t recognize.

Regards,
Gerald]]></description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>To determine the size of a widget, you can call its get_allocation method. In python, it would look like this:</p>
<p>allocated_size = wiget.get_allocation()<br />
width_of_widget = allocated_size.width<br />
height_of_widget = allocated_size.height</p>
<p>Seems easier to me than your method and yields the same results AFAIK. However, I don&#8217;t know much, so maybe your way has an advantage to it I don&#8217;t recognize.</p>
<p>Regards,<br />
Gerald</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaMaD</title>
		<link>http://froebe.net/blog/2010/01/12/how-to-resize-a-gdk-pixbuf-to-the-size-of-a-gtk-image-visible-area/comment-page-1/#comment-11191</link>
		<dc:creator>DaMaD</dc:creator>
		<pubDate>Sun, 09 Oct 2011 16:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1175#comment-11191</guid>
		<description><![CDATA[Thank you, that is what I was searching for :-)]]></description>
		<content:encoded><![CDATA[<p>Thank you, that is what I was searching for <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
