Programming guideline of WinDom
- NAME
-
BubbleFind - Find a bubble linked to an object.
- PROTOTYPAGE
-
int BubbleFind( OBJECT *tree, int index, char **help)
- PARAMETERS
-
- tree:
- address of object tree,
- index:
- object index,
- help:
- address of string linked,
- return:
- 1 if a bubble is found, 0 else.
- DESCRIPTION
-
BubbleFind() is called by BubbleEvnt() to find the text to
display in a bubble help. It can be used to find a bubble and
display it with BubbleCall() if you are not interesting to use
BubbleEvnt().
- SEE ALSO
-
BubbleCall(), BubbleEvnt(), BubbleAttach().