SettingsDialog.st
changeset 14306 9dfa3f159bd3
parent 14305 be12b81e53ff
child 14318 9ba7b1cfc4c4
equal deleted inserted replaced
14305:be12b81e53ff 14306:9dfa3f159bd3
   635     aBoolean ifFalse:[
   635     aBoolean ifFalse:[
   636         self applicationList root children do:[:e|e expand].
   636         self applicationList root children do:[:e|e expand].
   637     ]
   637     ]
   638 
   638 
   639     "Modified: / 15-10-2011 / 12:06:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   639     "Modified: / 15-10-2011 / 12:06:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   640 !
       
   641 
       
   642 subCanvasApplication
       
   643     ^ self subCanvasApplicationHolder value
   640 ! !
   644 ! !
   641 
   645 
   642 !SettingsDialog methodsFor:'actions'!
   646 !SettingsDialog methodsFor:'actions'!
   643 
   647 
   644 changeLabelTo:aLabel application:aApplication
   648 changeLabelTo:aLabel application:aApplication
  1430     self subCanvasApplicationHolder value:app.
  1434     self subCanvasApplicationHolder value:app.
  1431     self modifiedChanged.
  1435     self modifiedChanged.
  1432 
  1436 
  1433     "Modified: / 29-10-2010 / 11:51:13 / cg"
  1437     "Modified: / 29-10-2010 / 11:51:13 / cg"
  1434     "Modified: / 17-02-2012 / 10:24:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1438     "Modified: / 17-02-2012 / 10:24:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1435 !
       
  1436 
       
  1437 subCanvasApplication
       
  1438     ^ self subCanvasApplicationHolder value
       
  1439 !
  1439 !
  1440 
  1440 
  1441 update:something with:aParameter from:changedObject
  1441 update:something with:aParameter from:changedObject
  1442     |subCanvasApplication|
  1442     |subCanvasApplication|
  1443 
  1443 
  1863 ! !
  1863 ! !
  1864 
  1864 
  1865 !SettingsDialog class methodsFor:'documentation'!
  1865 !SettingsDialog class methodsFor:'documentation'!
  1866 
  1866 
  1867 version
  1867 version
  1868     ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.114 2014-05-06 14:48:12 cg Exp $'
  1868     ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.115 2014-05-06 14:48:24 cg Exp $'
  1869 !
  1869 !
  1870 
  1870 
  1871 version_CVS
  1871 version_CVS
  1872     ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.114 2014-05-06 14:48:12 cg Exp $'
  1872     ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.115 2014-05-06 14:48:24 cg Exp $'
  1873 ! !
  1873 ! !
  1874 
  1874 
  1875 
  1875 
  1876 SettingsDialog initialize!
  1876 SettingsDialog initialize!