Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!emory!gatech!purdue!haven!adm!smoke!brl.mil!moss From: moss@brl.mil (Gary S. Moss (VLD/VMB) ) Newsgroups: comp.windows.x Subject: Re: TWM title button spec Message-ID: <15129@smoke.brl.mil> Date: 8 Feb 91 16:04:04 GMT References: <5412@mentor.cc.purdue.edu> Sender: news@smoke.brl.mil Reply-To: moss@brl.mil Distribution: na Organization: Ballistic Research Laboratory Lines: 21 In article <5412@mentor.cc.purdue.edu>, hg3@sage.cc.purdue.edu (hg3) writes: |> How to do I assign f.zoom to the default title button (resize box on |> the right of the title bar) in twm ? |> |> I have tried |> |> RightTittleButton ":resize" = f.zoom |> |> But this just _add_ a resize box in the title bar with the zooming funtion |> , the default title button stays there with no change. |> |> Thanks ... At least in tvtwm, you need to specify "NoDefaults" to turn off the default titlebuttons. This means you need to respecify both the left and right buttons: LeftTitleButton ":iconify" = f.iconify RightTitleButton ":resize" = f.zoom - Gary