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]

WToolbarTip:Init() Method
Construct a toolbar tip object
------------------------------------------------------------------------------

Syntax
WToolbarTip{ <oParent>, <cTitle> , <nX> , <nY> }   -->   SELF

Arguments
<oParent> is the parent (owner) of the window.  Just as <oParent> is
the owner of self, the parent's hWnd will be the actual owner of self's
window (if it has a window on the screen).

<cTitle> specifies the contents of the window to be created.

<nX>, <nY> specify the starting co-ordinates of the tip's window.

Returns
SELF.

Description
This method initialises a toolbar tip object and creates a window on
the screen.

Example
// From SOURCE\OO\CLASSES\TOOLBAR.PRG:
::oTip = WToolbarTip{self, cShort, nX + aPt[1] - 15, nY + aPt[2] + 20}


See Also: WToolbarTip:Create()

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