.\" @(#)dist/strfixes/src/gil2xd/man/gil2xd.1 1.6 97/08/22 .\" .ds ]W gil2xd .\" Copyright (c) 1992, 1993 by Imperial Software Technology. .TH GIL2XD 1 "17th March 1995" .SH NAME gil2xd \- Converts GIL source to WorkShop Visual save files .SH SYNOPSIS .B gil2xd [ .BI \-xywhpsa ] [ .BI \-X ] .SH DESCRIPTION .IX "gil2xd" "" "\fLgil2xd\fP .LP .B gil2xd is a simple filter for converting GIL source code to .B visu save files. It reads GIL source from standard input and writes a .B visu save file on standard out. .SH OPTIONS .TP 10 .TP .BI \-x Pass through XmNx resources. By default .B gil2xd will not output absolute positions in the save file. Use the .BI \-x flag to pass XmNx resources into the output file. .TP .BI \-y Pass through XmNy resources. By default .B gil2xd will not output absolute positions in the save file. Use the .BI \-y flag to pass XmNy resources into the output file. .TP .BI \-w Pass through XmNwidth resources. By default .B gil2xd will not output absolute sizes in the save file. Use the .BI \-w flag to pass XmNwidth resources into the output file. .TP .BI \-h Pass through XmNheight resources. By default .B gil2xd will not output absolute sizes in the save file. Use the .BI \-h flag to pass XmNwidth resources into the output file. .TP .BI \-p Preserves position resources in output file. Same as -x -y .TP .BI \-s Preserves size resources in output file. Same as -w -h .TP .BI \-a Preserves all position and size resources in output file. Same as -p -s .TP .BI \-X Print list of switches .SH BUGS .LP .B gil2xd does not handle connections other than function calls, and the simple notify actions for buttons which can be mapped to links. Other connections are reported as warnings. .LP .B gil2xd simply ignores these constructs.