gerbv
2.6A
|
Go to the source code of this file.
Functions | |
gboolean | interface_get_alert_dialog_response (gchar *primaryText, gchar *secondaryText, gboolean show_checkbox, gboolean *ask_to_show_again) |
void | interface_show_alert_dialog (gchar *primaryText, gchar *secondaryText, gboolean show_checkbox, gboolean *ask_to_show_again) |
Header info for the GUI building functions for Gerber Viewer.
Definition in file interface.h.
gboolean interface_get_alert_dialog_response | ( | gchar * | primaryText, |
gchar * | secondaryText, | ||
gboolean | show_checkbox, | ||
gboolean * | ask_to_show_again | ||
) |
This dialog box shows a message and two buttons: "OK" and "Cancel".
It returns gboolean 1 if the user clicked "OK", and gboolean 0 if the user clicked "Cancel".
Definition at line 1616 of file interface.c.
Referenced by callbacks_new_activate(), callbacks_open_project_activate(), and callbacks_quit_activate().
void interface_show_alert_dialog | ( | gchar * | primaryText, |
gchar * | secondaryText, | ||
gboolean | show_checkbox, | ||
gboolean * | ask_to_show_again | ||
) |
This dialog box shows a textmessage and one button: "OK".
It does not return anything.
Definition at line 1713 of file interface.c.