An implementation of wxPen.GetDashes.

wxSplitterEvent derives from wxNotifyEvent.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-05-15 19:46:10 +00:00
parent 23c0ea8c42
commit 756ed80cb8
6 changed files with 68 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ enum
};
class wxSplitterEvent : public wxCommandEvent {
class wxSplitterEvent : public wxNotifyEvent {
public:
wxSplitterEvent(wxEventType type = wxEVT_NULL,
wxSplitterWindow *splitter = NULL);