From fb6c38b1a44d185ed4d4c450d5ccae7992c4c774 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 1 Nov 2023 23:34:47 +0100 Subject: FLUID: Arrow keys move widgets inside Fl_Flex --- fluid/Fl_Window_Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/Fl_Window_Type.h') diff --git a/fluid/Fl_Window_Type.h b/fluid/Fl_Window_Type.h index 758ae2402..56abd630f 100644 --- a/fluid/Fl_Window_Type.h +++ b/fluid/Fl_Window_Type.h @@ -72,7 +72,7 @@ protected: Fl_Widget_Type *_make() FL_OVERRIDE {return 0;} // we don't call this Fl_Widget *widget(int,int,int,int) FL_OVERRIDE {return 0;} int recalc; // set by fix_overlay() - void moveallchildren(); + void moveallchildren(int key=0); ID id() const FL_OVERRIDE { return ID_Window; } bool is_a(ID inID) const FL_OVERRIDE { return (inID==ID_Window) ? true : super::is_a(inID); } void open_(); -- cgit v1.2.3