Cantitate/Preț
Produs

Fundamentals of X Programming: Graphical User Interfaces and Beyond: Series in Computer Science

Autor Theo Pavlidis
en Limba Engleză Paperback – 22 iun 2013
This book provides an overview of the X Window System focusing on characteristics that have significant impact on the development of both application programs and widgets. We pay special attention to applications that go beyond graphical user interfaces (GUIs); therefore we discuss issues affecting video games, visualization and imaging programs, and designing widgets with a complex appearance. While the book does not assume previous knowledge of X, it is intended for experienced programmers, especially those who want to write programs that go beyond simple GUIs. X is the dominant window system under Unix, and X servers are available for Microsoft Windows, thus enabling graphics over a network in the PC world. While Java offers an apparently universal graphics library (the abstract window toolkit), the reality is quite different: For high-quality graphics and image display, we must program on the target platform itself (X or one of Microsoft’s APIs) rather than rely on Java peer objects. X is a vast subject, so it is impossible to provide a complete coverage in a few hundred pages. Thus we selected topics that are fundamental to the system, so that the reader who masters them should be able to read the documentation of the numerous libraries and toolkits. Therefore we provide documentation on the most important Xlib and X toolkit functions only.
Citește tot Restrânge

Din seria Series in Computer Science

Preț: 33031 lei

Preț vechi: 41288 lei
-20% Nou

Puncte Express: 495

Preț estimativ în valută:
6322 6669$ 5268£

Carte tipărită la comandă

Livrare economică 03-17 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781475782561
ISBN-10: 147578256X
Pagini: 396
Ilustrații: XVII, 374 p. 10 illus.
Dimensiuni: 170 x 244 x 21 mm
Greutate: 0.63 kg
Ediția:2002
Editura: Springer Us
Colecția Springer
Seria Series in Computer Science

Locul publicării:New York, NY, United States

Public țintă

Research

Cuprins

Fundamentals of the X Window System.- to the X Toolkit.- Event Handling in the X Toolkit.- Programming with Widgets.- Constraint and Compound Widgets.- Text and Dialog Widgets.- Drawing Operations.- Color and Images.- Selections.- Writing Widgets.- Examples of Widget Implementation.