From 5c482f9d9b357e098f955351f425bc985254ff28 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 18 Mar 2023 17:33:27 +0100 Subject: Fix and update alignment #346 (#701) * interactive layout alignment rewritten * interface for new alignment rules * new alignment dialog box * user defined layout rules added * layout rules can be stored in projects, settings, and external files * Valgrind verification --- fluid/file.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fluid/file.h') diff --git a/fluid/file.h b/fluid/file.h index 457d14e49..e45bd4256 100644 --- a/fluid/file.h +++ b/fluid/file.h @@ -46,11 +46,13 @@ public: ~Fd_Project_Reader(); int open_read(const char *s); int close_read(); + const char *filename_name(); int read_quoted(); void read_children(Fl_Type *p, int paste, 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); + int read_int(); int read_fdesign_line(const char*& name, const char*& value); void read_fdesign(); }; -- cgit v1.2.3