geGetEnablePredicate
geGetEnablePredicate(r_menu t_appName) =>n_enablePredicate
Description
Returns the enable predicate of the menu for the application named appName or nil if undefined.
Arguments
|
The array, not the symbolic name, of a menu that is returned by |
|
|
The text or symbolic name used to uniquely identify your application’s menu update system. |
Value Returned
|
The enable predicate of the |
|
Examples
Returns the enable predicate of the menu for the application.
leCreateConicsItem
=> array[8]:108643592
geGetEnablePredicate(leCreateConicsItem ’default)
=> 2
Related Topics
Automatic Menu Enabling Functions
Return to top