Luciano,<br><br>the function 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), but surprisingly enough it worked on Nokia 770 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, your URL for
gtk-extrafuncs.def is slightly incorrect - there shoul be no '-' in '2.0-final': <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> <<a href="mailto:luciano.wolf@indt.org.br">luciano.wolf@indt.org.br</a>> 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>> Luciano,<br>> for the life of me I can't find it. It is not mentioned anywhere in<br>> PyGTK reference as far as I can tell (nor anywhere else - I spent quite<br>> some time searching before I wrote to this mailing list), and it doesn't
<br>> work when I try to call it. Can you please point me to a specific<br>> document/tutorial/example?<br>><br>> Thank you,<br>> Igor<br>><br>> On 10/16/06, *Luciano Miguel Wolf* <<a href="mailto:luciano.wolf@indt.org.br">
luciano.wolf@indt.org.br</a><br>> <mailto:<a href="mailto:luciano.wolf@indt.org.br">luciano.wolf@indt.org.br</a>>> wrote:<br>><br>> ext Igor Tkach wrote:<br>> > Hi,<br>> ><br>> > I'm trying to use HildonProgram/HildonWindow instead of
<br>> > HildonApp/HildonAppView (in Python). One thing I can't find in<br>> the new<br>> > API is how to work with application title. Setting title of<br>> HildonWindow<br>> > changes only second part of the actual application title. From C
<br>> example<br>> > in Maemo tutorial it looks like g_set_application_name("Hello<br>> maemo!")<br>--snip--<br>><br>> Hi Igor,<br>><br>> PyGTK has a set_application_name function, that calls the
<br>> g_set_application_name. This one sets the window title.<br>><br>><br>> 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>