From 4d3a3a7f66e41e51697606b2748d27957aad677d Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 5 Feb 2005 20:35:51 +0000 Subject: Documentation fix (STR #648) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4019 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 3 +++ documentation/Fl_Window.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 0ee9f4310..3343b8316 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ CHANGES IN FLTK 1.1.7 + - Documentation fixes (STR #648) + - Image drawing on OSX changed the current drawing + colors (STR #662) - Fixed some compiler errors on WIN32 (STR #647) - FLUID didn't update the widget panel X/Y/W/H values when moving the selected window (STR #701) 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.

void Fl_Window::hotspot(int x, int y, int offscreen = 0)
void Fl_Window::hotspot(const Fl_Widget*, int offscreen = 0) -
void Fl_Window::hotspot(const Fl_Widgetp, int offscreen = 0)

+
void Fl_Window::hotspot(const Fl_Widget&, int offscreen = 0) position() 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 offscreen parameter is -- cgit v1.2.3