/[gnue]/gnue-designer/src/forms/LayoutEditor/LayoutEditor.py
ViewVC logotype

Diff of /gnue-designer/src/forms/LayoutEditor/LayoutEditor.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.91 by jcater, Tue Jul 8 15:36:39 2003 UTC revision 1.92 by jcater, Tue Jul 8 16:18:02 2003 UTC
# Line 734  class LayoutEditor (ToolBase): Line 734  class LayoutEditor (ToolBase):
734    
735    
736    def endPrePositioningTemplate(self, x, y, width=None, height=None):    def endPrePositioningTemplate(self, x, y, width=None, height=None):
737        self.mode = 'move'
738      TemplateParser(self.instance, self.instance.rootObject,      TemplateParser(self.instance, self.instance.rootObject,
739            self.instance, self.__template, currentObject=self.block or self.page).run(x=x, y=y,            self.instance, self.__template, currentObject=self.block or self.page).run(x=x, y=y,
740                                                 width=width,                                                 width=width,
741                                                 height=height)                                                 height=height)
742      self.instance.dispatchEvent(Event('EndWizard', template=self.__template))      self.instance.dispatchEvent(Event('EndWizard', template=self.__template))
     self.mode = 'move'  
743    
744    
745    def zoomIn(self, event):    def zoomIn(self, event):

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26