PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Resize
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
  Syntax:  flagType Resize( PWND Window, ARC Rectangle );
 
  Returns: True if resizing was successful, otherwise false.
 
  See:     CloseWnd, NewWindow, SplitWnd, ARC type Using Windows
 
     Resize changes the size of a window specified by <Window>.
 
     The <Window> handle must have been obtained earlier by using
     NewWindow, SplitWnd or GetEditorObject. The coordinates of the
     requested new size are determined by <Rectangle>.
 
     Resizing cannot take place if the new size is too small, too large,
     or moves the window off the screen. All windows must be at least
     five lines high and ten columns wide.
                                    -♦-