/[papo]/gnue/common/src/cursing/Notebook.py
ViewVC logotype

Diff of /gnue/common/src/cursing/Notebook.py

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

revision 1.1 by styxman, Fri Nov 15 15:32:55 2002 UTC revision 1.1.2.1 by anthonyl, Tue Mar 4 22:09:33 2003 UTC
# Line 16  Line 16 
16  # write to the Free Software Foundation, Inc., 59 Temple Place  # write to the Free Software Foundation, Inc., 59 Temple Place
17  # - Suite 330, Boston, MA 02111-1307, USA.  # - Suite 330, Boston, MA 02111-1307, USA.
18  #  #
19  # Copyright 2002 Free Software Foundation  # Copyright 2002-2003 Free Software Foundation
20  #  #
21  # FILE:  # FILE:
22  # Dialog.py  # Dialog.py
# Line 66  class Notebook(Frame): Line 66  class Notebook(Frame):
66        self._CurrentFrame = page        self._CurrentFrame = page
67    
68    def _AddButton(self,page):    def _AddButton(self,page):
69      ctrl =   ##   ctrl =
70      newX = 0      newX = 0
71      if len(self.Controls) > 0:      if len(self.Controls) > 0:
72        newX  = self.Controls[-1:][0].X        newX  = self.Controls[-1:][0].X

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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