Add wx.App.DisplayAvailable() which can be used to determine if a GUI
can be created in the current environment. (Still need an implementation for wxMSW...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -251,10 +251,11 @@ bool wxPoint2D_helper(PyObject* source, wxPoint2D** obj);
|
||||
bool wxPySimple_typecheck(PyObject* source, const wxChar* classname, int seqLen);
|
||||
bool wxColour_typecheck(PyObject* source);
|
||||
|
||||
bool wxPyCheckForApp();
|
||||
|
||||
|
||||
// Other helpful stuff
|
||||
bool wxPyCheckForApp();
|
||||
bool wxPyTestDisplayAvailable();
|
||||
|
||||
bool wxPy2int_seq_helper(PyObject* source, int* i1, int* i2);
|
||||
bool wxPy4int_seq_helper(PyObject* source, int* i1, int* i2, int* i3, int* i4);
|
||||
|
||||
|
Reference in New Issue
Block a user