From: Robin Dunn Date: Sat, 18 Nov 2006 00:29:40 +0000 (+0000) Subject: forceTrueColour parameter X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f31ed3f103309ab781b56c03dc3de12f0ed4d97f forceTrueColour parameter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_app.i b/wxPython/src/_app.i index 91d1a8fb8b..bef4d71056 100644 --- a/wxPython/src/_app.i +++ b/wxPython/src/_app.i @@ -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.)", "");