Programming guideline of WinDom
- NAME
-
BubbleAttach - Link a bubble help to an object.
- PROTOTYPAGE
-
int BubbleAttach( OBJECT *tree, int index, char *help);
- PARAMETERS
-
- tree:
- object tree address,
- index:
- object index,
- help:
- address of string to display in the bubble
(the string is not duplicated),
- return:
- 0 if no error, -1 if memory error.
- DESCRIPTION
-
This function links a bubble help to an objet in a window
formular or a toolbar. The bubble will be displayed by the
BubbleEvnt() function, typically after a timer event or a right
mouse button event. When the program terminates, the bubbles
should be free up with the BubbleFree() function.
- SEE ALSO
-
BubbleEvnt(), BubbleFree(), BubbleFind().