mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
Corrected typo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8592 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -155,7 +155,7 @@ static void tooltip_timeout(void*) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
This method is called when the mouse pointer enters a widget.
|
This method is called when the mouse pointer enters a widget.
|
||||||
<P>If this widget or one of it's parents has a tooltip, enter it. This
|
<P>If this widget or one of its parents has a tooltip, enter it. This
|
||||||
will do nothing if this is the current widget (even if the mouse moved
|
will do nothing if this is the current widget (even if the mouse moved
|
||||||
out so an exit() was done and then moved back in). If no tooltip can
|
out so an exit() was done and then moved back in). If no tooltip can
|
||||||
be found do Fl_Tooltip::exit_(). If you don't want this behavior (for instance
|
be found do Fl_Tooltip::exit_(). If you don't want this behavior (for instance
|
||||||
|
|||||||
Reference in New Issue
Block a user