June 2004
Intermediate to advanced
848 pages
21h 28m
English
Tips for Slimming Down Handler Code
Summary of Event Handling
Exercises
Some Light Relief—The Mouse That Roared
All GUI libraries have four basic areas of functionality:
Creation of user interface “controls” or components, such as scroll bars, buttons, and labels.
Support for giving behavior to the controls by connecting GUI events (for example, clicking a button) to code that you write.
Support for grouping and arranging the controls on the screen.
Support for accessing window manager facilities, such as specifying which window has the input focus, reading JPEG and other image files, and printing.
Related graphics libraries also provide support for graphics ...
Read now
Unlock full access