diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:03 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:03 +0000 |
commit | e51f25fbe75b222b24f4628b2408e899fa4748d7 (patch) | |
tree | f99bc828d623da962d7857db2c5edbce6ced3de8 /man | |
parent | 4b339f0a4311b4db171584bc6671292a9052665a (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to '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". |