]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
Added automatic dialog scrolling ability
[wxWidgets.git] / include / wx / msw / app.h
index ba8a192543cc7d9b2261e60133f405fe0d375414..601c4ab932d6eaa63fe0492420440173760aec2b 100644 (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;