Our systems are now restored following recent technical disruption, and we’re working hard to catch up on publishing. We apologise for the inconvenience caused. Find out more

Recommended product

Popular links

Popular links


Using Motif with C++

Using Motif with C++

Using Motif with C++

Daniel J. Bernstein, Computer Science Services Group, Kansas
January 1995
Paperback
9781884842061
Out of Print
Paperback
Paperback

    As more and more professionals in the software industry gain experience in both object-oriented (OO) development and the graphical user interface (GUI), it has become clear that not only do GUI libraries have a number of advantages over other kinds of libraries, but they are also fun to work with! Using Motif with C++ provides step-by-step instructions on how to create a library for programming GUIs in the C++ programming language. Written for beginning or experienced Motif programmers, this book serves both as a tutorial for writing a portable Motif-based interface library in C++ and as a reference for enhancing and maintaining such software. This essential book introduces readers to the fundamental concepts required to use the Motif C language interface including the even driven input model, callbacks, event handlers, and widgets.

    • Discusses design issues relevant to maintaining portability between different versions of Motif, and between Motif and other GUI platforms
    • Contains an extensive number of source code examples that clearly illustrate the concepts and techniques discussed in the text
    • Provides guidelines for developing attractive, consistent and user-friendly GUIs

    Product details

    January 1995
    Paperback
    9781884842061
    373 pages
    228 × 177 mm
    0kg
    Unavailable - out of print

    Table of Contents

    • 1. Introduction
    • 2. Motif
    • 3. Design issues
    • 4. Nongraphical data types
    • 5. The graphical environment
    • 6. The graphical object
    • 7. Essential graphical objects
    • 8. Advanced graphical objects
    • 9. Putting it all together.