Textbook about using C to write menu?

Doug Gwyn gwyn at smoke.BRL.MIL
Thu Nov 9 16:22:54 AEST 1989


In article <897daiyingshi at yvax.byu.edu> daiyingshi at yvax.byu.edu writes:
>     Does anybody know if there is a textbook about using C language to write
>pull-down menus, windows, or other friendly user interfaces?

There undoubtedly are, but you should be aware that the details are
HEAVILY dependent on the specific target system, because the support
provided by the system for such operations varies.  For example, the
C implementation of the interactive graphic interface for the "sam"
editor differs radically among SunTools, X11, and Blit versions.

Thus, what you ask requires both general facility in use of C and
detailed knowledge of available graphics support for the target system.
Putting the two together is relatively trivial.



More information about the Comp.lang.c mailing list