MCDialog.st
changeset 770 2b27b2adbc3a
parent 584 66c2fd50afac
child 990 3a15e62566ac
equal deleted inserted replaced
769:6a647dbd3630 770:2b27b2adbc3a
   475             )
   475             )
   476            (UISubSpecification
   476            (UISubSpecification
   477               name: 'Buttons'
   477               name: 'Buttons'
   478               layout: (LayoutFrame 130 0 -30 1 0 1 0 1)
   478               layout: (LayoutFrame 130 0 -30 1 0 1 0 1)
   479               minorKey: buttonsSpec
   479               minorKey: buttonsSpec
       
   480               keepSpaceForOSXResizeHandleH: true
   480             )
   481             )
   481            (LinkButtonSpec
   482            (LinkButtonSpec
   482               label: 'Help'
   483               label: 'Help'
   483               name: 'Help'
   484               name: 'Help'
   484               layout: (LayoutFrame 53 0 -26 1 153 0 -3 1)
   485               layout: (LayoutFrame 53 0 -26 1 153 0 -3 1)
   976 ! !
   977 ! !
   977 
   978 
   978 !MCDialog class methodsFor:'documentation'!
   979 !MCDialog class methodsFor:'documentation'!
   979 
   980 
   980 version
   981 version
   981     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDialog.st,v 1.5 2012-09-11 21:13:10 cg Exp $'
   982     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDialog.st,v 1.6 2013-03-28 00:13:45 cg Exp $'
   982 !
   983 !
   983 
   984 
   984 version_CVS
   985 version_CVS
   985     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDialog.st,v 1.5 2012-09-11 21:13:10 cg Exp $'
   986     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDialog.st,v 1.6 2013-03-28 00:13:45 cg Exp $'
   986 !
   987 !
   987 
   988 
   988 version_SVN
   989 version_SVN
   989     ^ '§Id: MCDialog.st 12 2010-09-15 13:13:22Z vranyj1 §'
   990     ^ '§Id: MCDialog.st 12 2010-09-15 13:13:22Z vranyj1 §'
   990 ! !
   991 ! !
       
   992