![]() |
![]() |
![]() |
GPE Manual: libgpewidget Reference | ![]() |
---|---|---|---|---|
void gpe_error_box (const char *text); void gpe_error_box_nonblocking (const char *text); void gpe_perror_box (const char *text); void gpe_perror_box_nonblocking (const char *text); void gpe_error_box_fmt (const char *format, ...);
These functions are used to display error messages. The output will take place in an error dialog and on stderr.
void gpe_error_box (const char *text);
Creates and shows normal, blocking error dialog.
text : |
Error message |
void gpe_error_box_nonblocking (const char *text);
Creates and shows a non-blocking error message.
text : |
Error message |
void gpe_perror_box (const char *text);
Shows an error message with perror style information.
text : |
Error message |
void gpe_perror_box_nonblocking (const char *text);
Shows an error message with perror style information, non-blocking version.
text : |
Error message |