Glynn Clements wrote:
> 
> VAN SY wrote:
> 
> > I wrote a C program a while back for the test operators of the
> > company I work for. I want to provide them witha nice GUI for that
> > program. We run linux 5.0 on our machine. I need a starting point.
> > ie. books or URL where I can get more info.
> 
> Some options:
> 
> Xt/Athena       Standard, free, part of the core X11 distribution.
> Xt/Motif        Standard, non-free (i.e. costs money), supports keyboard traversal.
> GTK             Non-standard, free, ignores X resource settings.
> Qt              Non-standard, zero-cost but not free, ignores X
>                 resource settings, C++ API
> Tcl/Tk          Useful for building GUI programs quickly, particularly
>                 GUI front-ends to command-line programs
> 
> --
> Glynn Clements <[EMAIL PROTECTED]>

I would mention XForms library here

Reply via email to