Tools__Inspector2Tab.st
changeset 9997 0026180627e0
parent 8815 dd77b7871f5b
child 10459 57c59ba6f470
equal deleted inserted replaced
9996:aa43dfcaa63a 9997:0026180627e0
     1 "{ Package: 'cvut:stx/goodies/libtool3' }"
     1 "
       
     2  COPYRIGHT (c) 2006 by eXept Software AG
       
     3 	      All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
       
    12 "{ Package: 'stx:libtool' }"
     2 
    13 
     3 "{ NameSpace: Tools }"
    14 "{ NameSpace: Tools }"
     4 
    15 
     5 Object subclass:#Inspector2Tab
    16 Object subclass:#Inspector2Tab
     6 	instanceVariableNames:'label view application priority'
    17 	instanceVariableNames:'label view application priority'
     7 	classVariableNames:''
    18 	classVariableNames:''
     8 	poolDictionaries:''
    19 	poolDictionaries:''
     9 	category:'Interface-Inspector 2'
    20 	category:'Interface-Inspector 2'
    10 !
    21 !
    11 
    22 
       
    23 !Inspector2Tab class methodsFor:'documentation'!
       
    24 
       
    25 copyright
       
    26 "
       
    27  COPYRIGHT (c) 2006 by eXept Software AG
       
    28 	      All Rights Reserved
       
    29 
       
    30  This software is furnished under a license and may be used
       
    31  only in accordance with the terms of that license and with the
       
    32  inclusion of the above copyright notice.   This software may not
       
    33  be provided or otherwise made available to, or used by, any
       
    34  other person.  No title to or ownership of the software is
       
    35  hereby transferred.
       
    36 "
       
    37 ! !
    12 
    38 
    13 !Inspector2Tab methodsFor:'accessing'!
    39 !Inspector2Tab methodsFor:'accessing'!
    14 
    40 
    15 application
    41 application
    16     ^ application
    42     ^ application
    75     "Modified: / 17-02-2008 / 08:58:46 / janfrog"
   101     "Modified: / 17-02-2008 / 08:58:46 / janfrog"
    76 ! !
   102 ! !
    77 
   103 
    78 !Inspector2Tab class methodsFor:'documentation'!
   104 !Inspector2Tab class methodsFor:'documentation'!
    79 
   105 
    80 version
       
    81     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2Tab.st,v 1.3 2009-09-30 12:08:57 fm Exp $'
       
    82 !
       
    83 
       
    84 version_CVS
   106 version_CVS
    85     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2Tab.st,v 1.3 2009-09-30 12:08:57 fm Exp $'
   107     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2Tab.st,v 1.4 2011-07-01 13:29:54 cg Exp $'
    86 !
   108 !
    87 
   109 
    88 version_CVS_jvrany
   110 version_CVS_jvrany
    89     ^ 'Header: /opt/data/cvs/stx/goodies/libtool3/Inspector2Tab.st,v 1.3 2008-02-17 10:12:10 vranyj1 Exp '
   111     ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Inspector2Tab.st,v 1.3 2008-02-17 10:12:10 vranyj1 Exp §'
       
   112 !
       
   113 
       
   114 version_SVN
       
   115     ^ '§Id: Tools__Inspector2Tab.st 7486 2009-10-26 22:06:24Z vranyj1 §'
    90 ! !
   116 ! !