Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Pwbwindow Function
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     The Pwbwindow function opens PWB windows. If the specified window
     is already open, PWB switches to that window.
 
     Arg Pwbwindow («arg» «pwbwindow»)
          Opens the PWB window with the name at the cursor. The name is
          specified by the text from the cursor to the first blank
          character.
 
     Arg <textarg> Pwbwindow («arg» <textarg> «pwbwindow»)
          Opens the specified PWB window.
 
     Arg Meta Pwbwindow («arg» «meta» «pwbwindow»)
          Closes the PWB window specified by the name at the cursor.
 
     Arg <textarg> Meta Pwbwindow («arg» <textarg> «meta» «pwbwindow»)
          Closes the specified PWB window.
 
     Returns
 
     True:  The specified window was opened.
     False: The window could not be opened.
 
     See
 
     Pseudofiles
 
     See
 
     Color
     Window menu, PWB windows,
                                    -♦-