diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:10 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:49:10 +0000 |
commit | 743f4680b547e4d9f4addb9b6525bc9a7fb33a0c (patch) | |
tree | ed924da0c789e5c28a6a517b169d18216362b832 /man/twm.man | |
parent | 22e912f7338ee41bd0f84f4330f4e8bc0c7501d9 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'man/twm.man')
-rw-r--r-- | man/twm.man | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man/twm.man b/man/twm.man index 3f96b1b..db7039b 100644 --- a/man/twm.man +++ b/man/twm.man @@ -25,7 +25,7 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.\" $XFree86: xc/programs/twm/twm.man,v 1.10 2002/10/12 16:06:46 herrb Exp $ +.\" $XFree86: xc/programs/twm/twm.man,v 1.11 2003/08/04 10:32:30 eich Exp $ .\" .de EX \"Begin example .ne 5 @@ -285,6 +285,7 @@ display is capable of displaying more than simple black and white. The \fBMenuTitleBackground\fP, \fBMenuTitleForeground\fP, \fBMenuShadowColor\fP, +\fBMenuBorderColor\fP, \fBPointerForeground\fP, and \fBPointerBackground\fP. The following @@ -558,6 +559,13 @@ screen width. The default height is 32767 - screen height. This variable specifies the background color used for menus, and can only be specified inside of a \fBColor\fP or \fBMonochrome\fP list. The default is "white". +.IP "\fBMenuBorderColor\fP \fIstring\fP" 8 +This variable specifies the color of the menu border and can only be specified +inside of a +\fBColor\fP, \fBGrayscale\fP or \fBMonochrome\fP list. The default is "black". +.IP "\fBMenuBorderWidth\fP \fIpixels\fP" 8 +This variable specifies the width in pixels of the border surrounding +menu windows. The default is 2. .IP "\fBMenuFont\fP \fIstring\fP" 8 This variable specifies the font to use when displaying menus. The default is "variable". |