void OnSashPosChanging(wxSplitterEvent& event);
void OnDoubleClick(wxSplitterEvent& event);
void OnUnsplitEvent(wxSplitterEvent& event);
+ void OnSetCursor(wxSetCursorEvent& event);
void SendUnsplitEvent(wxWindow *winRemoved);
: wxCommandEvent(type)
{
SetEventObject(splitter);
+ if (splitter) m_id = splitter->GetId();
}
// SASH_POS_CHANGED methods
}
private:
- friend wxSplitterWindow;
+ friend class WXDLLEXPORT wxSplitterWindow;
// data for the different types of event
union