X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f60ca3e24c9c09f3053310807b9e4dab8a613578..94a007ece4bcd6231d31bcb91516463b7f981a0e:/include/wx/msw/window.h diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index 3f068dddd6..ededcaeca7 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -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 //