Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Area.py
diff options
context:
space:
mode:
authorAlexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-08-21 16:26:11 (GMT)
committer Alexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-08-21 16:26:11 (GMT)
commitc4c9b2a72275dacfa188e45451ab273cb953e17d (patch)
tree8e56efc7ea113e0869bb79d1b7a8bd5a0eb36f83 /Area.py
parent6ab73a35e3a1873f0c64f66ea236c572faaf9666 (diff)
Added 'Clear' button on Edit Toolbar
Fixed MANIFEST to include fill.so Fixed Minor bugs when using Palette Fixed Cursor loading for Rainbow Effect
Diffstat (limited to 'Area.py')
-rw-r--r--Area.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Area.py b/Area.py
index b14ab76..0451c32 100644
--- a/Area.py
+++ b/Area.py
@@ -808,3 +808,7 @@ class Area(gtk.DrawingArea):
self.queue_draw()
+ def clear(self):
+ self.d.clear()
+ self.enableUndo(self)
+