Re: FVWM: instances of Netscape in fvwm gets killed

From: Paul D. Smith <pausmith_at_nortelnetworks.com>
Date: 17 Jan 2001 12:26:01 -0500

%% Abinash Yadav <abinash_y_at_yahoo.com> writes:

  ay> here is problem description ...

  ay> my netscape application with multiple instances of
  ay> it(say 2-3 or even more nevigator windows or any other
  ay> netscape configuration screen), kills all open
  ay> instances of it on hitting X button on top bar,
  ay> instead of killing only this window.

That means that button is bound to the FVWM "Destroy" function.

If you want it to only close that one window, bind the button to the
"Delete" function instead. See the fvwm2 man page.

I actually set mine up so that a single click on the button does a
Delete, and a double-click does a Destroy:

  # Delete on click
  # Destroy on double-click
  #
  AddToFunc Delete-Func
  + "M" Delete
  + "C" Delete
  + "D" Destroy

  # Title-bar mouse bindings (any modifier):
  # Button Context Modifi Function
  Mouse 0 1 A Function Delete-Func

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <psmith_at_baynetworks.com>    HASMAT--HA Software Methods & Tools
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-------------------------------------------------------------------------------
   These are my opinions---Nortel Networks takes no responsibility for them.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Jan 17 2001 - 11:27:17 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:51 BST