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:
@@ -62,7 +62,7 @@ wxBEGIN_FLAGS( wxGenericDirCtrlStyle )
|
||||
wxFLAGS_MEMBER(wxDIRCTRL_SHOW_FILTERS)
|
||||
wxEND_FLAGS( wxGenericDirCtrlStyle )
|
||||
|
||||
wxIMPLEMENT_DYNAMIC_CLASS_XTI(wxGenericDirCtrl, wxControl, "wx/dirctrl.h")
|
||||
wxIMPLEMENT_DYNAMIC_CLASS_XTI(wxGenericDirCtrl, wxControl, "wx/dirctrl.h");
|
||||
|
||||
wxBEGIN_PROPERTIES_TABLE(wxGenericDirCtrl)
|
||||
wxHIDE_PROPERTY( Children )
|
||||
|
||||
Reference in New Issue
Block a user