summaryrefslogtreecommitdiff
path: root/fluid/file.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-10-27 18:31:14 +0200
committerMatthias Melcher <github@matthiasm.com>2023-10-27 18:31:20 +0200
commit4b5985eb49e057aa69b8ba4e91d0ad11e1cc87ff (patch)
tree4394fabc7e0b9fbdd2b54b0c8aaa682027eae837 /fluid/file.h
parentaab6afd32cc03812798883f8cf2be58161b12f8c (diff)
FLUID: Fixes issues when pasting widget into Fl_Flex #809
* new virtual function layout_widget() to inform parents after all children were added
Diffstat (limited to 'fluid/file.h')
-rw-r--r--fluid/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/file.h b/fluid/file.h
index 6f8b4a4e2..3fabf244a 100644
--- a/fluid/file.h
+++ b/fluid/file.h
@@ -55,7 +55,7 @@ public:
int close_read();
const char *filename_name();
int read_quoted();
- void read_children(Fl_Type *p, int paste, Strategy strategy, char skip_options=0);
+ Fl_Type *read_children(Fl_Type *p, int merge, Strategy strategy, char skip_options=0);
int read_project(const char *, int merge, Strategy strategy=kAddAsLastChild);
void read_error(const char *format, ...);
const char *read_word(int wantbrace = 0);