I just noticed that
        Style "*" DecorateTransient
doesn't do what I thought, namely it doesn't put all the titlebar
buttons in dialog boxes. Should it? Or did I miss something? Can you
not have more than two right buttons?
I have:
# Mouse Bindings
#-----------------------------------------------------------------------------
# Button        Context         Modifiers       Function
Mouse 0         1               A               Menu Window-Ops2 Close
Mouse 0         2               A               Close
Mouse 0         4               A               Maximize-Func
Mouse 0         6               A               Iconify
Mouse 0         8               A               Lower
#-----------------------------------------------------------------------------
to get 1 left titlebar button and 4 right titlebar buttons. But on the
dialog boxes (which I thought would be considered transient) I only
see the left button and two right buttons (context 6 and 8). I also
have 
     Style "*"           MWMFunctions,MWMDecor,HintOverride
set, in case it matters.
Here is what xprop/xwininfo says about an example dialog box:
----------------------------------------------------------------------------
$ xprop
WM_STATE(WM_STATE):
                window state: Normal
                icon window: 0x0
WM_TRANSIENT_FOR(WINDOW): window id # 0x2c0023c
_MOTIF_WM_MESSAGES(ATOM) = _MOTIF_WM_OFFSET
WM_PROTOCOLS(ATOM): protocols  _MOTIF_WM_MESSAGES, WM_DELETE_WINDOW
_MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x4, 0xffffffff, 0xffffffff, 0x1, 0x5a7230
WM_CLASS(STRING) = "fileSelector_popup", "Netscape"
WM_HINTS(WM_HINTS):
                Client accepts input or input focus: True
                Initial state is Normal State.
                window id # of group leader: 0x2c0023c
WM_NORMAL_HINTS(WM_SIZE_HINTS):
                program specified location: 268, 246
                program specified size: 500 by 430
                program specified base size: 0 by 0
                window gravity: NorthWest
WM_CLIENT_MACHINE(STRING) = "rossby"
WM_NAME(STRING) = "Save As..."
$ xwininfo
xwininfo: Window id: 0x2c002ef "Save As..."
  Absolute upper-left X:  793
  Absolute upper-left Y:  444
  Relative upper-left X:  0
  Relative upper-left Y:  0
  Width: 500
  Height: 430
  Depth: 8
  Visual Class: PseudoColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x21 (installed)
  Bit Gravity State: ForgetGravity
  Window Gravity State: NorthWestGravity
  Backing Store State: NotUseful
  Save Under State: no
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +793+444  --141+444  --141-26  +793-26
  -geometry 500x430+788-21
$
------------------------------------------------------------------------------
Thanks.
-- 
  -mb-
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Sep 12 1996 - 17:53:02 BST