Path: utzoo!attcan!uunet!munnari!otc!metro!basser!usage!elecvax!cheops!lambert From: lambert@cheops.eecs.unsw.oz (Timothy Lambert) Newsgroups: comp.sys.apollo Subject: Re: David Letterman's top ten list of Apollo questions. Message-ID: <1085@cheops.eecs.unsw.oz> Date: 23 Feb 89 07:59:54 GMT References: <15210@vlsisj.VLSI.COM> Organization: EE & CS, Uni N.S.W., Sydney, Australia Lines: 22 From article <15210@vlsisj.VLSI.COM>, by bennett@vlsisj.VLSI.COM (Michael Bennett): > Does anyone know how to: > > 1) Create a window from a 'C' program that can NOT be resized > by the user? You could redefine the GROW key and M1 or whenever they change the size, change it back. > > 2) Create a window whose size includes the legend and border? Create the window and then use pad_$set_full_window > 4) Place cursor on a named window using the Display Manager (DM)? > wi -i name;wi -w name > 6) Query (all DM) windows info from 'C' program? > You can get all their names by looking in `node_data/paste_buffers/all_group Tim