NewLauncher.st
changeset 10845 c01d585f5a43
parent 10601 801ca2173f82
child 10847 aae16bffdd78
equal deleted inserted replaced
10844:cbb5f5dd900a 10845:c01d585f5a43
   845 
   845 
   846     "Do not manually edit this!! If it is corrupted,
   846     "Do not manually edit this!! If it is corrupted,
   847      the UIPainter may not be able to read the specification."
   847      the UIPainter may not be able to read the specification."
   848 
   848 
   849     "
   849     "
   850      UIPainter new openOnClass:NewLauncher andSelector:#windowSpec
   850      UIPainter new openOnClass:NewLauncher andSelector:#windowSpec_old
   851      NewLauncher new openInterface:#windowSpec
   851      NewLauncher new openInterface:#windowSpec_old
   852      NewLauncher open
       
   853     "
   852     "
   854 
   853 
   855     <resource: #canvas>
   854     <resource: #canvas>
   856 
   855 
   857     ^ 
   856     ^ 
   858      #(FullSpec
   857      #(FullSpec
   859         name: windowSpec
   858         name: #'windowSpec_old'
   860         window: 
   859         window: 
   861        (WindowSpec
   860        (WindowSpec
   862           label: 'ST/X Launcher'
   861           label: 'ST/X Launcher'
   863           name: 'Launcher'
   862           name: 'ST/X Launcher'
   864           min: (Point 374 44)
   863           min: (Point 540 300)
   865           bounds: (Rectangle 0 0 291 202)
   864           bounds: (Rectangle 0 0 291 202)
   866           menu: menu
   865           menu: menu
   867           icon: windowIcon
   866           icon: windowIcon
   868         )
   867         )
   869         component: 
   868         component: 
   878               name: 'transcriptView'
   877               name: 'transcriptView'
   879               layout: (LayoutFrame 0 0.0 40 0.0 0 1.0 -26 1.0)
   878               layout: (LayoutFrame 0 0.0 40 0.0 0 1.0 -26 1.0)
   880               hasHorizontalScrollBar: true
   879               hasHorizontalScrollBar: true
   881               hasVerticalScrollBar: true
   880               hasVerticalScrollBar: true
   882               miniScrollerHorizontal: true
   881               miniScrollerHorizontal: true
       
   882               hasKeyboardFocusInitially: false
   883             )
   883             )
   884            (UISubSpecification
   884            (UISubSpecification
   885               name: 'infoBarSubSpec'
   885               name: 'infoBarSubSpec'
   886               layout: (LayoutFrame 0 0.0 -26 1 0 1.0 0 1.0)
   886               layout: (LayoutFrame 0 0.0 -26 1 0 1.0 0 1.0)
   887               majorKey: ToolApplicationModel
   887               majorKey: ToolApplicationModel
  4313 
  4313 
  4314 !NewLauncher methodsFor:'queries'!
  4314 !NewLauncher methodsFor:'queries'!
  4315 
  4315 
  4316 preferredExtent
  4316 preferredExtent
  4317 
  4317 
  4318     ^ super preferredExtent max: Screen current extent // (2.5 @ 3.5)
  4318     ^ super preferredExtent min: Screen current extent // (2.5 @ 3.5)
  4319 !
  4319 !
  4320 
  4320 
  4321 useNewSettingsApplication
  4321 useNewSettingsApplication
  4322     ^ UserPreferences current useNewSettingsApplication.
  4322     ^ UserPreferences current useNewSettingsApplication.
  4323 !
  4323 !
  4791 ! !
  4791 ! !
  4792 
  4792 
  4793 !NewLauncher class methodsFor:'documentation'!
  4793 !NewLauncher class methodsFor:'documentation'!
  4794 
  4794 
  4795 version
  4795 version
  4796     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.415 2011-08-19 10:19:16 cg Exp $'
  4796     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.416 2011-10-28 12:16:58 stefan Exp $'
  4797 !
  4797 !
  4798 
  4798 
  4799 version_CVS
  4799 version_CVS
  4800     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.415 2011-08-19 10:19:16 cg Exp $'
  4800     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.416 2011-10-28 12:16:58 stefan Exp $'
  4801 !
  4801 !
  4802 
  4802 
  4803 version_SVN
  4803 version_SVN
  4804     ^ '§Id: NewLauncher.st 7772 2011-06-08 21:59:15Z vranyj1 §'
  4804     ^ '§Id: NewLauncher.st 7772 2011-06-08 21:59:15Z vranyj1 §'
  4805 ! !
  4805 ! !