UISelectionPanel.st
changeset 1628 bc3362031d0b
parent 1602 5a4a97678027
child 1662 76cd515f008a
equal deleted inserted replaced
1627:e14aa2449e97 1628:bc3362031d0b
   397            #(#ActionButtonSpec
   397            #(#ActionButtonSpec
   398               #label: 'OK'
   398               #label: 'OK'
   399               #name: 'Button - OK'
   399               #name: 'Button - OK'
   400               #layout: #(#LayoutFrame 2 0 33 0 127 0 55 0)
   400               #layout: #(#LayoutFrame 2 0 33 0 127 0 55 0)
   401               #translateLabel: true
   401               #translateLabel: true
   402               #model: #accept
   402               #model: #doAccept
   403             )
   403             )
   404            #(#ActionButtonSpec
   404            #(#ActionButtonSpec
   405               #label: 'Cancel'
   405               #label: 'Cancel'
   406               #name: 'Button - Cancel'
   406               #name: 'Button - Cancel'
   407               #layout: #(#LayoutFrame 2 0 65 0 127 0 87 0)
   407               #layout: #(#LayoutFrame 2 0 65 0 127 0 87 0)
   408               #translateLabel: true
   408               #translateLabel: true
   409               #model: #cancel
   409               #model: #doCancel
   410             )
   410             )
   411            #(#ActionButtonSpec
   411            #(#ActionButtonSpec
   412               #label: 'Help'
   412               #label: 'Help'
   413               #name: 'Button - Help'
   413               #name: 'Button - Help'
   414               #layout: #(#LayoutFrame 2 0 97 0 127 0 119 0)
   414               #layout: #(#LayoutFrame 2 0 97 0 127 0 119 0)
  2148 !UISelectionPanel class methodsFor:'documentation'!
  2148 !UISelectionPanel class methodsFor:'documentation'!
  2149 
  2149 
  2150 version
  2150 version
  2151     ^ '$Header$'
  2151     ^ '$Header$'
  2152 ! !
  2152 ! !
       
  2153 
  2153 UISelectionPanel initialize!
  2154 UISelectionPanel initialize!
       
  2155 UISelectionPanel::UserDefinedGallery initialize!