NewLauncher.st
changeset 14034 96b0af8d70a6
parent 13931 3ba366fe8c8f
child 14074 58c1a77c5fdb
equal deleted inserted replaced
14033:a8387e4a0a78 14034:96b0af8d70a6
   798 
   798 
   799 windowSpec_new
   799 windowSpec_new
   800     "This resource specification was automatically generated
   800     "This resource specification was automatically generated
   801      by the UIPainter of ST/X."
   801      by the UIPainter of ST/X."
   802 
   802 
       
   803 
   803     "Do not manually edit this!! If it is corrupted,
   804     "Do not manually edit this!! If it is corrupted,
   804      the UIPainter may not be able to read the specification."
   805      the UIPainter may not be able to read the specification."
   805 
   806 
   806     "
   807     "
   807      UIPainter new openOnClass:NewLauncher andSelector:#windowSpec_new
   808      UIPainter new openOnClass:NewLauncher andSelector:#windowSpec_new
   810 
   811 
   811     <resource: #canvas>
   812     <resource: #canvas>
   812 
   813 
   813     ^
   814     ^
   814      #(FullSpec
   815      #(FullSpec
   815 	name: #'windowSpec_new'
   816         name: #'windowSpec_new'
   816 	window:
   817         window:
   817        (WindowSpec
   818        (WindowSpec
   818 	  label: 'ST/X Launcher'
   819           label: 'ST/X Launcher'
   819 	  name: 'ST/X Launcher'
   820           name: 'ST/X Launcher'
   820 	  min: (Point 374 44)
   821           min: (Point 374 44)
   821 	  bounds: (Rectangle 0 0 374 202)
   822           bounds: (Rectangle 0 0 374 202)
   822 	  menu: menu
   823           menu: menu
   823 	  icon: windowIcon
   824           icon: windowIcon
   824 	)
   825         )
   825 	component:
   826         component:
   826        (SpecCollection
   827        (SpecCollection
   827 	  collection: (
   828           collection: (
   828 	   (MenuPanelSpec
   829            (MenuPanelSpec
   829 	      name: 'menuToolbarView'
   830               name: 'menuToolbarView'
   830 	      layout: (LayoutFrame 0 0.0 0 0 0 1.0 40 0)
   831               layout: (LayoutFrame 0 0.0 0 0 0 1.0 40 0)
   831 	      menu: menuToolbar
   832               menu: menuToolbar
   832 	    )
   833             )
   833 	   (NoteBookViewSpec
   834            (NoteBookViewSpec
   834 	      name: 'NoteBook1'
   835               name: 'NoteBook1'
   835 	      layout: (LayoutFrame 0 0.0 40 0.0 0 1.0 -26 1.0)
   836               layout: (LayoutFrame 0 0.0 40 0.0 0 1.0 -26 1.0)
   836 	      level: 0
   837               level: 0
   837 	      model: selectedTabHolder
   838               model: selectedTabHolder
   838 	      menu: tabList
   839               menu: tabList
   839 	      direction: bottom
   840               direction: bottom
   840 	      useIndex: true
   841               useIndex: true
   841 	      translateLabel: true
   842               translateLabel: true
   842 	      canvas: noteBookCanvasHolder
   843               canvas: noteBookCanvasHolder
   843 	      keepCanvasAlive: true
   844               keepCanvasAlive: true
   844 	    )
   845             )
   845 	   (UISubSpecification
   846            (UISubSpecification
   846 	      name: 'infoBarSubSpec'
   847               name: 'infoBarSubSpec'
   847 	      layout: (LayoutFrame 0 0.0 -26 1 -16 1.0 0 1.0)
   848               layout: (LayoutFrame 0 0.0 -26 1 -16 1.0 0 1.0)
   848 	      majorKey: ToolApplicationModel
   849               majorKey: ToolApplicationModel
   849 	      minorKey: windowSpecForInfoBarWithClock
   850               minorKey: windowSpecForInfoBarWithClock
   850 	      keepSpaceForOSXResizeHandleH: true
   851               keepSpaceForOSXResizeHandleH: true
   851 	    )
   852             )
   852 	   )
   853            )
   853 
   854 
   854 	)
   855         )
   855       )
   856       )
       
   857 
       
   858     "Modified (format): / 24-02-2014 / 15:01:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   856 !
   859 !
   857 
   860 
   858 windowSpec_old
   861 windowSpec_old
   859     "This resource specification was automatically generated
   862     "This resource specification was automatically generated
   860      by the UIPainter of ST/X."
   863      by the UIPainter of ST/X."
  5078 ! !
  5081 ! !
  5079 
  5082 
  5080 !NewLauncher class methodsFor:'documentation'!
  5083 !NewLauncher class methodsFor:'documentation'!
  5081 
  5084 
  5082 version
  5085 version
  5083     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.487 2014-02-13 11:55:25 cg Exp $'
  5086     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.488 2014-02-25 10:42:24 vrany Exp $'
  5084 !
  5087 !
  5085 
  5088 
  5086 version_CVS
  5089 version_CVS
  5087     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.487 2014-02-13 11:55:25 cg Exp $'
  5090     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.488 2014-02-25 10:42:24 vrany Exp $'
  5088 !
  5091 !
  5089 
  5092 
  5090 version_SVN
  5093 version_SVN
  5091     ^ '$Id: NewLauncher.st,v 1.487 2014-02-13 11:55:25 cg Exp $'
  5094     ^ '$Id: NewLauncher.st,v 1.488 2014-02-25 10:42:24 vrany Exp $'
  5092 ! !
  5095 ! !
  5093 
  5096