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_Group_Type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/Fl_Group_Type.h') diff --git a/fluid/Fl_Group_Type.h b/fluid/Fl_Group_Type.h index ca7d20a9a..694d2a01f 100644 --- a/fluid/Fl_Group_Type.h +++ b/fluid/Fl_Group_Type.h @@ -126,6 +126,7 @@ public: void layout_widget() FL_OVERRIDE; void change_subtype_to(int n); void insert_child_at(Fl_Widget *child, int x, int y); + void keyboard_move_child(Fl_Widget_Type*, int key); static int parent_is_flex(Fl_Type*); static int size(Fl_Type*, char fixed_only=0); static int is_fixed(Fl_Type*); -- cgit v1.2.3