replaced the button suppressing the assert dialog with a checkbox (a slightly modified patch from Francesco Montorsi)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-12-03 16:15:01 +00:00
parent a54bae7af7
commit 364663aa72
2 changed files with 27 additions and 8 deletions

View File

@@ -37,6 +37,8 @@ struct _GtkAssertDialog
GtkWidget *message;
GtkWidget *treeview;
GtkWidget *shownexttime;
/* callback for processing the stack frame */
GtkAssertDialogStackFrameCallback callback;
void *userdata;