commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/designer/doc/technotes 00001.txt 00002.txt


From: Jason Cater
Subject: gnue/designer/doc/technotes 00001.txt 00002.txt
Date: Mon, 22 Jul 2002 11:47:31 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/07/22 11:47:31

Modified files:
        designer/doc/technotes: 00001.txt 00002.txt 

Log message:
        fixed Created dates

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/doc/technotes/00001.txt.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/designer/doc/technotes/00002.txt.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/designer/doc/technotes/00001.txt
diff -c gnue/designer/doc/technotes/00001.txt:1.1 
gnue/designer/doc/technotes/00001.txt:1.2
*** gnue/designer/doc/technotes/00001.txt:1.1   Mon Jul 22 11:46:33 2002
--- gnue/designer/doc/technotes/00001.txt       Mon Jul 22 11:47:31 2002
***************
*** 1,6 ****
  Title: Guidelines for Writing Templates and Wizards
  Status: Current
! Created: 16-SEP-2001
  
  Introduction
  ============
--- 1,6 ----
  Title: Guidelines for Writing Templates and Wizards
  Status: Current
! Created: 16 September 2001
  
  Introduction
  ============
Index: gnue/designer/doc/technotes/00002.txt
diff -c gnue/designer/doc/technotes/00002.txt:1.1 
gnue/designer/doc/technotes/00002.txt:1.2
*** gnue/designer/doc/technotes/00002.txt:1.1   Mon Jul 22 11:46:33 2002
--- gnue/designer/doc/technotes/00002.txt       Mon Jul 22 11:47:31 2002
***************
*** 1,15 ****
  Title: Form's "Pre-Positioning" Wizards and Templates
  Status: Current
! Created: 22-JUL-2002
  
  Displayable/positionable widgets need a location on screen. To facilitate
  the writing of Wizards/Templates for such elements without having to resort
  to asking the user for x/y coordinates, form's TemplateSupport introduces
  the FormPrePositioningTemplate.  The primary difference is that, instead of
! the Wizard implementing a Start() method, the wizard should implement: 
  
-   def StartWithPositioning(self, root, current, x, y, width, height): 
-   
  The wizard should not define a Start() method as the 
FormPrePositioningTemplate
  uses the Start() method for it's own code.
  
--- 1,15 ----
  Title: Form's "Pre-Positioning" Wizards and Templates
  Status: Current
! Created: 22 July 2002
  
  Displayable/positionable widgets need a location on screen. To facilitate
  the writing of Wizards/Templates for such elements without having to resort
  to asking the user for x/y coordinates, form's TemplateSupport introduces
  the FormPrePositioningTemplate.  The primary difference is that, instead of
! the Wizard implementing a Start() method, the wizard should implement:
! 
!   def StartWithPositioning(self, root, current, x, y, width, height):
  
  The wizard should not define a Start() method as the 
FormPrePositioningTemplate
  uses the Start() method for it's own code.
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]