Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

WToolbar:Move() Method
Re-position and/or change the size of the toolbar's window
------------------------------------------------------------------------------

Syntax
<oWnd>:Move( [ <nX> ] , [ <nY> ] , <nWidth>, [ <nHeight> ] ,
             [ <lRepaint> ] )   -->   lSuccess

Arguments
<nX>, <nY> specify the new position of the top left-hand
corner of the window in pixels.  They each default to zero (0).

<nWidth>, <nHeight> specify the new size of the window in
pixels.  The height defaults to the toolbar's existing height.

<lRepaint> is logical TRUE (.T.) if you want the window to be
re-drawn, or FALSE (.F.) if not.  Note: a numeric (0 or 1) can
also be used, for backwards compatibility.  The default is .F.

Returns
If successful, a logical TRUE (.T.) is returned, otherwise
FALSE (.F.) is returned.

Description
This method is typically used to keep the toolbar a in
sensible position when the user re-sizes its parent window.

Example


See Also: WFrameWindow:OnSize() MoveWindow()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson