Object-oriented programming with the X Window System toolkits / Jerry D. Smith.
By: Smith, Jerry D
.
Material type:
BookPublisher: New York : Wiley, 1991Description: xiv, 576 p. : ill. ; 24 cm.ISBN: 0471532606; 0471532592 .Subject(s): Object-oriented programming (Computer science)| Item type | Current library | Call number | Copy number | Status | Barcode | |
|---|---|---|---|---|---|---|
| General lending | MTU Bishopstown Library Lending | 005.43 (Browse shelf(Opens below)) | 1 | Available | 00018902 |
Enhanced descriptions from Syndetics:
This book describes the X Window System, a recent and important software development. Though the norm for PC's is still proprietary window systems, X provides an ``open'' window system that can support a variety of window managers, toolkits and interface builders. This is particularly true for the UNIX-based workstation community, although X is not tied to any particular hardware or software system. The author describes various sophisticated techniques with which the reader can implement graphical user interfaces (GUI's), without imposing user-interface styles, thus making available a generic window support system.
Includes bibliographical references (pages 567-568) and index.
Introduction -- Object-oriented Programming and the X Window System -- Overview of Xlib Programming -- Creating High-level Interfaces for Xlib Applications -- xdump: An X window system Hex-dump utility -- Self-contained event loops in a high-level module -- Callback functions and composition in a high-level module -- Overview of Xt application programming -- Creating high-level interfaces for Xt applications -- xwaste: An Xt wastebasket application -- Overview of Xt Widget Programming -- XiStrSelect: Designing Simple Widgets -- XiAlert: Designing compound widgets -- XiFileSelect: Building a high-level interface widget -- Xibutton: Low-level, Non-command buttons -- XiChoice: A button-oriented selection box -- Using the Xi widget set in Applications.