Use gtk_init_check instead of gtk_init so that we can racefully exit
authorRobin Dunn <robin@alldunn.com>
Fri, 21 May 2004 00:14:10 +0000 (00:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 21 May 2004 00:14:10 +0000 (00:14 +0000)
commitc156411a0886a4b49a0c30c36153fb3c1edd4b51
tree1a86422465687d219efc3100fa57d982b6ace008
parent97698dc4feb24e52adbaafcd258d62da045b69b3
Use gtk_init_check instead of gtk_init so that we can racefully exit
(i.e. raise an exception in wxPython) instead of just terminating the
app.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/app.cpp
src/gtk1/app.cpp