MenuEditor.st
changeset 1668 3e83796a3e0e
parent 1660 442cdb5b1e0b
child 1669 e6ea33c843a0
equal deleted inserted replaced
1667:f02a0dad97c5 1668:3e83796a3e0e
  2856     aspects at:#notDelayedMenu ifAbsentPut:[
  2856     aspects at:#notDelayedMenu ifAbsentPut:[
  2857         true asValue
  2857         true asValue
  2858     ].
  2858     ].
  2859 ! !
  2859 ! !
  2860 
  2860 
  2861 !MenuEditor::Item class methodsFor:'interface - specs'!
  2861 !MenuEditor::Item class methodsFor:'interface specs'!
  2862 
  2862 
  2863 detailsEditSpec
  2863 detailsEditSpec
  2864     "This resource specification was automatically generated
  2864     "This resource specification was automatically generated
  2865      by the UIPainter of ST/X."
  2865      by the UIPainter of ST/X."
  2866 
  2866 
  3362     aspects at:#hasNoDelayedMenuValue ifAbsentPut:[
  3362     aspects at:#hasNoDelayedMenuValue ifAbsentPut:[
  3363 	true asValue
  3363 	true asValue
  3364     ].
  3364     ].
  3365 ! !
  3365 ! !
  3366 
  3366 
  3367 !MenuEditor::ActionItem class methodsFor:'interface - specs'!
  3367 !MenuEditor::ActionItem class methodsFor:'interface specs'!
  3368 
  3368 
  3369 basicsEditSpec
  3369 basicsEditSpec
  3370     "This resource specification was automatically generated
  3370     "This resource specification was automatically generated
  3371      by the UIPainter of ST/X."
  3371      by the UIPainter of ST/X."
  3372 
  3372 
  3771 
  3771 
  3772 defaultLabel
  3772 defaultLabel
  3773     ^ 'Linked Menu'
  3773     ^ 'Linked Menu'
  3774 ! !
  3774 ! !
  3775 
  3775 
  3776 !MenuEditor::LinkedMenuItem class methodsFor:'interface - specs'!
  3776 !MenuEditor::LinkedMenuItem class methodsFor:'interface specs'!
  3777 
  3777 
  3778 basicsEditSpec
  3778 basicsEditSpec
  3779     "This resource specification was automatically generated
  3779     "This resource specification was automatically generated
  3780      by the UIPainter of ST/X."
  3780      by the UIPainter of ST/X."
  3781 
  3781 
  4054     item menu:aMenu labeled:aString.
  4054     item menu:aMenu labeled:aString.
  4055     item translateLabel:translateLabel.
  4055     item translateLabel:translateLabel.
  4056     ^ item
  4056     ^ item
  4057 ! !
  4057 ! !
  4058 
  4058 
  4059 !MenuEditor::RegularMenuItem class methodsFor:'interface - specs'!
  4059 !MenuEditor::RegularMenuItem class methodsFor:'interface specs'!
  4060 
  4060 
  4061 basicsEditSpec
  4061 basicsEditSpec
  4062     "This resource specification was automatically generated
  4062     "This resource specification was automatically generated
  4063      by the UIPainter of ST/X."
  4063      by the UIPainter of ST/X."
  4064 
  4064 
  4785 addBindingsTo:aspects for:aMenuEditor
  4785 addBindingsTo:aspects for:aMenuEditor
  4786     "add additional bindings to the aspects
  4786     "add additional bindings to the aspects
  4787     "
  4787     "
  4788 ! !
  4788 ! !
  4789 
  4789 
  4790 !MenuEditor::RootItem class methodsFor:'interface - specs'!
  4790 !MenuEditor::RootItem class methodsFor:'interface specs'!
  4791 
  4791 
  4792 basicsEditSpec
  4792 basicsEditSpec
  4793     "This resource specification was automatically generated
  4793     "This resource specification was automatically generated
  4794      by the UIPainter of ST/X."
  4794      by the UIPainter of ST/X."
  4795 
  4795 
  4991 	( #single       '-'     'single line')
  4991 	( #single       '-'     'single line')
  4992 	( #double       '='     'double line')
  4992 	( #double       '='     'double line')
  4993       )
  4993       )
  4994 ! !
  4994 ! !
  4995 
  4995 
  4996 !MenuEditor::SeparatorItem class methodsFor:'interface - specs'!
  4996 !MenuEditor::SeparatorItem class methodsFor:'interface specs'!
  4997 
  4997 
  4998 basicsEditSpec
  4998 basicsEditSpec
  4999     "This resource specification was automatically generated
  4999     "This resource specification was automatically generated
  5000      by the UIPainter of ST/X."
  5000      by the UIPainter of ST/X."
  5001 
  5001