Man Page gil2xd.1
NAME
gil2xd - Converts GIL source to X-Designer save files
SYNOPSIS
gil2xd [ -xywhpsa ] [ -X ]
DESCRIPTION
gil2xd is a simple filter for converting GIL source code to
xdesigner save files. It reads GIL source from standard
input and writes a xdesigner save file on standard out.
OPTIONS
-x Pass through XmNx resources. By default gil2xd
will not output absolute positions in the save
file. Use the -x flag to pass XmNx resources into
the output file.
-y Pass through XmNy resources. By default gil2xd
will not output absolute positions in the save
file. Use the -y flag to pass XmNy resources into
the output file.
-w Pass through XmNwidth resources. By default
gil2xd will not output absolute sizes in the save
file. Use the -w flag to pass XmNwidth resources
into the output file.
-h Pass through XmNheight resources. By default
gil2xd will not output absolute sizes in the save
file. Use the -h flag to pass XmNwidth resources
into the output file.
-p Preserves position resources in output file. Same
as -x -y
-s Preserves size resources in output file. Same as
-w -h
-a Preserves all position and size resources in out-
put file. Same as -p -s
-X Print list of switches
BUGS
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 warn-
ings.
gil2xd simply ignores these constructs.
Sun WorkShop 6 Man Pages