summaryrefslogtreecommitdiff
path: root/src/fltk_binding/c_fl_popup.h
blob: ff0f9acc2d48fde529098630358f70de4bb3fa79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


#ifndef FL_POPUP_GUARD
#define FL_POPUP_GUARD


extern "C" void popup_fl_alert(const char * m);
extern "C" int popup_fl_choice(const char * m, const char * a, const char * b, const char * c);
extern "C" char * popup_fl_file_chooser(const char * m, const char * p, const char * d, int r);
extern "C" const char * popup_fl_input(const char * m, const char * d);
extern "C" void popup_fl_message(const char * m);


#endif