ProcessMonitorV2.st
changeset 9807 6ad85e2e00b3
parent 9802 bc9e5d0493ff
child 10578 2ca84430d4a2
equal deleted inserted replaced
9806:80452f6ab4f6 9807:6ad85e2e00b3
   682      ProcessMonitorV2 open
   682      ProcessMonitorV2 open
   683     "
   683     "
   684 
   684 
   685     <resource: #canvas>
   685     <resource: #canvas>
   686 
   686 
   687     ^
   687     ^ 
   688      #(FullSpec
   688      #(FullSpec
   689         name: windowSpec
   689         name: windowSpec
   690         window:
   690         window: 
   691        (WindowSpec
   691        (WindowSpec
   692           label: 'ProcessMonitor'
   692           label: 'ProcessMonitor'
   693           name: 'ProcessMonitor'
   693           name: 'ProcessMonitor'
   694           min: (Point 10 10)
   694           min: (Point 10 10)
   695           bounds: (Rectangle 0 0 791 358)
   695           bounds: (Rectangle 0 0 791 358)
   696           menu: mainMenu
   696           menu: mainMenu
       
   697           icon: defaultIcon
   697         )
   698         )
   698         component:
   699         component: 
   699        (SpecCollection
   700        (SpecCollection
   700           collection: (
   701           collection: (
   701            (MenuPanelSpec
   702            (MenuPanelSpec
   702               name: 'ToolBar1'
   703               name: 'ToolBar1'
   703               layout: (LayoutFrame 0 0.0 0 0 0 1.0 32 0)
   704               layout: (LayoutFrame 0 0.0 0 0 0 1.0 32 0)
   728             )
   729             )
   729            (ViewSpec
   730            (ViewSpec
   730               name: 'Box1'
   731               name: 'Box1'
   731               layout: (LayoutFrame -396 1 -22 1 -306 1 0 1)
   732               layout: (LayoutFrame -396 1 -22 1 -306 1 0 1)
   732               level: 0
   733               level: 0
   733               component:
   734               component: 
   734              (SpecCollection
   735              (SpecCollection
   735                 collection: (
   736                 collection: (
   736                  (ArrowButtonSpec
   737                  (ArrowButtonSpec
   737                     name: 'ArrowButton3'
   738                     name: 'ArrowButton3'
   738                     layout: (LayoutFrame 68 0 0 0 89 0 20 0)
   739                     layout: (LayoutFrame 68 0 0 0 89 0 20 0)
   761                     autoRepeat: true
   762                     autoRepeat: true
   762                     actionValue: ''
   763                     actionValue: ''
   763                     direction: down
   764                     direction: down
   764                   )
   765                   )
   765                  )
   766                  )
   766 
   767                
   767               )
   768               )
   768             )
   769             )
   769            (LabelSpec
   770            (LabelSpec
   770               label: 'Update List Delay (s):'
   771               label: 'Update List Delay (s):'
   771               name: 'ListUpdateLabel'
   772               name: 'ListUpdateLabel'
   775             )
   776             )
   776            (ViewSpec
   777            (ViewSpec
   777               name: 'Box2'
   778               name: 'Box2'
   778               layout: (LayoutFrame -89 1 -21 1 1 1 1 1)
   779               layout: (LayoutFrame -89 1 -21 1 1 1 1 1)
   779               level: 0
   780               level: 0
   780               component:
   781               component: 
   781              (SpecCollection
   782              (SpecCollection
   782                 collection: (
   783                 collection: (
   783                  (ArrowButtonSpec
   784                  (ArrowButtonSpec
   784                     name: 'ArrowButton5'
   785                     name: 'ArrowButton5'
   785                     layout: (LayoutFrame 68 0 0 0 89 0 20 0)
   786                     layout: (LayoutFrame 68 0 0 0 89 0 20 0)
   808                     autoRepeat: true
   809                     autoRepeat: true
   809                     actionValue: ''
   810                     actionValue: ''
   810                     direction: down
   811                     direction: down
   811                   )
   812                   )
   812                  )
   813                  )
   813 
   814                
   814               )
   815               )
   815             )
   816             )
   816            )
   817            )
   817 
   818          
   818         )
   819         )
   819       )
   820       )
   820 ! !
   821 ! !
   821 
   822 
   822 !ProcessMonitorV2 class methodsFor:'menu specs'!
   823 !ProcessMonitorV2 class methodsFor:'menu specs'!
  3293 ! !
  3294 ! !
  3294 
  3295 
  3295 !ProcessMonitorV2 class methodsFor:'documentation'!
  3296 !ProcessMonitorV2 class methodsFor:'documentation'!
  3296 
  3297 
  3297 version
  3298 version
  3298     ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.53 2011-03-24 14:34:20 stefan Exp $'
  3299     ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.54 2011-03-25 19:06:32 stefan Exp $'
  3299 !
  3300 !
  3300 
  3301 
  3301 version_CVS
  3302 version_CVS
  3302     ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.53 2011-03-24 14:34:20 stefan Exp $'
  3303     ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitorV2.st,v 1.54 2011-03-25 19:06:32 stefan Exp $'
  3303 ! !
  3304 ! !