X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e372bbe071de49935a1a7a910a1b268231de69e..ce4b7808ca940be201422a066de141ca12f13863:/include/wx/os2/window.h diff --git a/include/wx/os2/window.h b/include/wx/os2/window.h index d9dcc7da4c..29f1d75697 100644 --- a/include/wx/os2/window.h +++ b/include/wx/os2/window.h @@ -178,7 +178,7 @@ public: virtual WXWidget GetHandle(void) const { return GetHWND(); } bool GetUseCtl3D(void) const { return m_bUseCtl3D; } bool GetTransparentBackground(void) const { return m_bBackgroundTransparent; } - void SetTransparent(bool bT = true) { m_bBackgroundTransparent = bT; } + void SetTransparentBackground(bool bT = true) { m_bBackgroundTransparent = bT; } // event handlers // --------------