NewInspectorPanelView.st
changeset 809 6f127dd5e578
parent 327 0040d47658c6
child 810 032e13b1bfda
equal deleted inserted replaced
808:4e2ab5e77344 809:6f127dd5e578
       
     1 "
       
     2  COPYRIGHT (c) 1997 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 
       
    13 
       
    14 
     1 "{ NameSpace: NewInspector }"
    15 "{ NameSpace: NewInspector }"
     2 
    16 
     3 SimpleView subclass:#InspectorPanelView
    17 SimpleView subclass:#InspectorPanelView
     4 	instanceVariableNames:'frames labelViews listViews scrollBar maxDepth leftHistory
    18 	instanceVariableNames:'frames labelViews listViews scrollBar maxDepth leftHistory
     5 		rightHistory hzpView actionBlock valueChangedAction'
    19 		rightHistory hzpView actionBlock valueChangedAction'
     7 	poolDictionaries:''
    21 	poolDictionaries:''
     8 	category:'Inspector'
    22 	category:'Inspector'
     9 !
    23 !
    10 
    24 
    11 !InspectorPanelView class methodsFor:'documentation'!
    25 !InspectorPanelView class methodsFor:'documentation'!
       
    26 
       
    27 copyright
       
    28 "
       
    29  COPYRIGHT (c) 1997 by eXept Software AG
       
    30               All Rights Reserved
       
    31 
       
    32  This software is furnished under a license and may be used
       
    33  only in accordance with the terms of that license and with the
       
    34  inclusion of the above copyright notice.   This software may not
       
    35  be provided or otherwise made available to, or used by, any
       
    36  other person.  No title to or ownership of the software is
       
    37  hereby transferred.
       
    38 "
       
    39 
       
    40 
       
    41 !
    12 
    42 
    13 examples
    43 examples
    14 "
    44 "
    15     example 1
    45     example 1
    16     =========
    46     =========