search for: wxsetworkingdirectory

Displaying 1 result from an estimated 1 matches for "wxsetworkingdirectory".

Did you mean: setworkingdirectory
2007 Jul 18
0
[1119] trunk/wxruby2/swig/Functions.i: Avoid erroneous ''parent must not be nil'' errors when using global
..."cx"> void wxBeginBusyCursor(wxCursor *cursor = wxHOURGLASS_CURSOR); </span><span class="cx"> </span><span class="lines">@@ -115,6 +113,16 @@ </span><span class="cx"> </span><span class="cx"> void wxSetWorkingDirectory(const wxString &); </span><span class="cx"> </span><ins>+// All the functions which take a parent argument in this file display +// dialogs, so the parent argument can be nil (which is not permitted in +// the normal typemap defined in typemap.i). So override...