Edward Muller wrote:
> 
> I've compiled, python 2.0 and pygtk 0.6.6 for the compaq iPAQ (a small
> handheld device that runs X and includes libgtk ATM) and except for a small
> problem things run great :-)
> 
> Now, onto the problem :-)
> 
> The problem is: I don't get any titles on windows. I think the problem is
> isolated to xlib, pygtk and/or gtk.
> 
> If I remotely display the program from the ipaq to a workstation I don't get
> titles...
> 
> If I remotely display a program running from my workstation to the iPAQ I do
> get a title on the window.
> 
> I am using testgtk.py as a sample program.
> 
> Can anyone help track this down?

I have no idea about this one.  The GtkWindow.set_title() method should
work.  This method is pretty much a direct call to
gtk_window_set_title().  Do other GTK programs work correctly on the
iPAQ?  Could it be a bug in the iPAQ's Xlib, or an iPAQ related bug in
GTK?

James.

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to