summaryrefslogtreecommitdiff
path: root/fluid/Fl_Window_Type.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-01 23:34:47 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-01 23:34:53 +0100
commitfb6c38b1a44d185ed4d4c450d5ccae7992c4c774 (patch)
treef7cd0008cb94d39be42cb8ccdeb2221efb986d9a /fluid/Fl_Window_Type.h
parent904d25dafed1766e1fc6f25db873103218074eb9 (diff)
FLUID: Arrow keys move widgets inside Fl_Flex
Diffstat (limited to 'fluid/Fl_Window_Type.h')
-rw-r--r--fluid/Fl_Window_Type.h2
1 files changed, 1 insertions, 1 deletions
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_();