Use wx-prefixed macros throughout the repository.
Change {DECLARE,IMPLEMENT}_*CLASS and {DECLARE,BEGIN,END}_EVENT_TABLE occurrences to use the wx-prefixed version of the macros.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
// wxWin macros
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
BEGIN_EVENT_TABLE(wxComboBox, wxControl)
|
||||
wxBEGIN_EVENT_TABLE(wxComboBox, wxControl)
|
||||
EVT_MENU(wxID_CUT, wxComboBox::OnCut)
|
||||
EVT_MENU(wxID_COPY, wxComboBox::OnCopy)
|
||||
EVT_MENU(wxID_PASTE, wxComboBox::OnPaste)
|
||||
@@ -69,7 +69,7 @@ BEGIN_EVENT_TABLE(wxComboBox, wxControl)
|
||||
EVT_UPDATE_UI(wxID_REDO, wxComboBox::OnUpdateRedo)
|
||||
EVT_UPDATE_UI(wxID_CLEAR, wxComboBox::OnUpdateDelete)
|
||||
EVT_UPDATE_UI(wxID_SELECTALL, wxComboBox::OnUpdateSelectAll)
|
||||
END_EVENT_TABLE()
|
||||
wxEND_EVENT_TABLE()
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// function prototypes
|
||||
|
Reference in New Issue
Block a user