> Sender: [EMAIL PROTECTED]
> From: [EMAIL PROTECTED]
> Date: Mon, 8 Jan 2001 14:14:33 -0600
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Re: [iPAQ] No Title
> -----
> 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?

The first thing to do is to see if, running the same python program on
your workstation to your ipaq, you do or do not get a title on your screen.

You can see if applications are properly setting the titles by seeing if
a reasonable name property is set on the window: the xprop program can
be used to see the properties set on the window.

Window managers sometimes have provisions for not putting titles on certain
windows, but I'd be surprised if that were happening (for example, twm
is configured on the iPAQ to suppress the titlebar on the oval clock).
                        - Jim

--
Jim Gettys
Technology and Corporate Development
Compaq Computer Corporation
[EMAIL PROTECTED]


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

Reply via email to