Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!CUNIXF.CC.COLUMBIA.EDU!marg From: marg@CUNIXF.CC.COLUMBIA.EDU (Margarita Suarez) Newsgroups: comp.windows.x Subject: help with athena widgets Message-ID: <8912132142.AA23380@cunixf.cc.columbia.edu> Date: 13 Dec 89 21:42:46 GMT References: <8912132030.AA09046@expo.lcs.mit.edu> Sender: root@athena.mit.edu (Wizard A. Root) Organization: The Internet Lines: 20 thanks for your reply...i've gotten my program to do mostly what i want. what i ended up doing is setting XtNoverrideRedirect to True for a topLevelShell widget, and this overrides the window manager and also allows me to specify values for XtNx and XtNy, etc. the problem with the translation table is solved, but i did have to place the line { "select-start", NULL }, into my action table to trick the action parser into thinking it knew where that routine was. otherwise, i would get warnings from the parser saying it didn't know that action. since i was getting those warnings before, i assumed that i had to put SelectStart in my action table, and then it couldn't find that, etc. is it true, then, that window manager like things (geometry, decoration) for the toplevel widget (that created with XtInitialize) must be modified only from the window manager end? marg