ApplicationModel.st
changeset 1724 936df52c6c04
parent 1706 9d4e0e44942d
child 1726 53657643e254
equal deleted inserted replaced
1723:d5408b5f1d72 1724:936df52c6c04
  1854 
  1854 
  1855 openAsSlave
  1855 openAsSlave
  1856     "open a standard interface as slave"
  1856     "open a standard interface as slave"
  1857 
  1857 
  1858     ^ self openAs:#slave
  1858     ^ self openAs:#slave
       
  1859 
       
  1860     "
       
  1861      WorkspaceApplication new openAsSlave.
       
  1862     "
  1859 !
  1863 !
  1860 
  1864 
  1861 openAt:aPoint
  1865 openAt:aPoint
  1862     "open a standard interface at some point"
  1866     "open a standard interface at some point"
  1863 
  1867 
  2718 ! !
  2722 ! !
  2719 
  2723 
  2720 !ApplicationModel class methodsFor:'documentation'!
  2724 !ApplicationModel class methodsFor:'documentation'!
  2721 
  2725 
  2722 version
  2726 version
  2723     ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.181 2003-02-28 11:42:14 cg Exp $'
  2727     ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.182 2003-03-21 18:05:38 cg Exp $'
  2724 ! !
  2728 ! !
  2725 
  2729 
  2726 ApplicationModel initialize!
  2730 ApplicationModel initialize!