diff options
| author | Bill Spitzak <spitzak@gmail.com> | 1999-09-10 16:40:17 +0000 |
|---|---|---|
| committer | Bill Spitzak <spitzak@gmail.com> | 1999-09-10 16:40:17 +0000 |
| commit | 54a6bda767ccf76473c127aa47b2d15bdc4f5491 (patch) | |
| tree | 049d1c2d8b404c1e49d8769f3f482b8d07ed3af3 /fluid/Fl_Type.h | |
| parent | 820654ccd63662460b1b7ee5595784fbe49e0977 (diff) | |
The arrow patch is in!
Slightly modified version of the second version submitted.
It reuses the resizing code for the mouse drag and does not turn on the overlay
if it has been toggled off. Also cleaned up some very hard to understand
code for handling FL_KEYBOARD.
Arrows move the selected widgets by 1 pixel
Shift moves the right+bottom edge of the selected region
Ctrl moves by the current grid step
Also typing the letter 'o' in a window is a shortcut to toggle the overlay
on and off.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@712 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 70b6b1043..ca3df08b1 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -1,5 +1,5 @@ // -// "$Id: Fl_Type.h,v 1.5.2.4 1999/08/05 09:01:25 bill Exp $" +// "$Id: Fl_Type.h,v 1.5.2.5 1999/09/10 16:40:17 bill Exp $" // // Widget type header file for the Fast Light Tool Kit (FLTK). // @@ -365,6 +365,7 @@ class Fl_Window_Type : public Fl_Widget_Type { Fl_Widget_Type *_make() {return 0;} // we don't call this Fl_Widget *widget(int,int,int,int) {return 0;} int recalc; // set by fix_overlay() + void moveallchildren(); public: @@ -527,5 +528,5 @@ int storestring(const char *n, const char * & p, int nostrip=0); extern int include_H_from_C; // -// End of "$Id: Fl_Type.h,v 1.5.2.4 1999/08/05 09:01:25 bill Exp $". +// End of "$Id: Fl_Type.h,v 1.5.2.5 1999/09/10 16:40:17 bill Exp $". // |
