18 const char *pattern,
const char *fname);
20 const char *pattern,
const char *fname);
22 const char *pattern,
const char *fname);
char * a_Dialog_open_file(const char *title, const char *pattern, const char *fname)
Show the open file dialog.
int a_Dialog_choice(const char *title, const char *msg,...)
Make a question-dialog with a question and alternatives.
void a_Dialog_msg(const char *title, const char *msg)
Display a message in a popup window.
void(* UserPasswordCB)(const char *user, const char *password, void *vp)
const char * a_Dialog_save_file(const char *title, const char *pattern, const char *fname)
Show the save file dialog.
const char * a_Dialog_passwd(const char *title, const char *msg)
Dialog for password.
void a_Dialog_text_window(const char *title, const char *txt)
Show a new window with the provided text.
const char * a_Dialog_select_file(const char *title, const char *pattern, const char *fname)
Show the select file dialog.
int a_Dialog_user_password(const char *title, const char *msg, UserPasswordCB cb, void *vp)
Make a user/password dialog.
const char * a_Dialog_input(const char *title, const char *msg)
Dialog for one line of Input with a message.