Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!bellcore!dino!dana From: dana@dino.bellcore.com (Dana A. Chee) Newsgroups: comp.windows.x Subject: FrameMaker and (twm and vtwm) Message-ID: <1991Apr10.131227.21952@bellcore.bellcore.com> Date: 10 Apr 91 13:12:27 GMT References: <9104091721.AA05518@mijen.inel.gov> Sender: usenet@bellcore.bellcore.com (Poster of News) Reply-To: dana@thumper.bellcore.com Organization: Packet Communications Research Group (Bellcore) Lines: 41 In article <9104091721.AA05518@mijen.inel.gov>, dob@inel.GOV (Dave Brooks) writes: |> ... |> |> note that Frame works fine under twm, except that you can't close |> individual windows like you can under mwm. or at least i haven't figured |> out how... |> |> dlb |> ------------------------------------------------------------------------------ |> David L. Brooks |> Idaho National Engineering Lab. INTERNET: dob@INEL.GOV |> POB 1625 MS 2603 Phone: (208) 526-0826 |> Idaho Falls, Id. 83415 FAX: (208) 526-9936 |> ------------------------------------------------------------------------------ Add this to your twmrc or vtwmrc file. It will add a menu to the titlebar of each window, For the frame windows, select "Quit Window". This will make them close (you can replace menu1.xbm with your favorite little icon). DecorateTransients LeftTitleButton "menu1.xbm" = f.menu "menuWin" # add a menu to each window menu "menuWin" { "(De)Iconify" f.iconify "Move" f.move "Resize" f.resize "Lower" f.lower "Raise" f.raise "Quit Window" f.delete "Destroy Window" f.destroy } -- +*************************************************************************+ * Dana Chee (201) 829-4488 * * Bellcore * * Room 2Q-250 * * 445 South Street ARPA: dana@bellcore.com * * Morristown, NJ 07960-1910 UUCP: {gateways}!bellcore!dana * +*************************************************************************+