Xref: utzoo comp.sys.hp:3877 comp.windows.x:16199 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!usc!henry.jpl.nasa.gov!elroy.jpl.nasa.gov!forsight!jato!jpl-devvax!david From: david@jpl-devvax.JPL.NASA.GOV (David E. Smyth) Newsgroups: comp.sys.hp,comp.windows.x Subject: Re: Programatically Dispensing with MWM Decorations Message-ID: <6673@jpl-devvax.JPL.NASA.GOV> Date: 27 Dec 89 21:07:51 GMT References: <216@venice.SEDD.TRW.COM> Reply-To: david@jpl-devvax.JPL.NASA.GOV (David E. Smyth) Distribution: usa Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 27 ries@venice.sedd.trw.com (Marc Ries) writes: >[In response to my plea for help, the following code was emailed to >me. > >The problem is, the code doesn't work, at least on our HP 360's >running HP MOTIF under HPUX 7.0. I ran the following code, and >on our system, I still got a pushbutton widget with a full set of >MWM decorations around it?!?!? > >Is it HP MOTIF or me or ???? It works great for me! Machine: Sun 3/260HM mono OS: SunOS 4.0.3 Compiler: Sun cc Server: X11R3 + Purdue + all patches, gcc compiled Motif: ICS version 1.0 Nov 14 Motif tape. Window Mgr: mwm from Nov 14 Motif Tape from ICS. Compile Line: cc -g -Dsun -I/usr/include/Xm -c mwm3.c Load Line: cc -g -Dsun mwm3.o -lXm -lXtm -lX11 -o mwm3 Libs: -rw-r--r-- 1 root 665446 Nov 14 09:21 libXm.a -rw-r--r-- 1 root 206708 Nov 14 09:20 libXtm.a -rw-r--r-- 1 root 198756 Jul 19 07:12 libX11.a Includes: Also from Nov 14 Motif Tape from ICS. david@devvax.jpl.nasa.gov