summaryrefslogtreecommitdiff
path: root/fluid/Fl_Group_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_Group_Type.h
parent904d25dafed1766e1fc6f25db873103218074eb9 (diff)
FLUID: Arrow keys move widgets inside Fl_Flex
Diffstat (limited to 'fluid/Fl_Group_Type.h')
-rw-r--r--fluid/Fl_Group_Type.h1
1 files changed, 1 insertions, 0 deletions
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*);