Added missing MSWGetStyle prototype
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -342,11 +342,8 @@ public:
|
|||||||
// bring the control in sync with current m_windowStyle value
|
// bring the control in sync with current m_windowStyle value
|
||||||
void UpdateStyle();
|
void UpdateStyle();
|
||||||
|
|
||||||
// Implementation: converts wxWindows style to MSW style.
|
// Gets the WIN32 style and extra style
|
||||||
// Can be a single style flag or a bit list.
|
WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const ;
|
||||||
// oldStyle is 'normalised' so that it doesn't contain
|
|
||||||
// conflicting styles.
|
|
||||||
long ConvertToMSWStyle(long& oldStyle, long style) const;
|
|
||||||
|
|
||||||
// Event handlers
|
// Event handlers
|
||||||
////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user