MacButtonBorder.st
changeset 6944 81016c45d31b
parent 6732 b909c5f3bd5c
child 6964 a459b5a03d9c
equal deleted inserted replaced
6943:80ae41ea8a5b 6944:81016c45d31b
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "{ Package: 'stx:libview' }"
     3 "{ Package: 'stx:libview' }"
     2 
     4 
     3 "{ NameSpace: Smalltalk }"
     5 "{ NameSpace: Smalltalk }"
     4 
     6 
     5 AbstractBorder subclass:#MacButtonBorder
     7 AbstractBorder subclass:#MacButtonBorder
    12 !MacButtonBorder class methodsFor:'documentation'!
    14 !MacButtonBorder class methodsFor:'documentation'!
    13 
    15 
    14 documentation
    16 documentation
    15 "
    17 "
    16     an as yet unused and unfinished attempt to provide a mac-osx like
    18     an as yet unused and unfinished attempt to provide a mac-osx like
    17     button border.
    19     button border. These will look like mac buttons up to maverick.
    18     To be continued.
    20     To be continued.
    19 "
    21 "
    20 !
    22 !
    21 
    23 
    22 examples
    24 examples
   276 ! !
   278 ! !
   277 
   279 
   278 !MacButtonBorder class methodsFor:'documentation'!
   280 !MacButtonBorder class methodsFor:'documentation'!
   279 
   281 
   280 version
   282 version
   281     ^ '$Header: /cvs/stx/stx/libview/MacButtonBorder.st,v 1.1 2015-01-12 10:23:17 cg Exp $'
   283     ^ '$Header$'
   282 !
   284 !
   283 
   285 
   284 version_CVS
   286 version_CVS
   285     ^ '$Header: /cvs/stx/stx/libview/MacButtonBorder.st,v 1.1 2015-01-12 10:23:17 cg Exp $'
   287     ^ '$Header$'
   286 ! !
   288 ! !
   287 
   289 
   288 
   290 
   289 MacButtonBorder initialize!
   291 MacButtonBorder initialize!