Table of Contents
In this section, we will build a simple drawing program. In the process, we will examine how to handle mouse events, how to draw in a window, and how to do drawing better by using a backing pixmap.
Figure 24.1. Scribble Drawing Program Example