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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index b8d860373..9390a23e7 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -821,6 +821,10 @@ public:
virtual const char *help() = 0;
// handle a command and return the number of args used, or 0
virtual int arg(int argc, char **argv, int &i) = 0;
+ // optional test the plugin
+ virtual int test(const char *a1=0L, const char *a2=0L, const char *a3=0L) {
+ return 0;
+ }
};