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:
@@ -65,7 +65,7 @@ wxBEGIN_FLAGS( wxStaticLineStyle )
|
||||
wxFLAGS_MEMBER(wxLI_VERTICAL)
|
||||
wxEND_FLAGS( wxStaticLineStyle )
|
||||
|
||||
wxIMPLEMENT_DYNAMIC_CLASS_XTI(wxStaticLine, wxControl, "wx/statline.h")
|
||||
wxIMPLEMENT_DYNAMIC_CLASS_XTI(wxStaticLine, wxControl, "wx/statline.h");
|
||||
|
||||
wxBEGIN_PROPERTIES_TABLE(wxStaticLine)
|
||||
wxPROPERTY_FLAGS( WindowStyle, wxStaticLineStyle, long, SetWindowStyleFlag, \
|
||||
|
||||
Reference in New Issue
Block a user