Split up the browser, some cleanups and

This commit is contained in:
Marco Pesenti Gritti
2006-05-31 18:01:24 -04:00
parent b4ebdfa5af
commit f96fbfc10b
17 changed files with 409 additions and 392 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
import pygtk
pygtk.require('2.0')
import gtk
import cairo
from Sketch import Sketch
@@ -78,8 +77,8 @@ class SketchPad(gtk.DrawingArea):
d.setSVG(s)
return d.toXml()
def test_quit(w, sketchpad):
print sketchpad.to_svg()
def test_quit(w, skpad):
print skpad.to_svg()
gtk.main_quit()
if __name__ == "__main__":