From 09d9f2f6fc83af3bdc76717941eb13b77b2b1613 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 20 Mar 2018 01:41:49 +1100 Subject: Moved several Widgets from the Partially list to the Done list --- src/c_fl_file_input.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/c_fl_file_input.h') 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 -- cgit