<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>按钮大小 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E6%8C%89%E9%92%AE%E5%A4%A7%E5%B0%8F/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 05 Feb 2010 07:27:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>GTK开发--如何调整Button按钮大小</title>
		<link>https://www.coder4.com/archives/333</link>
					<comments>https://www.coder4.com/archives/333#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 05 Feb 2010 07:27:53 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[按钮大小]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=333</guid>

					<description><![CDATA[解决方案：只找到一个一般的方法，把按钮放入fixed的容器中。 fixed = gtk_fixed_new();//一个fixed的容器，放入button gtk_fixed_put(GTK_FIXED(fixed), button, 200, 0); gtk_box_pack_start(GTK_BOX(vbox), fixed, FALSE, FALSE, 5); 然后把vbox放入window，运行后就能看到效果了。[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/333/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
