NoteBookFrameView.st
branchjv
changeset 4770 6634b540fea2
parent 3150 e3a55f15ef7e
equal deleted inserted replaced
4769:17172bc64232 4770:6634b540fea2
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
       
    12 "{ Package: 'stx:libwidg2' }"
    12 
    13 
    13 "{ Package: 'stx:libwidg2' }"
    14 "{ NameSpace: Smalltalk }"
    14 
    15 
    15 SimpleView subclass:#NoteBookFrameView
    16 SimpleView subclass:#NoteBookFrameView
    16 	instanceVariableNames:''
    17 	instanceVariableNames:''
    17 	classVariableNames:''
    18 	classVariableNames:''
    18 	poolDictionaries:''
    19 	poolDictionaries:''
   167 !NoteBookFrameView class methodsFor:'documentation'!
   168 !NoteBookFrameView class methodsFor:'documentation'!
   168 
   169 
   169 version
   170 version
   170     ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookFrameView.st,v 1.3 2006-11-13 16:11:31 cg Exp $'
   171     ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookFrameView.st,v 1.3 2006-11-13 16:11:31 cg Exp $'
   171 ! !
   172 ! !
       
   173