Put a window in the top-left point of screen - bug?
From: Udi (ehud-y_at_orbotech.com)
Date: 02/29/04
- Next message: David N. Welton: "Re: changing I/O channels"
- Previous message: Marco Maggi: "Re: changing I/O channels"
- Next in thread: Victor Wagner: "Re: Put a window in the top-left point of screen - bug?"
- Reply: Victor Wagner: "Re: Put a window in the top-left point of screen - bug?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Feb 2004 00:26:21 -0800
Hi,
I use Tcl/Tk 8.4 in Linux.
I want to put a window in the top-left point of screen:
toplevel .w
wm geometry .w +0+0
But then I don't see the title and the left border of the window.
In order to see them I need to:
wm geometry .w +5+23
Is there a better way to do that?
(Does it depend on the X ?)
Thanks in advance
Udi
- Next message: David N. Welton: "Re: changing I/O channels"
- Previous message: Marco Maggi: "Re: changing I/O channels"
- Next in thread: Victor Wagner: "Re: Put a window in the top-left point of screen - bug?"
- Reply: Victor Wagner: "Re: Put a window in the top-left point of screen - bug?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|