summaryrefslogtreecommitdiff
path: root/src/c_fl_file_input.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-03-20 01:41:49 +1100
committerJed Barber <jjbarber@y7mail.com>2018-03-20 01:41:49 +1100
commit09d9f2f6fc83af3bdc76717941eb13b77b2b1613 (patch)
tree82b57130cd381b9a0b261eabdc4239c09dcc17f2 /src/c_fl_file_input.h
parentc1dcb4c61e79b1ddd98c0ef84f2d36be7f7fd736 (diff)
Moved several Widgets from the Partially list to the Done list
Diffstat (limited to 'src/c_fl_file_input.h')
-rw-r--r--src/c_fl_file_input.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/c_fl_file_input.h b/src/c_fl_file_input.h
index d2a7b73..18d977e 100644
--- a/src/c_fl_file_input.h
+++ b/src/c_fl_file_input.h
@@ -23,5 +23,13 @@ extern "C" FILE_INPUT new_fl_file_input(int x, int y, int w, int h, char* label)
extern "C" void free_fl_file_input(FILE_INPUT i);
+
+
+extern "C" int fl_file_input_get_down_box(FILE_INPUT i);
+extern "C" void fl_file_input_set_down_box(FILE_INPUT i, int t);
+extern "C" unsigned int fl_file_input_get_errorcolor(FILE_INPUT i);
+extern "C" void fl_file_input_set_errorcolor(FILE_INPUT i, unsigned int t);
+
+
#endif