]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing MSWGetStyle prototype
authorJulian Smart <julian@anthemion.co.uk>
Sun, 8 Feb 2004 20:01:16 +0000 (20:01 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 8 Feb 2004 20:01:16 +0000 (20:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/listctrl.h

index 640eba3e90ede49ac5e3520da09b4b3582941733..fa5099ea6c59d80dc365d41bebbca267e6f938c5 100644 (file)
@@ -342,11 +342,8 @@ public:
     // bring the control in sync with current m_windowStyle value
     void UpdateStyle();
 
-    // Implementation: converts wxWindows style to MSW style.
-    // Can be a single style flag or a bit list.
-    // oldStyle is 'normalised' so that it doesn't contain
-    // conflicting styles.
-    long ConvertToMSWStyle(long& oldStyle, long style) const;
+    // Gets the WIN32 style and extra style
+    WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const ;
 
     // Event handlers
     ////////////////////////////////////////////////////////////////////////////