]> git.saurik.com Git - wxWidgets.git/commitdiff
forceTrueColour parameter
authorRobin Dunn <robin@alldunn.com>
Sat, 18 Nov 2006 00:29:40 +0000 (00:29 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 18 Nov 2006 00:29:40 +0000 (00:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_app.i

index 91d1a8fb8bc176b3af62307b4b5f90bf7ffe3e61..bef4d71056068d8a7f929704a22630126eafc593 100644 (file)
@@ -228,7 +228,7 @@ explicitly from somewhere.", "");
     
     
     DocDeclStr(
-        void, SetUseBestVisual( bool flag ),
+        void, SetUseBestVisual( bool flag, bool forceTrueColour = false  ),
         "Set whether the app should try to use the best available visual on
 systems where more than one is available, (Sun, SGI, XFree86 4, etc.)", "");