<?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: Rounded boxes in gtk</title>
	<atom:link href="http://www.bani.com.br/lang/pt-br/2009/11/rounded-boxes-in-gtk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bani.com.br/lang/pt-br/2009/11/rounded-boxes-in-gtk</link>
	<description>Learning is cool!</description>
	<lastBuildDate>Sat, 21 Jan 2012 11:58:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: IBCBET</title>
		<link>http://www.bani.com.br/lang/pt-br/2009/11/rounded-boxes-in-gtk/comment-page-1/#comment-146840</link>
		<dc:creator>IBCBET</dc:creator>
		<pubDate>Thu, 26 May 2011 07:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.bani.com.br/?p=340#comment-146840</guid>
		<description>You should be made by user with GTK for themes.</description>
		<content:encoded><![CDATA[<p>You should be made by user with GTK for themes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: เสื้อผ้าแฟชั่นเกาหลี</title>
		<link>http://www.bani.com.br/lang/pt-br/2009/11/rounded-boxes-in-gtk/comment-page-1/#comment-143074</link>
		<dc:creator>เสื้อผ้าแฟชั่นเกาหลี</dc:creator>
		<pubDate>Fri, 25 Feb 2011 07:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.bani.com.br/?p=340#comment-143074</guid>
		<description>You can pull all the gtk theme colors using the style property available to your widget.</description>
		<content:encoded><![CDATA[<p>You can pull all the gtk theme colors using the style property available to your widget.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.bani.com.br/lang/pt-br/2009/11/rounded-boxes-in-gtk/comment-page-1/#comment-127205</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 26 Apr 2010 03:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.bani.com.br/?p=340#comment-127205</guid>
		<description>Dude, seriously. GTK is there to give you a box that conveys that its contents are a semantic unit. It&#039;s not there because &quot;oh it would be so nice to have rounded edges&quot;. That&#039;s something that is a subjective judgement and should be made by the user in their GTK theme choice. As a programmer you should respect your users enough to consider giving them clean efficient software and the choice of how it looks instead of bloating your program with hacks to circumvent a system that enables users to have their programs appear in the fashion they find most attractive and usable.</description>
		<content:encoded><![CDATA[<p>Dude, seriously. GTK is there to give you a box that conveys that its contents are a semantic unit. It&#8217;s not there because &#8220;oh it would be so nice to have rounded edges&#8221;. That&#8217;s something that is a subjective judgement and should be made by the user in their GTK theme choice. As a programmer you should respect your users enough to consider giving them clean efficient software and the choice of how it looks instead of bloating your program with hacks to circumvent a system that enables users to have their programs appear in the fashion they find most attractive and usable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Paul</title>
		<link>http://www.bani.com.br/lang/pt-br/2009/11/rounded-boxes-in-gtk/comment-page-1/#comment-118756</link>
		<dc:creator>Ryan Paul</dc:creator>
		<pubDate>Wed, 11 Nov 2009 20:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.bani.com.br/?p=340#comment-118756</guid>
		<description>In an earlier version of Gwibber, before I started using WebKit, I actually did the round boxes manually with Cairo. It was a bit of a pain and it was hard to get it to look right. You can see the code here: http://is.gd/4SNy2

Qt&#039;s support for CSS theming makes it trivially easy to do this with native widgets. It&#039;s unfortunate that GTK+ is so far behind in this area.</description>
		<content:encoded><![CDATA[<p>In an earlier version of Gwibber, before I started using WebKit, I actually did the round boxes manually with Cairo. It was a bit of a pain and it was hard to get it to look right. You can see the code here: <a href="http://is.gd/4SNy2" rel="nofollow">http://is.gd/4SNy2</a></p>
<p>Qt&#8217;s support for CSS theming makes it trivially easy to do this with native widgets. It&#8217;s unfortunate that GTK+ is so far behind in this area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca Bruno</title>
		<link>http://www.bani.com.br/lang/pt-br/2009/11/rounded-boxes-in-gtk/comment-page-1/#comment-118716</link>
		<dc:creator>Luca Bruno</dc:creator>
		<pubDate>Tue, 10 Nov 2009 21:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.bani.com.br/?p=340#comment-118716</guid>
		<description>Use Cairo or Clutter.</description>
		<content:encoded><![CDATA[<p>Use Cairo or Clutter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Smith</title>
		<link>http://www.bani.com.br/lang/pt-br/2009/11/rounded-boxes-in-gtk/comment-page-1/#comment-118705</link>
		<dc:creator>Jason Smith</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.bani.com.br/?p=340#comment-118705</guid>
		<description>Yeah I did not mean to imply the code I pasted would at all follow the gtk theme, however the example screenshot he posted did not do that either so I went for the simplest possible approach.

You can pull all the gtk theme colors using the style property available to your widget, which will give you all the colors you need. gtk_paint_box works too, but it wont give you consistent results, plus learning cairo is fun!</description>
		<content:encoded><![CDATA[<p>Yeah I did not mean to imply the code I pasted would at all follow the gtk theme, however the example screenshot he posted did not do that either so I went for the simplest possible approach.</p>
<p>You can pull all the gtk theme colors using the style property available to your widget, which will give you all the colors you need. gtk_paint_box works too, but it wont give you consistent results, plus learning cairo is fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hylke</title>
		<link>http://www.bani.com.br/lang/pt-br/2009/11/rounded-boxes-in-gtk/comment-page-1/#comment-118701</link>
		<dc:creator>Hylke</dc:creator>
		<pubDate>Tue, 10 Nov 2009 14:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bani.com.br/?p=340#comment-118701</guid>
		<description>Actually, the corners of the two rectangles (it looks like it&#039;s being build as a rectangle in a rectangle instead of a rectangle with a border) are perfectly round, but the inner rectangle&#039;s radius is too small it seems, so it looks really weird. :)</description>
		<content:encoded><![CDATA[<p>Actually, the corners of the two rectangles (it looks like it&#8217;s being build as a rectangle in a rectangle instead of a rectangle with a border) are perfectly round, but the inner rectangle&#8217;s radius is too small it seems, so it looks really weird. <img src='http://www.bani.com.br/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rectangelo</title>
		<link>http://www.bani.com.br/lang/pt-br/2009/11/rounded-boxes-in-gtk/comment-page-1/#comment-118697</link>
		<dc:creator>rectangelo</dc:creator>
		<pubDate>Tue, 10 Nov 2009 13:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bani.com.br/?p=340#comment-118697</guid>
		<description>@Hylke: Out of curiosity... I have read about rounded corners on http://jimmac.musichall.cz/log/?p=435 but I still feel stupid. Is there a blog post that explains the rounded corners issue for a non-designer? What are correct rounded corners? As a developer I&#039;m always willing to learn.</description>
		<content:encoded><![CDATA[<p>@Hylke: Out of curiosity&#8230; I have read about rounded corners on <a href="http://jimmac.musichall.cz/log/?p=435" rel="nofollow">http://jimmac.musichall.cz/log/?p=435</a> but I still feel stupid. Is there a blog post that explains the rounded corners issue for a non-designer? What are correct rounded corners? As a developer I&#8217;m always willing to learn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hylke</title>
		<link>http://www.bani.com.br/lang/pt-br/2009/11/rounded-boxes-in-gtk/comment-page-1/#comment-118696</link>
		<dc:creator>Hylke</dc:creator>
		<pubDate>Tue, 10 Nov 2009 12:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bani.com.br/?p=340#comment-118696</guid>
		<description>Sorry, but those aren&#039;t rounded corners :)</description>
		<content:encoded><![CDATA[<p>Sorry, but those aren&#8217;t rounded corners <img src='http://www.bani.com.br/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.bani.com.br/lang/pt-br/2009/11/rounded-boxes-in-gtk/comment-page-1/#comment-118695</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 10 Nov 2009 10:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bani.com.br/?p=340#comment-118695</guid>
		<description>Just remember that some of us like boring looking applications. One thing I like about gtk+ apps is that they do all look really similar. I don&#039;t know if it has any actual benefit (perhaps it helps you concentrate on the bits that are actually different? perhaps it lets one person with a good sense of taste make the whole thing pretty?), but looking like every other application is not the end of the world :)</description>
		<content:encoded><![CDATA[<p>Just remember that some of us like boring looking applications. One thing I like about gtk+ apps is that they do all look really similar. I don&#8217;t know if it has any actual benefit (perhaps it helps you concentrate on the bits that are actually different? perhaps it lets one person with a good sense of taste make the whole thing pretty?), but looking like every other application is not the end of the world <img src='http://www.bani.com.br/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

