OpenOffice fixes, calendar format fixes

svn: r1239
This commit is contained in:
Don Allingham
2003-01-06 05:14:49 +00:00
parent 6620c09d52
commit c6ca0c4e18
14 changed files with 330 additions and 189 deletions

View File

@ -83,7 +83,7 @@ class ImageSelect:
self.dataobj = None
self.parent = parent
self.canvas_list = {}
self.p_map = {}
self.p_map = {}
def add_thumbnail(self, photo):
"should be overrridden"
@ -240,17 +240,17 @@ class Gallery(ImageSelect):
def close(self):
self.iconlist.hide()
for a in self.canvas_list:
for a in self.canvas_list.values():
a[0].destroy()
a[1].destroy()
a[2].destroy()
self.p_map = None
self.canvas_list = None
self.iconlist.destroy()
def on_canvas1_event(self,obj,event):
"""Handle resize events over the canvas, redrawing if the size changes"""
"""
Handle resize events over the canvas, redrawing if the size changes
"""
def item_event(self, widget, event=None):