Fix applying header style of wxMSWHeaderCtrl
Call SetWindowStyleFlag when creating the control. Apply wxHD_BITMAP_ON_RIGHT style. Get rid of the helper function.
This commit is contained in:
@@ -72,10 +72,6 @@ private:
|
||||
// Events.
|
||||
void OnSize(wxSizeEvent& event);
|
||||
|
||||
// Style flag helper function.
|
||||
long ApplyHeaderReorderFlagToStyle(long style);
|
||||
|
||||
|
||||
// The native header control.
|
||||
wxMSWHeaderCtrl* m_nativeControl;
|
||||
friend class wxMSWHeaderCtrl;
|
||||
|
Reference in New Issue
Block a user