Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: Textbook about using C to write menu? Message-ID: <11565@smoke.BRL.MIL> Date: 9 Nov 89 05:22:54 GMT References: <897daiyingshi@yvax.byu.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 13 In article <897daiyingshi@yvax.byu.edu> daiyingshi@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.