MenuEditor.st
changeset 613 5bdf59b03e8e
parent 612 e0fd14c460ae
child 621 9041bf2ae467
equal deleted inserted replaced
612:e0fd14c460ae 613:5bdf59b03e8e
   124 
   124 
   125 #addMenuSeparator
   125 #addMenuSeparator
   126 'Adds a new menu separator.'
   126 'Adds a new menu separator.'
   127 
   127 
   128 #addSubMenu
   128 #addSubMenu
   129 'Adds a new submenu.'
   129 'Adds a new sub menu.'
   130 
   130 
   131 #addSubMenuLink
   131 #addSubMenuLink
   132 'Adds a new linked submenu.'
   132 'Adds a new linked sub menu.'
   133 
   133 
   134 #basicsAction
   134 #basicsAction
   135 'A block or a selector with 0, 1 (the argument field), or 2 (the selected item) arguments.'
   135 'A block or a selector with 0, 1 (the argument field), or 2 (the selected item) arguments.'
   136 
   136 
   137 #basicsArgument
   137 #basicsArgument
   138 'An argument passed to above selector, if it is a 1- or a 2-argument selector.'
   138 'An argument passed to above selector, if it is a 1 or a 2 argument selector.'
   139 
   139 
   140 #basicsIndication
   140 #basicsIndication
   141 'A boolean value holder, a boolean evaluating block, or a boolean returning selector for specifying indication state.'
   141 'A boolean value holder, a boolean evaluating block, or a boolean returning selector for specifying indication state.'
   142 
   142 
   143 #basicsIsButton
   143 #basicsIsButton
   145 
   145 
   146 #basicsLabel
   146 #basicsLabel
   147 'Label of the item.'
   147 'Label of the item.'
   148 
   148 
   149 #basicsMenu
   149 #basicsMenu
   150 'A value holder providing the submenu to be opened if item is selected.'
   150 'A value holder providing the sub menu to be opened if item is selected.'
   151 
   151 
   152 #basicsMenuArgument
   152 #basicsMenuArgument
   153 'An argument passes with menu selector.'
   153 'An argument passes with menu selector.'
   154 
   154 
   155 #basicsNameKey
   155 #basicsNameKey
   156 'Unique identifier of the item (optional).'
   156 'Unique identifier of the item (optional).'
   157 
   157 
   158 #basicsSelector
   158 #basicsSelector
   159 'Selector for the generated menu should be installed.'
   159 'Selector under which the generated menu spec is saved.'
   160 
   160 
   161 #basicsSeparatorType
   161 #basicsSeparatorType
   162 'List of valid separators.'
   162 'List of valid separators.'
   163 
   163 
   164 #basicsTranslateLabel
   164 #basicsTranslateLabel
   169 
   169 
   170 #detailsAccessCharaterPosition
   170 #detailsAccessCharaterPosition
   171 'Index of the access character position of the textual label (optional).'
   171 'Index of the access character position of the textual label (optional).'
   172 
   172 
   173 #detailsEnabled
   173 #detailsEnabled
   174 'A boolean value holder providing en- or disabling of the menu item..'
   174 'A boolean value holder providing en- or disabling of the menu item.'
   175 
   175 
   176 #detailsVisibility
   176 #detailsVisibility
   177 'A boolean value holder providing visibility of the menu item.'
   177 'A boolean value holder providing visibility of the menu item.'
   178 
   178 
   179 #fileLoad
   179 #fileLoad
   196 
   196 
   197 #imageRetriever
   197 #imageRetriever
   198 'Class implementing the image resource method. If no class is given, the current application class will be taken.'
   198 'Class implementing the image resource method. If no class is given, the current application class will be taken.'
   199 
   199 
   200 #imageSelector
   200 #imageSelector
   201 'Selector which returns an image.'
   201 'Selector returning an image.'
   202 
   202 
   203 )
   203 )
   204 
   204 
   205 ! !
   205 ! !
   206 
   206