Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!CAD.CS.CMU.EDU!Rick.Kazman From: Rick.Kazman@CAD.CS.CMU.EDU Newsgroups: comp.windows.x Subject: boundary boxes Message-ID: <8904271806.AA12865@ATHENA.MIT.EDU> Date: 27 Apr 89 18:05:39 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 11 I have implemented routines which allow me to move and resize child widgets by clicking on them with the mouse, emulating (sort of) the way that a window manager moves and resizes widgets. I did this by augmenting the translation tables with calls to my own routines, which in turn call XtResizeWidget and XtMoveWidget. However, n, and the change gets made. Is there any way to do this in Xlib or Xt calls, or is this purely a window manager function? Thanks. rick