From 4c08527389b46e0c3f84d8bd7bfee1845e4b28cc Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 22 Sep 2013 16:43:43 +0200 Subject: [PATCH] sample: Update description of DemoDrawingArea GtkDemo sample --- sample/GtkDemo/DemoDrawingArea.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/GtkDemo/DemoDrawingArea.cs b/sample/GtkDemo/DemoDrawingArea.cs index 73bebefcc..73332306b 100644 --- a/sample/GtkDemo/DemoDrawingArea.cs +++ b/sample/GtkDemo/DemoDrawingArea.cs @@ -5,7 +5,7 @@ * * This demo has two drawing areas. The checkerboard area shows * how you can just draw something; all you have to do is write - * a signal handler for ExposeEvent, as shown here. + * a signal handler for the Drawn event, as shown here. * * The "scribble" area is a bit more advanced, and shows how to handle * events such as button presses and mouse motion. Click the mouse