From 6a06f6f112aaf2a9302c9e71b1bab4c366d953d8 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Mon, 15 Jan 2007 21:20:00 +0000 Subject: [PATCH] updates to latest monodocer -pretty svn path=/trunk/gtk-sharp/; revision=71087 --- doc/en/Gtk.DotNet/Graphics.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/en/Gtk.DotNet/Graphics.xml b/doc/en/Gtk.DotNet/Graphics.xml index 215b02d62..46363a987 100644 --- a/doc/en/Gtk.DotNet/Graphics.xml +++ b/doc/en/Gtk.DotNet/Graphics.xml @@ -34,8 +34,7 @@ Both pixmaps () and windows () are drawables (). The following example shows how to create a custom widget that renders a mesh. This example overrides the OnExposeEvent method and uses calls to do the actual drawing: - - + using System.Drawing; using Gtk; @@ -58,8 +57,7 @@ class PrettyGraphic : DrawingArea { return true; } } - - +