Hi,<br><br>I am sorry for not replying the letter soon.  Thanks for all the advice and suggestions you have given me.  They are very helpful.  Eventually I have learned how to changed the appearance of a widget in an application using gtkrc file and some nice pictures.  In my code, I just called gtk_rc_add_default_file() the parse the rc file.  I usually call the function before any widget should be created or shown, say the very beginning of my code.  But sometimes the rc file would not be loaded without any exception feedback to console.  I have no idea on how to handle the situation.  Does any one have the same problem?<br>
<br>I think the following links are useful for a GTK+ newbiee if you mean to change the appearance of the widget.<br><br>some basic concept goes here:<br><a href="http://live.gnome.org/GnomeArt/Tutorials/GtkThemes">http://live.gnome.org/GnomeArt/Tutorials/GtkThemes</a><br>
<a href="http://orford.org/gtk/">http://orford.org/gtk/</a><br><br>a piece of README on &quot;sapwood&quot;, a theme engine that maemo uses:<br><a href="https://stage.maemo.org/svn/maemo/projects/haf/trunk/sapwood/README">https://stage.maemo.org/svn/maemo/projects/haf/trunk/sapwood/README</a><br>
<br>detailed in theme engine:<br><a href="http://www.gtk.org/~otaylor/gtk/2.0/theme-engines.html">http://www.gtk.org/~otaylor/gtk/2.0/theme-engines.html</a><br><br>API related to GTK+ theme and resources<br><a href="http://library.gnome.org/devel/gtk/unstable/gtk-Resource-Files.html">http://library.gnome.org/devel/gtk/unstable/gtk-Resource-Files.html</a><br>
<a href="http://library.gnome.org/devel/gtk/unstable/GtkStyle.html">http://library.gnome.org/devel/gtk/unstable/GtkStyle.html</a><br><br><br><div><span class="gmail_quote">On 2/22/08, <b class="gmail_sendername">Tapani Pälli</b> &lt;<a href="mailto:tapani.palli@nokia.com">tapani.palli@nokia.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Hello;<br><br><br> ext 陈凯 wrote:<br> &gt; Thanks for your advice. Though maemo is based on GTK+, I think it is a<br> &gt; little bit different. I wrote a simple app and used gtkrc to change<br> &gt; the color of a button when being active. In ubuntu it works fine while<br>
 &gt; it has no effect when ported to maemo( a default style button is shown<br> &gt; instead ). I wish I didn&#39;t miss something important in gtkrc. Or is<br> &gt; there some other alternative way to achieve widget style<br>
 &gt; customizatino? Wish to hear your reply, thanks in advance.<br> &gt;<br><br><br>You might want to file a bug about this. I&#39;ve noticed also that using<br> gtk_rc_parse_string() does not seem to work for some reason, on desktop<br>
 it can be used to change colors.<br><br><br><br> &gt; On 2/18/08, *Bin Chen* &lt;<a href="mailto:binary.chen@gmail.com">binary.chen@gmail.com</a><br><br>&gt; &lt;mailto:<a href="mailto:binary.chen@gmail.com">binary.chen@gmail.com</a>&gt;&gt; wrote:<br>
 &gt;<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp; On Mon, Feb 18, 2008 at 10:01 PM, 陈凯 &lt;<a href="mailto:chenkai036@gmail.com">chenkai036@gmail.com</a><br><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:chenkai036@gmail.com">chenkai036@gmail.com</a>&gt;&gt; wrote:<br>
 &gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Hi, folks!<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; I am a newbiee on Maemo and have some experience in app dev.<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp; Though maemo<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; platform provides a great amount of amazing UI looking, I would<br>
 &gt;&nbsp;&nbsp;&nbsp;&nbsp; like my app<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; looks somewhat different from ordinary maemo app. A cool example<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp; is Skype<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; for maemo platform. I wonder how to make that effect or<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp; something like<br>
 &gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; that. Could you please give me some hint, or where to start ?<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp; Thanks in<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; advance~<br> &gt;<br> &gt;<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp; Just a hint, you may use gtkrc to customize it.(maemo is gtk+ based so<br>
 &gt;&nbsp;&nbsp;&nbsp;&nbsp; I think this method works)<br> &gt;<br> &gt;<br><br>&gt; ------------------------------------------------------------------------<br> &gt;<br> &gt; _______________________________________________<br> &gt; maemo-developers mailing list<br>
 &gt; <a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br> &gt; <a href="https://lists.maemo.org/mailman/listinfo/maemo-developers">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
 &gt;<br><br><br> // Tapani Pälli<br><br><br> --<br> Software Engineer<br> Open Source Software Operations<br><br></blockquote></div><br>