summaryrefslogtreecommitdiff
path: root/fluid/Fl_Type.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/Fl_Type.h')
-rw-r--r--fluid/Fl_Type.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index b33690f58..0226696f5 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -144,8 +144,15 @@ public: // things that should not be public:
Fl_Type *factory;
const char *callback_name(Fd_Code_Writer& f);
- int code_position, header_position;
- int code_position_end, header_position_end;
+ // text positions of this type in code, header, and project file (see SourceView)
+ int code_include_start, code_include_end;
+ int code_static_start, code_static_end;
+ int code1_start, code1_end;
+ int code2_start, code2_end;
+ int header_start, header_end;
+ int header_static_start, header_static_end;
+ int proj1_start, proj1_end;
+ int proj2_start, proj2_end;
protected:
int user_defined(const char* cbname) const;