diff options
Diffstat (limited to 'documentation/Fl_Window.html')
| -rw-r--r-- | documentation/Fl_Window.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Fl_Window.html b/documentation/Fl_Window.html index cb4590cb7..089503b98 100644 --- a/documentation/Fl_Window.html +++ b/documentation/Fl_Window.html @@ -194,7 +194,7 @@ free to position the window. <H4><A name=Fl_Window.hotspot>void Fl_Window::hotspot(int x, int y, int offscreen = 0) <BR> void Fl_Window::hotspot(const Fl_Widget*, int offscreen = 0) -<BR> void Fl_Window::hotspot(const Fl_Widgetp, int offscreen = 0)</A></H4> +<BR> void Fl_Window::hotspot(const Fl_Widget&, int offscreen = 0)</A></H4> <TT>position()</TT> the window so that the mouse is pointing at the given position, or at the center of the given widget, which may be the window itself. If the optional <TT>offscreen</TT> parameter is |
