MenuView.st
changeset 126 40228f4fd66b
parent 119 59758ff5b841
child 127 462396b08e30
equal deleted inserted replaced
125:3ffa271732f7 126:40228f4fd66b
    31 
    31 
    32 MenuView comment:'
    32 MenuView comment:'
    33 COPYRIGHT (c) 1989 by Claus Gittinger
    33 COPYRIGHT (c) 1989 by Claus Gittinger
    34 	      All Rights Reserved
    34 	      All Rights Reserved
    35 
    35 
    36 $Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.24 1995-05-03 00:36:19 claus Exp $
    36 $Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.25 1995-05-10 02:29:46 claus Exp $
    37 '!
    37 '!
    38 
    38 
    39 !MenuView class methodsFor:'documentation'!
    39 !MenuView class methodsFor:'documentation'!
    40 
    40 
    41 copyright
    41 copyright
    52 "
    52 "
    53 !
    53 !
    54 
    54 
    55 version
    55 version
    56 "
    56 "
    57 $Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.24 1995-05-03 00:36:19 claus Exp $
    57 $Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.25 1995-05-10 02:29:46 claus Exp $
    58 "
    58 "
    59 !
    59 !
    60 
    60 
    61 documentation
    61 documentation
    62 "
    62 "
   149        argArray for all entries"
   149        argArray for all entries"
   150 
   150 
   151     "OBSOLETE protocol: labels:selectors:args:receiver: knows how to handle a
   151     "OBSOLETE protocol: labels:selectors:args:receiver: knows how to handle a
   152      single symbol-arg for selectors ..."
   152      single symbol-arg for selectors ..."
   153 
   153 
   154     ^ self labels:labels selectors:aSelector args:argArray receiver:anObject
   154     ^ self labels:labels selectors:aSelector args:argArray receiver:anObject in:aTopMenu
   155 !
   155 !
   156 
   156 
   157 labels:labels selectors:selArray args:argArray receiver:anObject for:aTopMenu
   157 labels:labels selectors:selArray args:argArray receiver:anObject for:aTopMenu
   158     "create and return a new MenuView for a topMenu"
   158     "create and return a new MenuView for a topMenu"
   159 
   159