diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-09-22 18:51:12 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-09-22 18:51:12 (GMT) |
commit | 3fa8e6dc88e8041b6cb88d1b1e9c05676d3346b7 (patch) | |
tree | 69afbb41089c8358615879f7cd3c4cf7997f4c7e /tk8.6/doc/MoveToplev.3 | |
parent | a0e17db23c0fd7c771c0afce8cce350c98f90b02 (diff) | |
download | blt-3fa8e6dc88e8041b6cb88d1b1e9c05676d3346b7.zip blt-3fa8e6dc88e8041b6cb88d1b1e9c05676d3346b7.tar.gz blt-3fa8e6dc88e8041b6cb88d1b1e9c05676d3346b7.tar.bz2 |
update to tcl/tk 8.6.7
Diffstat (limited to 'tk8.6/doc/MoveToplev.3')
-rw-r--r-- | tk8.6/doc/MoveToplev.3 | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/tk8.6/doc/MoveToplev.3 b/tk8.6/doc/MoveToplev.3 deleted file mode 100644 index effed29..0000000 --- a/tk8.6/doc/MoveToplev.3 +++ /dev/null @@ -1,51 +0,0 @@ -'\" -'\" Copyright (c) 1990-1993 The Regents of the University of California. -'\" Copyright (c) 1994-1996 Sun Microsystems, Inc. -'\" -'\" See the file "license.terms" for information on usage and redistribution -'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. -'\" -.TH Tk_MoveToplevelWindow 3 "" Tk "Tk Library Procedures" -.so man.macros -.BS -.SH NAME -Tk_MoveToplevelWindow \- Adjust the position of a top-level window -.SH SYNOPSIS -.nf -\fB#include <tk.h>\fR -.sp -\fBTk_MoveToplevelWindow(\fItkwin, x, y\fB)\fR -.SH ARGUMENTS -.AS Tk_Window tkwin -.AP Tk_Window tkwin in -Token for top-level window to move. -.AP int x in -New x-coordinate for the top-left pixel of \fItkwin\fR's border, or the -top-left pixel of the decorative border supplied for \fItkwin\fR by the -window manager, if there is one. -.AP int y in -New y-coordinate for the top-left pixel of \fItkwin\fR's border, or the -top-left pixel of the decorative border supplied for \fItkwin\fR by the -window manager, if there is one. -.BE -.SH DESCRIPTION -.PP -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 \fBTk_GeometryRequest\fR mechanism. The procedure -\fBTk_MoveToplevelWindow\fR may be used by an application to request -a particular position for a top-level window; this procedure is -similar in function to the \fBwm geometry\fR 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. -.PP -When \fBTk_MoveToplevelWindow\fR is called it does not 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 \fBTk_DoWhenIdle\fR mechanism. -.SH KEYWORDS -position, top-level window, window manager |