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:
Dimitri Schoolwerth
2015-04-23 15:49:01 +04:00
parent 2d3f617b34
commit 8f8d58d193
1697 changed files with 3543 additions and 3543 deletions

View File

@@ -127,7 +127,7 @@ public:
}
private:
DECLARE_DYNAMIC_CLASS(wxColourPropertyValue)
wxDECLARE_DYNAMIC_CLASS(wxColourPropertyValue);
};
@@ -288,7 +288,7 @@ private:
*/
class WXDLLIMPEXP_PROPGRID wxCursorProperty : public wxEnumProperty
{
DECLARE_DYNAMIC_CLASS(wxCursorProperty)
wxDECLARE_DYNAMIC_CLASS(wxCursorProperty);
wxCursorProperty( const wxString& label= wxPG_LABEL,
const wxString& name= wxPG_LABEL,
@@ -312,7 +312,7 @@ WXDLLIMPEXP_PROPGRID const wxString& wxPGGetDefaultImageWildcard();
*/
class WXDLLIMPEXP_PROPGRID wxImageFileProperty : public wxFileProperty
{
DECLARE_DYNAMIC_CLASS(wxImageFileProperty)
wxDECLARE_DYNAMIC_CLASS(wxImageFileProperty);
public:
wxImageFileProperty( const wxString& label= wxPG_LABEL,
@@ -494,7 +494,7 @@ protected:
// used for event handling here.
class WXDLLIMPEXP_PROPGRID wxPGSpinCtrlEditor : public wxPGTextCtrlEditor
{
DECLARE_DYNAMIC_CLASS(wxPGSpinCtrlEditor)
wxDECLARE_DYNAMIC_CLASS(wxPGSpinCtrlEditor);
public:
virtual ~wxPGSpinCtrlEditor();