git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25669
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// bring the control in sync with current m_windowStyle value
void UpdateStyle();
// bring the control in sync with current m_windowStyle value
void UpdateStyle();
- // Gets the WIN32 style and extra style
- WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const ;
-
// Event handlers
////////////////////////////////////////////////////////////////////////////
// Necessary for drawing hrules and vrules, if specified
// Event handlers
////////////////////////////////////////////////////////////////////////////
// Necessary for drawing hrules and vrules, if specified
// free memory taken by all internal data
void FreeAllInternalData();
// free memory taken by all internal data
void FreeAllInternalData();
+ // convert our styles to Windows
+ virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
+
wxTextCtrl* m_textCtrl; // The control used for editing a label
wxImageList * m_imageListNormal; // The image list for normal icons
wxImageList * m_imageListSmall; // The image list for small icons
wxTextCtrl* m_textCtrl; // The control used for editing a label
wxImageList * m_imageListNormal; // The image list for normal icons
wxImageList * m_imageListSmall; // The image list for small icons
m_ownsImageListSmall,
m_ownsImageListState;
m_ownsImageListSmall,
m_ownsImageListState;
- long m_baseStyle; // Basic Windows style flags, for recreation purposes
int m_colCount; // Windows doesn't have GetColumnCount so must
// keep track of inserted/deleted columns
long m_count; // Keep track of item count to save calls to
int m_colCount; // Windows doesn't have GetColumnCount so must
// keep track of inserted/deleted columns
long m_count; // Keep track of item count to save calls to
virtual wxListItemAttr *OnGetItemAttr(long item) const;
private:
virtual wxListItemAttr *OnGetItemAttr(long item) const;
private:
- bool DoCreateControl(int x, int y, int w, int h);
-
// process NM_CUSTOMDRAW notification message
WXLPARAM OnCustomDraw(WXLPARAM lParam);
// process NM_CUSTOMDRAW notification message
WXLPARAM OnCustomDraw(WXLPARAM lParam);
#include "wx/msw/private.h"
#include "wx/msw/private.h"
-int wx2msPenStyle(int wx_style);
+static int wx2msPenStyle(int wx_style);
IMPLEMENT_DYNAMIC_CLASS(wxPen, wxGDIObject)
IMPLEMENT_DYNAMIC_CLASS(wxPen, wxGDIObject)