added wxApp::GetShell32Version() to test for shell32.dll support of balloon tooltips

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-12-02 16:12:19 +00:00
parent 1046cbe168
commit 5e9b921dc6
2 changed files with 113 additions and 57 deletions

View File

@@ -68,6 +68,10 @@ public:
// wasn't found at all
static int GetComCtl32Version();
// the same for shell32.dll: returns 400, 471, 500, 600, ... (4.70 not
// currently detected)
static int GetShell32Version();
// the SW_XXX value to be used for the frames opened by the application
// (currently seems unused which is a bug -- TODO)
static int m_nCmdShow;