[maemo-developers] [maemo-developers] Python equivalent of g_set_application_name("Hello maemo!") ?

From: Luciano Miguel Wolf luciano.wolf at indt.org.br
Date: Mon Oct 16 19:51:05 EEST 2006
ext Igor Tkach wrote:
> Hi,
> 
> I'm trying to use HildonProgram/HildonWindow instead of 
> HildonApp/HildonAppView (in Python). One thing I can't find in the new 
> API is how to work with application title. Setting title of HildonWindow 
> changes only second part of the actual application title. From C example 
> in Maemo tutorial it looks like g_set_application_name("Hello maemo!") 
> is what does it for the first part of the title, but what 
> is Python equivalent? By default my app 
> gets the name of executable .py file as first part of the title. Any help is very much appreciated. 
> 
> 
> Thank you,
> Igor Tkach
> 

Hi Igor,

PyGTK has a set_application_name function, that calls the 
g_set_application_name. This one sets the window title.


Luciano

More information about the maemo-developers mailing list