summaryrefslogtreecommitdiff
path: root/fluid/Fl_Type.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-04-25 17:52:32 +0200
committerMatthias Melcher <github@matthiasm.com>2024-04-25 17:52:38 +0200
commite52a358e8538151423a52b71ed5cca1f0fe1b15b (patch)
tree1a4b432a323a04914cf6691b29436c960ac1e996 /fluid/Fl_Type.h
parentc0d2aa3f09ab0f68265d1aee28b9121bfadc945e (diff)
FLUID: Improve usability of Declaration Blocks
Decl Blocks can now output code around static code in source and header files.
Diffstat (limited to 'fluid/Fl_Type.h')
-rw-r--r--fluid/Fl_Type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index 67e7c8965..7a3a5fc72 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -218,6 +218,7 @@ public:
// write code, these are called in order:
virtual void write_static(Fd_Code_Writer& f); // write static stuff to .c file
+ virtual void write_static_after(Fd_Code_Writer& f); // write static stuff after children
virtual void write_code1(Fd_Code_Writer& f); // code and .h before children
virtual void write_code2(Fd_Code_Writer& f); // code and .h after children
void write_comment_h(Fd_Code_Writer& f, const char *ind=""); // write the commentary text into the header file