wxWidgets/interface/wx
Vadim Zeitlin ffc13495b2 Make wxDECLARE_CLASS synonym of wxDECLARE_ABSTRACT_CLASS.
Previously wxDECLARE_CLASS was a synonym for wxDECLARE_DYNAMIC_CLASS which was
inconsistent with its documentation and wxIMPLEMENT_CLASS that was the same as
wxIMPLEMENT_ABSTRACT_CLASS.

Resolve this in the most backwards compatible and also arguably logical way.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-07 13:06:17 +00:00
..
aui Allow customizing AUI tab colours in wxAuiTabArt. 2011-04-10 15:36:03 +00:00
generic
html No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
msw Fixed various typos. 2011-03-22 14:17:38 +00:00
persist
propgrid No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
protocol
ribbon No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
richtext More work on improving wxRTC documentation, copied buffer and control headers to interface folder. 2011-05-08 18:29:51 +00:00
stc Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
xml Add support for elements preceding the document node in wxXML. 2011-03-30 14:16:19 +00:00
xrc Changed licence references to "wxWindows licence". 2011-04-04 09:21:52 +00:00
aboutdlg.h Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
accel.h Don't pass strings not containing accelerators to ParseAccel(). 2010-12-15 11:18:42 +00:00
access.h
affinematrix2d.h Correct names of parameters in wxAffineMatrix2D documentation. 2011-04-23 14:53:42 +00:00
affinematrix2dbase.h Add wxAffineMatrix2D and related classes. 2011-04-17 00:09:56 +00:00
animate.h Fixed various typos. 2011-03-22 14:17:38 +00:00
any.h
app.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
apptrait.h
archive.h Fixed various typos. 2011-03-22 14:17:38 +00:00
arrstr.h
artprov.h Add go to first/last and plus/minus art provider icons. 2010-12-31 17:39:01 +00:00
atomic.h
base64.h
bitmap.h Make wxBitmap::ConvertToDisabled() available in all ports. 2010-11-10 13:51:51 +00:00
bmpbuttn.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
bmpcbox.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
bookctrl.h
brush.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
buffer.h Added the documentation for wxMemoryBuffer::AppendData(), it was lost in the Doxygen conversion. 2010-08-06 20:14:39 +00:00
busyinfo.h
button.h Fix changing the size of the bitmaps in wxMSW wxButton. 2011-03-14 11:54:39 +00:00
calctrl.h Fixed various typos. 2011-03-22 14:17:38 +00:00
caret.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
chartype.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
checkbox.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
checklst.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
choicdlg.h
choice.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
choicebk.h
clipbrd.h
clntdata.h
clrpicker.h
cmdline.h Add support for negatable command line switches. 2010-11-24 00:42:53 +00:00
cmdproc.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
cmndata.h update docs after r66615 2011-01-08 06:57:23 +00:00
collpane.h
colordlg.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
colour.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
colourdata.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
combo.h Describe what re-implemented wxComboPopup::DestroyPopup() should do 2011-04-12 09:35:04 +00:00
combobox.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
commandlinkbutton.h Changed licence references to "wxWindows licence". 2011-04-04 09:21:52 +00:00
config.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
control.h Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
convauto.h
cpp.h
cshelp.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
ctrlsub.h Document wxItemContainer::SetStringSelection() as case-insensitive. 2010-12-25 13:19:00 +00:00
cursor.h Mention that resource forks are deprecated under Mac in wxCursor docs. 2010-10-25 21:52:19 +00:00
dataobj.h
dataview.h Virtualize StartEditor and add implementations for the ports that can do it. 2011-05-31 19:36:47 +00:00
datectrl.h
dateevt.h
datetime.h Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
datstrm.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
dc.h Add wxDC::SetTransformMatrix() and related methods and implement them in wxMSW. 2011-04-23 16:03:10 +00:00
dcbuffer.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
dcclient.h
dcgraph.h
dcmemory.h Do nothing in wxMemoryDC::SelectObject() if the bitmap is already selected. 2010-10-24 22:41:46 +00:00
dcmirror.h
dcprint.h
dcps.h
dcscreen.h
dcsvg.h
dde.h
debug.h
debugrpt.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
defs.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
dialog.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
dialup.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
dir.h Fixed various typos. 2011-03-22 14:17:38 +00:00
dirctrl.h
dirdlg.h
display.h Fixed various typos. 2011-03-22 14:17:38 +00:00
dnd.h
docmdi.h
docview.h Add wxDocManager::GetPageSetupDialogData() accessor. 2011-05-03 10:40:23 +00:00
dragimag.h
dynarray.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
dynlib.h
editlbox.h
encconv.h
event.h Remove duplicated portability warning from wxShowEvent description. 2011-05-13 13:29:55 +00:00
evtloop.h
fdrepdlg.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
ffile.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
file.h Fixed various typos. 2011-03-22 14:17:38 +00:00
fileconf.h
filectrl.h
filedlg.h Fix incorrect use of word "alternative" in the documentation. 2010-11-15 00:11:21 +00:00
filefn.h Document wxRenameFile() behaviour when destination is a directory. 2010-11-08 16:28:57 +00:00
filehistory.h
filename.h Clarify that wxFileName::GetPath() appends separator for toplevel dirs. 2011-05-10 09:58:52 +00:00
filepicker.h
filesys.h
font.h Add wxFont::SetSymbolicSize() and SetSymbolicSizeRelativeTo(). 2011-02-27 12:47:05 +00:00
fontdata.h update docs after r66615 2011-01-08 06:57:23 +00:00
fontdlg.h
fontenum.h
fontmap.h
fontpicker.h
frame.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
fs_mem.h
fswatcher.h Don't document wxFileSystemWatcher::AddTree() as pure virtual. 2011-05-11 15:52:04 +00:00
gauge.h Fixed various typos. 2011-03-22 14:17:38 +00:00
gbsizer.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
gdicmn.h Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
gdiobj.h
geometry.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
glcanvas.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
graphics.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
grid.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
hash.h
hashmap.h
hashset.h Mention in wxHashSet documentation that its contents is not sorted. 2010-12-03 12:39:34 +00:00
headercol.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
headerctrl.h
help.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
htmllbox.h Fixed various typos. 2011-03-22 14:17:38 +00:00
hyperlink.h Provide native wxHyperlinkCtrl implementation for wxMSW. 2010-08-17 16:55:32 +00:00
icon.h
iconbndl.h
iconloc.h
image.h Fixed various typos. 2011-03-22 14:17:38 +00:00
imaglist.h
infobar.h
init.h
intl.h Fixed parameter names. They can't be named "short" 2010-11-23 22:14:18 +00:00
ipc.h
ipcbase.h
joystick.h
kbdstate.h Fix some bad parameter names, add missing methods, add missing classes, etc. 2010-11-19 07:57:19 +00:00
language.h
laywin.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
link.h
list.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
listbook.h
listbox.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
listctrl.h Make wxListCtrl sort function take wxIntPtr, not long, arguments. 2011-05-13 13:30:03 +00:00
log.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
longlong.h
math.h
mdi.h
mediactrl.h Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
memory.h
menu.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
menuitem.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
metafile.h
mimetype.h Fixed various typos. 2011-03-22 14:17:38 +00:00
minifram.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
module.h
mousemanager.h
mousestate.h Fix some bad parameter names, add missing methods, add missing classes, etc. 2010-11-19 07:57:19 +00:00
msgdlg.h Add a link to Microsoft guidelines from wxICON_QUESTION documentation. 2010-09-04 09:36:25 +00:00
msgout.h
msgqueue.h Document wxMessageQueueError. 2010-10-30 23:51:18 +00:00
mstream.h
notebook.h
notifmsg.h
numdlg.h
numformatter.h Add wxNumberFormatter class helping to deal with thousands separators. 2011-01-19 10:47:40 +00:00
object.h Make wxDECLARE_CLASS synonym of wxDECLARE_ABSTRACT_CLASS. 2011-06-07 13:06:17 +00:00
odcombo.h
palette.h
panel.h Add wxPanel::SetBackgroundBitmap(). 2011-03-20 00:00:49 +00:00
pen.h Add wx{Pen,Brush}::Is[Non]Transparent() methods and use them. 2010-10-15 23:46:46 +00:00
persist.h
pickerbase.h
platform.h
platinfo.h wxPlatformInfo does not derive from wxObject 2010-11-27 08:38:46 +00:00
popupwin.h Document wxPopupTransientWindow. 2011-03-19 11:57:06 +00:00
position.h
power.h Fix various missing or broken stuff needed for Project Phoenix 2010-12-27 20:47:12 +00:00
print.h Allow showing the print preview frame non modally. 2011-04-26 22:57:27 +00:00
printdlg.h
process.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
progdlg.h Fixed various typos. 2011-03-22 14:17:38 +00:00
propdlg.h
quantize.h
radiobox.h Correct documentation of majorDimension in wxRadioBox ctor. 2010-08-10 18:57:36 +00:00
radiobut.h Mention that you cannot call wxRadioButton::SetValue(false) if that radiobutton belongs to a group 2010-08-18 21:36:40 +00:00
rawbmp.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
rearrangectrl.h
recguard.h
regex.h
region.h
renderer.h Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
richmsgdlg.h Changed licence references to "wxWindows licence". 2011-04-04 09:21:52 +00:00
sashwin.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
sckipc.h
sckstrm.h
scopedarray.h
scopedptr.h Minor correction to smart pointer docs 2010-07-25 19:45:24 +00:00
scopeguard.h
scrolbar.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
scrolwin.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
settings.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
sharedptr.h Minor correction to smart pointer docs 2010-07-25 19:45:24 +00:00
sizer.h Fixed various typos. 2011-03-22 14:17:38 +00:00
slider.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
snglinst.h
socket.h Fixed various typos. 2011-03-22 14:17:38 +00:00
sound.h
spinbutt.h
spinctrl.h Document wxEVT_COMMAND_SPINCTRL_UPDATED in EVT_SPINCTRL description. 2011-01-27 13:27:14 +00:00
splash.h
splitter.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
srchctrl.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
sstream.h
stack.h Fix typo in wxStack<T> documentation. 2011-03-02 10:28:20 +00:00
stackwalk.h
statbmp.h
statbox.h
statline.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
stattext.h Replace wxST_MARKUP style with wxControl::SetLabelMarkup(). 2011-02-27 12:47:26 +00:00
statusbr.h Mention status bar fields limits under pre-XP MSW systems. 2010-11-25 00:53:24 +00:00
stdpaths.h Fix typo in wxStandardPathsBase::ResourceCat description and document it. 2010-09-27 11:51:50 +00:00
stdstream.h
stockitem.h
stopwatch.h
strconv.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
stream.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
string.h Extensive documentation typo patch (closes #13063). 2011-03-22 14:08:30 +00:00
sysopt.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
tarstrm.h
taskbar.h Add missing code tag before lots of wxEventTypes in the documentation. Although most of the documentation did this quite a few were missing. 2011-01-06 19:52:14 +00:00
textcompleter.h Split wxTextCompleter into a base class and wxTextCompleterSimple. 2011-04-16 17:27:34 +00:00
textctrl.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
textdlg.h Fixed various typos. 2011-03-22 14:17:38 +00:00
textentry.h Correct wrong port-specific note in AutoCompleteFileNames() documentation. 2011-04-17 23:15:04 +00:00
textfile.h
textwrapper.h
tglbtn.h Add wxHAS_BITMAPTOGGLEBUTTON and test for it in the unit test. 2010-10-01 13:05:36 +00:00
thread.h Fixed various typos. 2011-03-22 14:17:38 +00:00
timer.h
tipdlg.h
tipwin.h
tls.h
tokenzr.h
toolbar.h Fixed various typos. 2011-03-22 14:17:38 +00:00
toolbook.h
tooltip.h
toplevel.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
tracker.h
translation.h
treebase.h
treebook.h
treectrl.h Document that wxTreeCtrl::SelectItem() generates events. 2011-04-23 11:17:43 +00:00
txtstrm.h Add wxText{Input,Output}Stream::Get{Input,Output}Stream() methods. 2011-03-22 17:15:45 +00:00
uiaction.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
unichar.h
uri.h No code changes, fixed forgotten typo that is a part of r67384. 2011-04-03 20:52:18 +00:00
url.h
ustring.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
utils.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
valgen.h Add wxIntegerValidator and wxFloatingPointValidator classes. 2011-01-19 10:48:28 +00:00
validate.h Add wxIntegerValidator and wxFloatingPointValidator classes. 2011-01-19 10:48:28 +00:00
valnum.h Changed licence references to "wxWindows licence". 2011-04-04 09:21:52 +00:00
valtext.h Add wxIntegerValidator and wxFloatingPointValidator classes. 2011-01-19 10:48:28 +00:00
variant.h
vector.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
version.h Set svn properties on various files throughout the repository (skipped docs/ ). 2011-03-18 15:10:15 +00:00
versioninfo.h Add wxVersionInfo and functions returning it for 3rd party libraries. 2010-11-25 00:53:44 +00:00
vidmode.h Set svn properties on various files throughout the repository (skipped docs/ ). 2011-03-18 15:10:15 +00:00
vlbox.h
volume.h
vscroll.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
weakref.h Fixed various typos. 2011-03-22 14:17:38 +00:00
wfstream.h
window.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
windowid.h Fix some bad parameter names, add missing methods, add missing classes, etc. 2010-11-19 07:57:19 +00:00
wizard.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
wrapsizer.h
wupdlock.h
wxcrt.h
xlocale.h
zipstrm.h
zstream.h