diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-01 23:34:47 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-01 23:34:53 +0100 |
| commit | fb6c38b1a44d185ed4d4c450d5ccae7992c4c774 (patch) | |
| tree | f7cd0008cb94d39be42cb8ccdeb2221efb986d9a /fluid/Fl_Group_Type.h | |
| parent | 904d25dafed1766e1fc6f25db873103218074eb9 (diff) | |
FLUID: Arrow keys move widgets inside Fl_Flex
Diffstat (limited to 'fluid/Fl_Group_Type.h')
| -rw-r--r-- | fluid/Fl_Group_Type.h | 1 |
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*); |
