14#ifndef GP_DIALOG_MSG_H
15#define GP_DIALOG_MSG_H
74 const char *title,
const char *msg);
A compiler dependent macros.
#define GP_FMT_PRINTF(fmt, list)
Expands to format printf attribute when supported by the compiler.
gp_dialog_msg_type
A message dialog type.
@ GP_DIALOG_MSG_ERR
An error dialog.
@ GP_DIALOG_MSG_QUESTION
A yes or no question dialog.
@ GP_DIALOG_MSG_INFO
An info dialog.
@ GP_DIALOG_MSG_WARN
A warning dialog.
gp_dialog_retval
A dialog return value.
int gp_dialog_msg_printf_run(enum gp_dialog_msg_type type, const char *title, const char *fmt,...)
Runs a dialog.
int gp_dialog_msg_run(enum gp_dialog_msg_type type, const char *title, const char *msg)
Runs a dialog.