CoCoA:ResetPanels

From ApCoCoAWiki

ResetPanels

reset panels to their default values

Description

This function resets the options in the CoCoA panels to their default

values.

Example

  Set Indentation;
  Panel(GENERAL);

Echo............... : FALSE
Timer.............. : FALSE
Trace.............. : FALSE
Indentation........ : TRUE
TraceSources....... : FALSE
SuppressWarnings... : FALSE
ComputationStack... : FALSE
-------------------------------
  ResetPanels();
  Panel(GENERAL);

Echo............... : FALSE
Timer.............. : FALSE
Trace.............. : FALSE
Indentation........ : FALSE
TraceSources....... : FALSE
SuppressWarnings... : FALSE
ComputationStack... : FALSE
-------------------------------

Syntax

ResetPanels():NULL

Introduction to Panels

Reset

   <type>panels</type>
   <type>system</type>