DRootView.st
changeset 45 d2d5bc481ebb
parent 23 4a7e02de7b72
child 54 29a6b2f8e042
equal deleted inserted replaced
44:e45356abd276 45:d2d5bc481ebb
    18 !
    18 !
    19 
    19 
    20 DisplayRootView comment:'
    20 DisplayRootView comment:'
    21 COPYRIGHT (c) 1988 by Claus Gittinger
    21 COPYRIGHT (c) 1988 by Claus Gittinger
    22               All Rights Reserved
    22               All Rights Reserved
    23 
       
    24 this class describes Xs rootWindow (which is the background window and
       
    25 must be used for drawing outside of Views i.e. for dragging between Views)
       
    26 
       
    27 $Header: /cvs/stx/stx/libview/Attic/DRootView.st,v 1.5 1994-01-08 17:11:21 claus Exp $
       
    28 
       
    29 written spring/summer 89 by claus
       
    30 '!
    23 '!
    31 
    24 
    32 Smalltalk at:#RootView put:nil!
    25 Smalltalk at:#RootView put:nil!
       
    26 
       
    27 !DisplayRootView class methodsFor:'documentation'!
       
    28 
       
    29 copyright
       
    30 "
       
    31  COPYRIGHT (c) 1988 by Claus Gittinger
       
    32               All Rights Reserved
       
    33 
       
    34  This software is furnished under a license and may be used
       
    35  only in accordance with the terms of that license and with the
       
    36  inclusion of the above copyright notice.   This software may not
       
    37  be provided or otherwise made available to, or used by, any
       
    38  other person.  No title to or ownership of the software is
       
    39  hereby transferred.
       
    40 "
       
    41 !
       
    42 
       
    43 version
       
    44 "
       
    45 $Header: /cvs/stx/stx/libview/Attic/DRootView.st,v 1.6 1994-06-02 21:21:42 claus Exp $
       
    46 "
       
    47 !
       
    48 
       
    49 documentation
       
    50 "
       
    51     this class describes Xs rootWindow (which is the background window and
       
    52     must be used for drawing outside of Views i.e. for dragging between Views)
       
    53 "
       
    54 ! !
    33 
    55 
    34 !DisplayRootView class methodsFor:'initialization'!
    56 !DisplayRootView class methodsFor:'initialization'!
    35 
    57 
    36 initialize
    58 initialize
    37     Display isNil ifTrue:[
    59     Display isNil ifTrue:[