Mercurial > dillo_port1.3
view src/dialog.hh @ 0:6ee11bf9e3ea
Initial revision
author | jcid |
---|---|
date | Sun, 07 Oct 2007 00:36:34 +0200 |
parents | |
children | 935766a8e610 |
line wrap: on
line source
#ifndef __DIALOG_HH__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ void a_Dialog_msg(const char *msg); int a_Dialog_choice3(const char *msg, const char *b0, const char *b1, const char *b2); const char *a_Dialog_input(const char *msg); const char *a_Dialog_save_file(const char *msg, const char *pattern, const char *fname); char *a_Dialog_open_file(const char *msg, const char *pattern, const char *fname); void a_Dialog_text_window(const char *txt, const char *title); #ifdef __cplusplus } #endif /* __cplusplus */ #endif // __DIALOG_HH__