deUnInheritMenus
deUnInheritMenus(
t_viewType
)
=> t / nil
Description
Removes the inheritance of menus for t_viewType.
Arguments
|
View subtype for which the inheritance of menus is to be removed. |
Value Returned
Examples
Removes dependence of view type "graphic" menus on its parent and returns t.
deUnInheritMenus( "graphic" )
Return to top