8 void ync_dialog(const char *title
, const char *text
, void *f_yes
, void *f_no
);
9 void ok_dialog(const char *title
, const char *text
);
10 void file_dialog(const char *title
,
11 const char *dir
, const char *filter
,
12 void *ok_cb
, void *cancel_cb
);