*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> Tk/movetoplev (3)              
Title
Content
Arch
Section
 

Contents


Tk_MoveToplevelWindow(3Tk)			    Tk_MoveToplevelWindow(3Tk)


NAME    [Toc]    [Back]

     Tk_MoveToplevelWindow - Adjust the	position of a top-level	window

SYNOPSIS    [Toc]    [Back]

     #include <tk.h>

     Tk_MoveToplevelWindow(tkwin, x, y)

ARGUMENTS    [Toc]    [Back]

     Tk_Window	 tkwin	 (in)	   Token for top-level window to move.

     int	 x	 (in)	   New x-coordinate for	the top-left pixel of
				   tkwin's border, or the top-left pixel of
				   the decorative border supplied for tkwin by
				   the window manager, if there	is one.

     int	 y	 (in)	   New y-coordinate for	the top-left pixel of
				   tkwin's border, or the top-left pixel of
				   the decorative border supplied for tkwin by
				   the window manager, if there	is one.

DESCRIPTION    [Toc]    [Back]

     In	general, a window should never set its own position;  this should be
     done only by the geometry manger that is responsible for the window.  For
     top-level windows the window manager is effectively the geometry manager;
     Tk	provides interface code	between	the application	and the	window manager
     to	convey the application's desires to the	geometry manager.  The desired
     size for a	top-level window is conveyed using the usual
     Tk_GeometryRequest	mechanism.  The	procedure Tk_MoveToplevelWindow	may be
     used by an	application to request a particular position for a top-level
     window;  this procedure is	similar	in function to the wm geometry Tcl
     command except that negative offsets cannot be specified.	It is invoked
     by	widgets	such as	menus that want	to appear at a particular place	on the
     screen.

     When Tk_MoveToplevelWindow	is called it doesn't immediately pass on the
     new desired location to the window	manager;  it defers this action	until
     all other outstanding work	has been completed, using the Tk_DoWhenIdle
     mechanism.

KEYWORDS    [Toc]    [Back]

     position, top-level window, window	manager


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
semaem HP-UX adjust-on-exit maximum value
pos_form_cursor OpenBSD position a form window cursor
form_cursor FreeBSD position a form window cursor
menu_cursor NetBSD position cursor in menu window
pos_form_cursor FreeBSD position a form window cursor
form_cursor OpenBSD position a form window cursor
getorigin IRIX returns the position of a graphics window
winposition IRIX changes the size and position of the current graphics window
tune2fs Linux adjust tunable filesystem parameters on second extended filesystems
DXmSvnGetTreePosition Tru64 Retrieves (returns) the position of the display window for future use.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service