From d5b47034a7575151963f1fc85a4630f68208e73a Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Sat, 13 May 2000 20:03:20 +0000 Subject: Added Fl::first_window(window) to change which window is at the top of the window list. This window is used as the "parent" of any modal windows you create so it is a good idea to be able to change it. Normally it is whatever window got the last event. Fixed Fl_Menu::global handler to use first_window so if a modal window pops up in response it is parented to the window containing the menubar rather than the current top window. This was an annoying bug! Copied fl_line_style() and the line_style demo over from fltk 2.0 because I am tired of mailing this code to people. Better to advertise this as "added fl_line_style() function to set line thickness, dash patterns, and end caps". Fixed the documentation for these changes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1117 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Window.html | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'documentation/Fl_Window.html') diff --git a/documentation/Fl_Window.html b/documentation/Fl_Window.html index 350a28c7c..87ac71072 100644 --- a/documentation/Fl_Window.html +++ b/documentation/Fl_Window.html @@ -49,32 +49,30 @@ exit(0) if this is the last top-level window.