]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
unhide the second wxTextAreaBase::HitTest() overload to suppress a warning about it
[wxWidgets.git] / include / wx / msw / window.h
index 3f068dddd6911fc6da30df84fcd9a338031b75de..ededcaeca732243b14135e9f6d7ea58365c81821 100644 (file)
@@ -245,6 +245,9 @@ public:
     // get the HWND to be used as parent of this window with CreateWindow()
     virtual WXHWND MSWGetParent() const;
 
+    // get the Win32 window class name used by all wxWindow objects by default
+    static const wxChar *MSWGetRegisteredClassName();
+
     // creates the window of specified Windows class with given style, extended
     // style, title and geometry (default values
     //