diff options
author | das <das> | 2007-04-23 21:19:51 (GMT) |
---|---|---|
committer | das <das> | 2007-04-23 21:19:51 (GMT) |
commit | 24b160e09ae3ca4b52502fe59ddcd5fc80e00713 (patch) | |
tree | fe965b290a03ca8c1b7cb594de83946edd91db53 /doc/wm.n | |
parent | 230702e83c40aacbb7f74f22f9747fdfa46152eb (diff) | |
download | tk-24b160e09ae3ca4b52502fe59ddcd5fc80e00713.zip tk-24b160e09ae3ca4b52502fe59ddcd5fc80e00713.tar.gz tk-24b160e09ae3ca4b52502fe59ddcd5fc80e00713.tar.bz2 |
* doc/colors.n: document new Mac OS X system colors.
* doc/cursors.n: document new Mac OS X native cursors.
* doc/font.n: document new Mac OS X 'menu' system font.
* doc/wm.n: document new Mac OS X [wm attributes].
* doc/ttk_image.n: fix 'make html' warning.
* doc/canvas.n: fix nroff typo.
Diffstat (limited to 'doc/wm.n')
-rw-r--r-- | doc/wm.n | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: wm.n,v 1.28 2006/12/01 19:48:00 hobbs Exp $ +'\" RCS: @(#) $Id: wm.n,v 1.29 2007/04/23 21:19:52 das Exp $ '\" .so man.macros .TH wm n 8.5 Tk "Tk Built-In Commands" @@ -105,6 +105,18 @@ can be dragged and dropped in lieu of the file's finder icon). Specifies the alpha transparency level of the window. It accepts a value from \fB0.0\fR (fully transparent) to \fB1.0\fR (opaque), values outside that range will be constrained. +.TP +\fB\-topmost\fR +Specifies whether this is a topmost window (displays above all other windows). +.TP +\fB\-transparent\fR +Makes the window content area transparent and turns off the window shadow. For +the transparency to be effecive, the toplevel background needs to be set to a +color with some alpha, e.g. "systemTransparent". +.TP +\fB\-fullscreen\fR +Places the window in a mode that takes up the entire main screen and hides +the dock and menu bar. .RE .PP On X11, the following attributes may be set. |