Path: utzoo!utgpu!news-server.csri.toronto.edu!smoke.cs.toronto.edu!neat.cs.toronto.edu!moraes Newsgroups: comp.windows.x From: moraes@cs.toronto.edu (Mark Moraes) Subject: Re: A small question about XView Message-ID: <90Aug17.210358edt.506@smoke.cs.toronto.edu> Organization: Department of Computer Science, University of Toronto References: <90Aug16.161022edt.639@smoke.cs.toronto.edu> Date: 18 Aug 90 01:04:12 GMT Lines: 49 I asked: > Does XView2.0 support any Xt style options? Like -geometry, -iconic? dmaustin@Eng.Sun.COM (Darren Austin) answered (edited to remove headers and quotation): > As a matter of fact, yes it does. Here is a copy of the help > message generated from -help: > > FLAG (LONG FLAG) ARGS NOTES > -Ww (-width) columns > -Wh (-height) lines > -Ws (-size) x y > -Wp (-position) x y > (-geometry) "[WxH][{+|-}X{+|-}Y]" (X geometry) > -WP (-icon_position) x y > -Wl (-label) "string" > (-title) "string" (Same as -label) > -Wi (-iconic) (Application will come up closed) > +Wi (+iconic) (Application will come up open) > -Wt (-font) fontname > -fn fontname > -Wx (-scale) small | medium | large | extra_large > -Wf (-foreground_color) red green blue 0-255 (no color-full color) > -fg (-foreground) colorname (X Color specification) > -Wb (-background_color) red green blue 0-255 (no color-full color) > -bg (-background) colorname (X Color specification) > -WI (-icon_image) filename > -WL (-icon_label) "string" > -WT (-icon_font) filename > -Wr (-display) "server_name:screen" > -Wdr (-disable_retained) > -Wdxio (-disable_xio_error_handler) > -Wfsdb (-fullscreendebug) > -Wfsdbs (-fullscreendebugserver) > -Wfsdbp (-fullscreendebugptr) > -Wfsdbk (-fullscreendebugkbd) > -WS (-defeateventsecurity) > -sync (-synchronous) (Force a synchronous connection) > +sync (+synchronous) (Make an asynchronous connection) > -Wd (-default) resource value (Set the X resource to value) > -xrm resource:value (Set the X resource to value) > -WH (-help) > > Which has -geometry and -iconic among other things. Thanks. Mark.