UISelectionPanel.st
changeset 2713 f766f0c6e7d7
parent 2566 db71c37b1f29
child 3059 cc9b8daf00bc
equal deleted inserted replaced
2712:cddda688a9f2 2713:f766f0c6e7d7
   572         window: 
   572         window: 
   573        (WindowSpec
   573        (WindowSpec
   574           label: 'Buttons'
   574           label: 'Buttons'
   575           name: 'Buttons'
   575           name: 'Buttons'
   576           min: (Point 10 10)
   576           min: (Point 10 10)
   577           bounds: (Rectangle 16 52 456 210)
   577           bounds: (Rectangle 0 0 440 196)
   578         )
   578         )
   579         component: 
   579         component: 
   580        (SpecCollection
   580        (SpecCollection
   581           collection: (
   581           collection: (
   582            (ActionButtonSpec
   582            (ActionButtonSpec
   679            (ArrowButtonSpec
   679            (ArrowButtonSpec
   680               name: 'Arrow Button'
   680               name: 'Arrow Button'
   681               layout: (LayoutFrame 296 0 65 0 318 0 87 0)
   681               layout: (LayoutFrame 296 0 65 0 318 0 87 0)
   682               isTriggerOnDown: true
   682               isTriggerOnDown: true
   683               direction: right
   683               direction: right
       
   684             )
       
   685            (ActionButtonSpec
       
   686               label: '...'
       
   687               name: 'Button1'
       
   688               layout: (LayoutFrame 0 0 160 0 20 0 182 0)
       
   689               translateLabel: true
       
   690               model: someAction
   684             )
   691             )
   685            )
   692            )
   686          
   693          
   687         )
   694         )
   688       )
   695       )
  2520 
  2527 
  2521 !UISelectionPanel class methodsFor:'documentation'!
  2528 !UISelectionPanel class methodsFor:'documentation'!
  2522 
  2529 
  2523 version
  2530 version
  2524     ^ '$Header$'
  2531     ^ '$Header$'
       
  2532 !
       
  2533 
       
  2534 version_CVS
       
  2535     ^ '$Header$'
  2525 ! !
  2536 ! !
  2526 
  2537 
  2527 UISelectionPanel initialize!
  2538 UISelectionPanel initialize!
  2528 UISelectionPanel::UserDefinedGallery initialize!
  2539 UISelectionPanel::UserDefinedGallery initialize!