UIBuilder.st
changeset 88 f8a41aa4b34b
parent 86 38cc61653cb2
child 96 948318b2fbd4
equal deleted inserted replaced
87:aaa3141f2292 88:f8a41aa4b34b
       
     1 "
       
     2  COPYRIGHT (c) 1995 by Claus Gittinger
       
     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 
     1 'From Smalltalk/X, Version:2.10.5 on 11-apr-1995 at 9:42:52 am'!
    13 'From Smalltalk/X, Version:2.10.5 on 11-apr-1995 at 9:42:52 am'!
     2 
    14 
     3 WindowBuilder subclass:#UIBuilder 
    15 WindowBuilder subclass:#UIBuilder 
     4 	 instanceVariableNames:'view currentMenuSelector menuAspect'
    16 	 instanceVariableNames:'view currentMenuSelector menuAspect'
     5 	 classVariableNames:'Verbose'
    17 	 classVariableNames:'Verbose'
     6 	 poolDictionaries:''
    18 	 poolDictionaries:''
     7 	 category:'Interface-Support-UI'
    19 	 category:'Interface-Support-UI'
     8 !
    20 !
     9 
    21 
    10 !UIBuilder class methodsFor:'documentation'!
    22 !UIBuilder class methodsFor:'documentation'!
       
    23 
       
    24 copyright
       
    25 "
       
    26  COPYRIGHT (c) 1995 by Claus Gittinger
       
    27               All Rights Reserved
       
    28 
       
    29  This software is furnished under a license and may be used
       
    30  only in accordance with the terms of that license and with the
       
    31  inclusion of the above copyright notice.   This software may not
       
    32  be provided or otherwise made available to, or used by, any
       
    33  other person.  No title to or ownership of the software is
       
    34  hereby transferred.
       
    35 "
       
    36 !
       
    37 
       
    38 version
       
    39 "
       
    40 $Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.6 1995-08-10 18:44:27 claus Exp $
       
    41 "
       
    42 !
    11 
    43 
    12 documentation
    44 documentation
    13 "
    45 "
    14     this class will (eventually) allow parsing windowSpecs as
    46     this class will (eventually) allow parsing windowSpecs as
    15     created by ST-80's UIPainter, and thereby allow to run applications
    47     created by ST-80's UIPainter, and thereby allow to run applications