schUnregisterFixedMenu
schUnregisterFixedMenu(
t_category
)
=> t / nil
Description
Unregisters the user-registered fixed menu for a specific cellview type and reassigns the default fixed menu.
Arguments
|
Cellview type for which the default fixed menu is restored; must be enclosed in quotation marks. |
Value Returned
|
Unregistered the user-registered fixed menu for specific cellview type and reassigns the default fixed menu. |
|
Examples
Unregisters the user-registered fixed menu for schematic cellviews and reassigns the system default fixed menu.
schUnregisterFixedMenu( "schematic" )
Return to top