FontMenu.st
changeset 1808 e8628b502a49
parent 1427 03d90634fbbd
child 1818 fe99c5c721e9
equal deleted inserted replaced
1807:51d202a9eac5 1808:e8628b502a49
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 
    13 
       
    14 
       
    15 "{ Package: 'stx:libtool2' }"
    14 
    16 
    15 MenuPanel subclass:#FontMenu
    17 MenuPanel subclass:#FontMenu
    16 	instanceVariableNames:'model enabledChannel fontFamily fontFace fontStyle fontSize'
    18 	instanceVariableNames:'model enabledChannel fontFamily fontFace fontStyle fontSize'
    17 	classVariableNames:''
    19 	classVariableNames:''
    18 	poolDictionaries:''
    20 	poolDictionaries:''
   146           ) nil
   148           ) nil
   147           nil
   149           nil
   148       )
   150       )
   149 ! !
   151 ! !
   150 
   152 
   151 !FontMenu methodsFor:'accept'!
   153 !FontMenu methodsFor:'accepting'!
   152 
   154 
   153 accept:anItem
   155 accept:anItem
   154     "accept current selected item
   156     "accept current selected item
   155     "
   157     "
   156     |item selector arg|
   158     |item selector arg|
   361 ! !
   363 ! !
   362 
   364 
   363 !FontMenu class methodsFor:'documentation'!
   365 !FontMenu class methodsFor:'documentation'!
   364 
   366 
   365 version
   367 version
   366     ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.8 1999-07-02 09:53:18 cg Exp $'
   368     ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.9 2000-08-16 21:23:23 cg Exp $'
   367 ! !
   369 ! !