Luciano,<br><br>the&nbsp;function&nbsp;is definitely not there in PyGTK that comes with Maemo 2.0 SDK I have in scratchbox (from Maemo_Dev_Platform_v2.0_i386-rootstrap.tgz downloaded on August 11, 2006) and not in PyGTK I have on my desktop (
2.8.6),&nbsp;but&nbsp;surprisingly&nbsp;enough&nbsp;it&nbsp;worked&nbsp;on&nbsp;Nokia&nbsp;770&nbsp;itself.<br>Things like this make development for Maemo frustrating at times. <br>Anyway, now it works...<br>Thanks a lot for help!<br>Igor<br><br><br>(Btw,&nbsp;your&nbsp;URL&nbsp;for&nbsp;
gtk-extrafuncs.def&nbsp;is&nbsp;slightly&nbsp;incorrect&nbsp;-&nbsp;there&nbsp;shoul&nbsp;be&nbsp;no&nbsp;'-'&nbsp;in&nbsp;'2.0-final':&nbsp;<a href="https://stage.maemo.org/svn/maemo/projects/haf/tags/python-sdk/2.0final/pygtk/gtk/gtk-extrafuncs.defs">https://stage.maemo.org/svn/maemo/projects/haf/tags/python-sdk/2.0final/pygtk/gtk/gtk-extrafuncs.defs
</a>) <br><br><div><span class="gmail_quote">On 10/16/06, <b class="gmail_sendername">Luciano Miguel Wolf</b> &lt;<a href="mailto:luciano.wolf@indt.org.br">luciano.wolf@indt.org.br</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">
ext Igor Tkach wrote:<br>&gt; Luciano,<br>&gt; for the life of me I can't find it. It is not mentioned anywhere in<br>&gt; PyGTK reference as far as I can tell (nor anywhere else - I spent quite<br>&gt; some time searching before I wrote to this mailing list), and it doesn't
<br>&gt; work when I try to call it. Can you please point me to a specific<br>&gt; document/tutorial/example?<br>&gt;<br>&gt; Thank you,<br>&gt; Igor<br>&gt;<br>&gt; On 10/16/06, *Luciano Miguel Wolf* &lt;<a href="mailto:luciano.wolf@indt.org.br">
luciano.wolf@indt.org.br</a><br>&gt; &lt;mailto:<a href="mailto:luciano.wolf@indt.org.br">luciano.wolf@indt.org.br</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ext Igor Tkach wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; Hi,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; I'm trying to use HildonProgram/HildonWindow instead of
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; HildonApp/HildonAppView (in Python). One thing I can't find in<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; the new<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; API is how to work with application title. Setting title of<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; HildonWindow<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; changes only second part of the actual application title. From C
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; example<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt; in Maemo tutorial it looks like g_set_application_name(&quot;Hello<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; maemo!&quot;)<br>--snip--<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Hi Igor,<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; PyGTK has a set_application_name function, that calls the
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; g_set_application_name. This one sets the window title.<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Luciano<br><br>Igor,<br><br>Depends on version of SDK that you're using. If you take a look, for<br>example, in Sardine[1] repository, the SDK 
2.0 final has a PyGTK module<br>with this function. I did a test using an example inside<br>pygtk/examples/gtk on Sardine repository module, just inserting a<br>gtk.set_application_name('foobar') and removing the self.set_tile
( )<br>line. I hope this can help you. Any doubts, email me again!<br><br>Luciano<br><br>[1]https://stage.maemo.org/svn/maemo/projects/haf/tags/python-sdk/2.0-final/pygtk/gtk<br>The gtk-extrafuncs.defs lists the set_application name function.
<br></blockquote></div><br>