PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
SetSubWinHeight
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
  Syntax:  flagType SetSubWinHeight( PWND SubWindow, WORD Height );
 
  Returns: True when the height of the subwindow is succesfully set;
           false when the specified height leaves fewer than two lines
           visible in the parent window.
 
  See:     GenEditSubWindow, GetEditorObject, GetEditSubWindow,
           SetSubWinHeight, SetSubWinPFile, SetSubWinView
 
     SetSubWinHeight changes the number of lines diplayed in a
     subwindow.
 
     Argument       Description
 
     <SubWindow>    Subwindow handle.
     <Height>       Number of lines to display in the subwindow.
                                    -♦-