PrintingDialog.st
changeset 4063 60bb57d8b7d5
parent 3679 0279c8453219
child 4067 84e3a54e32ef
equal deleted inserted replaced
4062:db9056656c2d 4063:60bb57d8b7d5
   560               reverseOrderIfOKAtLeft: true
   560               reverseOrderIfOKAtLeft: true
   561               component: 
   561               component: 
   562              (SpecCollection
   562              (SpecCollection
   563                 collection: (
   563                 collection: (
   564                  (ActionButtonSpec
   564                  (ActionButtonSpec
   565                     label: 'Setup'
   565                     label: 'Setup...'
   566                     name: 'SetupButton'
   566                     name: 'SetupButton'
   567                     translateLabel: true
   567                     translateLabel: true
   568                     model: openSetup
   568                     model: openSetup
   569                     enableChannel: setupActionEnabledHolder
   569                     enableChannel: setupActionEnabledHolder
   570                     extent: (Point 115 22)
   570                     extent: (Point 115 22)
   580                     label: 'Print'
   580                     label: 'Print'
   581                     name: 'OKButton'
   581                     name: 'OKButton'
   582                     translateLabel: true
   582                     translateLabel: true
   583                     model: accept
   583                     model: accept
   584                     enableChannel: okButtonEnabledHolder
   584                     enableChannel: okButtonEnabledHolder
       
   585                     isDefault: true
       
   586                     defaultable: true
   585                     extent: (Point 115 22)
   587                     extent: (Point 115 22)
   586                   )
   588                   )
   587                  )
   589                  )
   588                
   590                
   589               )
   591               )
   640     "Created: / 02-08-2006 / 16:46:50 / fm"
   642     "Created: / 02-08-2006 / 16:46:50 / fm"
   641     "Modified: / 03-08-2006 / 11:28:12 / fm"
   643     "Modified: / 03-08-2006 / 11:28:12 / fm"
   642     "Modified: / 10-10-2006 / 17:44:51 / cg"
   644     "Modified: / 10-10-2006 / 17:44:51 / cg"
   643 ! !
   645 ! !
   644 
   646 
       
   647 !PrintingDialog class methodsFor:'others'!
       
   648 
       
   649 version_CVS
       
   650     ^ '$Header: /cvs/stx/stx/libwidg2/PrintingDialog.st,v 1.21 2011-07-19 11:48:04 cg Exp $'
       
   651 ! !
       
   652 
   645 !PrintingDialog class methodsFor:'queries'!
   653 !PrintingDialog class methodsFor:'queries'!
   646 
   654 
   647 confirmUsageOfDefaultPrinterSettings
   655 confirmUsageOfDefaultPrinterSettings
   648     "ask if printing should be done with the last printer.
   656     "ask if printing should be done with the last printer.
   649      Return true, false or nil (for cancel)"
   657      Return true, false or nil (for cancel)"
  1427 ! !
  1435 ! !
  1428 
  1436 
  1429 !PrintingDialog class methodsFor:'documentation'!
  1437 !PrintingDialog class methodsFor:'documentation'!
  1430 
  1438 
  1431 version
  1439 version
  1432     ^ '$Header: /cvs/stx/stx/libwidg2/PrintingDialog.st,v 1.20 2009-03-30 13:49:44 sr Exp $'
  1440     ^ '$Header: /cvs/stx/stx/libwidg2/PrintingDialog.st,v 1.21 2011-07-19 11:48:04 cg Exp $'
  1433 ! !
  1441 ! !
  1434 
  1442 
  1435 PrintingDialog initialize!
  1443 PrintingDialog initialize!