[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
oWin:Resize( <nSizeType>, <nWidth>, <nHeight> ) -> <0>
------------------------------------------------------------------------------
PARAMETER:
<nSizeType> Determines the type of resize operation that was executed.
Can be one of the following values:
SIZE_RESTORED 0 Window has been resized, but neither
SIZE_MINIMIZED nor SIZE_MAXIMIZED applies
SIZE_MINIMIZED 1 Window has been minimized.
SIZE_MAXIMIZED 2 Window has been maximized.
SIZE_MAXSHOW 3 Message is sent to all pop-up windows
when some other window has been restored
to its former size.
SIZE_MAXHIDE 4 Message is sent to all pop-up windows
when some other window is maximized.
<nWidth> The new width of the windows client area ( in pixels )
<nHeight> The new height of the windows client area ( in pixels )
DESCRIPTION:
This method is called after the window is resized ( when it gets a
WM_SIZE message ).
It receives informations about the new size and how the initial state
was (ie the window was maximized, minimized .. ). In turn ::Resize()
will call the adjust methods of button- and messagebar to adjust their
size also.
After that ::reSize() evaluates the bResized codeblock, which
receives all of the above three parameters.
!seealso::"SetSize" "bReSized" "CoorsUpdate" window.eho:"ACTIVATE WINDOW"
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson