----------------------------------------------------------------------
Committing in . -delete superfluous semicolons -Update OpenVMS compile support Modified Files: wxWidgets/include/wx/gtk/region.h wxWidgets/include/wx/gtk/textctrl.h wxWidgets/include/wx/motif/icon.h wxWidgets/include/wx/x11/region.h wxWidgets/src/common/descrip.mms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -155,7 +155,7 @@ protected:
|
|||||||
void InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
|
void InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DECLARE_DYNAMIC_CLASS(wxRegion);
|
DECLARE_DYNAMIC_CLASS(wxRegion)
|
||||||
};
|
};
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
@@ -190,7 +190,7 @@ private:
|
|||||||
wxRegion m_region;
|
wxRegion m_region;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DECLARE_DYNAMIC_CLASS(wxRegionIterator);
|
DECLARE_DYNAMIC_CLASS(wxRegionIterator)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@@ -227,7 +227,7 @@ private:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
DECLARE_EVENT_TABLE()
|
DECLARE_EVENT_TABLE()
|
||||||
DECLARE_DYNAMIC_CLASS(wxTextCtrl);
|
DECLARE_DYNAMIC_CLASS(wxTextCtrl)
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // __GTKTEXTCTRLH__
|
#endif // __GTKTEXTCTRLH__
|
||||||
|
@@ -155,7 +155,7 @@ protected:
|
|||||||
void InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
|
void InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DECLARE_DYNAMIC_CLASS(wxRegion);
|
DECLARE_DYNAMIC_CLASS(wxRegion)
|
||||||
};
|
};
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
@@ -190,7 +190,7 @@ private:
|
|||||||
wxRegion m_region;
|
wxRegion m_region;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DECLARE_DYNAMIC_CLASS(wxRegionIterator);
|
DECLARE_DYNAMIC_CLASS(wxRegionIterator)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@@ -227,7 +227,7 @@ private:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
DECLARE_EVENT_TABLE()
|
DECLARE_EVENT_TABLE()
|
||||||
DECLARE_DYNAMIC_CLASS(wxTextCtrl);
|
DECLARE_DYNAMIC_CLASS(wxTextCtrl)
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // __GTKTEXTCTRLH__
|
#endif // __GTKTEXTCTRLH__
|
||||||
|
@@ -63,7 +63,7 @@ public:
|
|||||||
{ return !(*this == icon); }
|
{ return !(*this == icon); }
|
||||||
|
|
||||||
|
|
||||||
DECLARE_DYNAMIC_CLASS(wxIcon);
|
DECLARE_DYNAMIC_CLASS(wxIcon)
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _WX_ICON_H_
|
#endif // _WX_ICON_H_
|
||||||
|
@@ -151,7 +151,7 @@ protected:
|
|||||||
void InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
|
void InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DECLARE_DYNAMIC_CLASS(wxRegion);
|
DECLARE_DYNAMIC_CLASS(wxRegion)
|
||||||
};
|
};
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
@@ -186,7 +186,7 @@ private:
|
|||||||
wxRegion m_region;
|
wxRegion m_region;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DECLARE_DYNAMIC_CLASS(wxRegionIterator);
|
DECLARE_DYNAMIC_CLASS(wxRegionIterator)
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -48,6 +48,7 @@ OBJECTS = \
|
|||||||
appcmn.obj,\
|
appcmn.obj,\
|
||||||
artprov.obj,\
|
artprov.obj,\
|
||||||
artstd.obj,\
|
artstd.obj,\
|
||||||
|
bmpbase.obj,\
|
||||||
bookctrl.obj,\
|
bookctrl.obj,\
|
||||||
choiccmn.obj,\
|
choiccmn.obj,\
|
||||||
clipcmn.obj,\
|
clipcmn.obj,\
|
||||||
@@ -175,9 +176,9 @@ OBJECTS2=utilscmn.obj,\
|
|||||||
zipstrm.obj,\
|
zipstrm.obj,\
|
||||||
zstream.obj
|
zstream.obj
|
||||||
|
|
||||||
OBJECTS_MOTIF=bmpbase.obj,gaugecmn.obj
|
OBJECTS_MOTIF=gaugecmn.obj
|
||||||
|
|
||||||
OBJECTS_X11=accesscmn.obj,bmpbase.obj,dndcmn.obj,dpycmn.obj,dseldlg.obj,\
|
OBJECTS_X11=accesscmn.obj,dndcmn.obj,dpycmn.obj,dseldlg.obj,\
|
||||||
dynload.obj,effects.obj,fddlgcmn.obj,fs_mem.obj,gaugecmn.obj,\
|
dynload.obj,effects.obj,fddlgcmn.obj,fs_mem.obj,gaugecmn.obj,\
|
||||||
gbsizer.obj,geometry.obj,matrix.obj,radiocmn.obj,\
|
gbsizer.obj,geometry.obj,matrix.obj,radiocmn.obj,\
|
||||||
regex.obj,taskbarcmn.obj,xti.obj,xtistrm.obj,xtixml.obj
|
regex.obj,taskbarcmn.obj,xti.obj,xtistrm.obj,xtixml.obj
|
||||||
|
Reference in New Issue
Block a user