Creates a new empty toolbar. To add buttons to the toolbar use command DefineToolBar .
CreateToolBar <context-name> <toolbar-name>
| 
                             /vert  | 
                        
                             Toolbar will be positioned on a new row below the standard toolbar. Otherwise it will be placed to right of the standard toolbar  | 
                    ||||||||||||||||||||||||||||
| 
                             context-name  | 
                        
                             
                                Name of window where toolbar is to reside. Must be one of:
                                 
                        
  | 
                    ||||||||||||||||||||||||||||
| 
                             toolbar-name  | 
                        
                             
                                User assigned name for toolbar. You can use any name that
              doesn't clash with a pre-defined toolbar name as defined in the
              table below. The name must not contain spaces. Pre-defined toolbars are:
                                 
                            
 This name is used to reference the tool bar in the DefineToolBar command.  | 
                    
CreateToolBar VerilogAEditor verilogtoolbar CreateToolBar VerilogHDLEditor verilogtoolbarThe toolbar will show in both Verilog-A and Verilog-HDL editors Changes to the toolbar configuration of a window type (i.e. context), do not take effect until all windows of that type have been closed.
| ▲ Command Summary ▲ | ||
| ◄ CreateSym | CreateToolButton ▶ | |