uix.icn: Program to translate user interfaces

May 31, 1994; Gregg M. Townsend
Requires: Version 9
This file is in the public domain.
   uix translates a user interface prototype or application
built by xib, the old X-Icon Interface Builder, into a skeletal
application of the form used by vib, the new Visual Interface
Builder.  The resulting file is a working application containing
all the vidgets (buttons, sliders, etc.) from the input file but
none of the user Icon code.  This must be added manually.  Some
of the vidget sizes may be incorrect; load and save the file in
vib to fix this.

usage:  uix [file]

   Input is read from the named file, or from standard input if
none is specified.  Output is written to standard output.

Source code | Program Library Page | Icon Home Page