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 [^^Up^^] [Menu] [About The Guide]
 WToolbarTip            Tool bar tip (balloon help) class
 ----------------------------------------------------------------------------
 WToolbarTip
 Tool bar tip (balloon help) class
 ----------------------------------------------------------------------------
 
 Properties
 Messages       An array of the messages (WM_*) handled by the window
 WndStyle       The control's usual style (a combination of WS_* values)
 
 Methods
 WToolbarTip:Create()        Create a window
 WToolbarTip:Init()          Construct a tool bar tip object
 WToolbarTip:Paint()         Draw/re-draw the object
 WToolbarTip:RegisterClass() Register a window class, if needed
 
 Inherits From
 WWindow
 
 Inherited By
 Nothing.
 
 Description
 This class implements a tool bar tip, also called balloon help,
 i.e. a small popup window that appears when the mouse pauses over
 part of a tool bar.
 
 Example
 // From SOURCE\OO\CLASSES\TOOLBAR.PRG:
 ::oTip = WToolbarTip{self, cShort, nX + aPt[1] - 15, nY + aPt[2] + 20}
 
 See Also  (press Enter)

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