summaryrefslogtreecommitdiff
path: root/fluid/Fl_Group_Type.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-01 20:17:00 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-01 20:17:08 +0100
commit904d25dafed1766e1fc6f25db873103218074eb9 (patch)
treec05b4d697ad1fb5813a5199152be62a82c63860e /fluid/Fl_Group_Type.h
parentaaaf0a0537e03cec7a47330550a31bb4e96dacde (diff)
FLUID: Improves adding widgets to 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 03fa3cdcd..ca7d20a9a 100644
--- a/fluid/Fl_Group_Type.h
+++ b/fluid/Fl_Group_Type.h
@@ -125,6 +125,7 @@ public:
void remove_child(Fl_Type*) FL_OVERRIDE;
void layout_widget() FL_OVERRIDE;
void change_subtype_to(int n);
+ void insert_child_at(Fl_Widget *child, int x, int y);
static int parent_is_flex(Fl_Type*);
static int size(Fl_Type*, char fixed_only=0);
static int is_fixed(Fl_Type*);