wxWidgets/interface/wx
Vadim Zeitlin 2954883593 Document wxDocument::DeleteContents().
This method purpose was not quite clear as it was only mentioned in passing in
documentation of OnCloseDocument() but not really documented itself.

Also don't call it from wxDocument dtor as this is useless: the user-defined
overridden version will never be called from here and the base class version
does nothing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-05-13 14:37:00 +00:00
..
aui make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp 2009-02-18 17:58:51 +00:00
generic Document wxSpinCtrlDouble in correct header file. 2009-12-19 12:00:16 +00:00
html fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
msw Document the meaning of empty value name in wxRegKey methods. 2009-09-12 22:48:29 +00:00
persist add support for persistent controls 2009-01-30 21:38:29 +00:00
propgrid Fix various doxygen warnings 2010-03-19 22:35:30 +00:00
protocol Applied modified #10655 (Added Cookie (receive) support to wxHTTP) 2009-09-26 19:47:23 +00:00
ribbon fix errors/inconsistencies pointed out by ifacecheck 2010-05-11 21:12:10 +00:00
richtext Document wxPerl interface differences for wxRichTextCtrl. 2010-01-02 11:29:00 +00:00
stc fix errors/inconsistencies pointed out by ifacecheck 2010-05-11 21:12:10 +00:00
xml fixed wxXmlDocument::Save() to interpret the indentstep argument correctly 2009-10-04 21:19:40 +00:00
xrc added a note about XRCID() and EVT_*_RANGE macros (see bug #11431) 2009-11-11 10:22:57 +00:00
aboutdlg.h Allow setting long version field in About dialog. 2009-07-25 22:53:23 +00:00
accel.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
access.h remove usage of wxT() macro; it makes example code a bit harder to read 2009-01-18 21:46:46 +00:00
animate.h add a note about the formats which wxAnimation is capable of loading 2009-01-13 19:39:48 +00:00
any.h Allow wxAny to contain 'const char*' or 'const wchar_t*'. This was previously not possible since these pointers were converted to wxString, as convenient means to work with string literals. Now pointers (to string literals) are stored instead, and As<wxString>(), comparison operators do the type conversion. 2010-04-22 13:51:38 +00:00
app.h Define wxDEBUG_LEVEL in both debug and release builds as 1. 2009-09-12 11:28:52 +00:00
apptrait.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
archive.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
arrstr.h make wxSortedArrayString::Sort() and Insert() private in STL build (closes #10947) 2009-07-01 08:56:31 +00:00
artprov.h Added wxART_CLOSE art id. 2009-10-05 22:55:53 +00:00
atomic.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
base64.h Add wxBase64Decode(void*,size_t,wxString) overload. 2009-11-11 14:38:40 +00:00
bitmap.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
bmpbuttn.h minor tweaks to alignment styles documentation 2009-06-15 23:18:06 +00:00
bmpcbox.h make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp 2009-02-18 17:58:51 +00:00
bookctrl.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
brush.h add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669) 2009-05-09 12:40:09 +00:00
buffer.h Fix wxScopedCharTypeBuffer<T>::CreateOwned() to match docs. 2010-05-05 07:45:33 +00:00
busyinfo.h always use wxSTAY_ON_TOP (closes #10447) 2009-02-05 17:46:00 +00:00
button.h Document that images in buttons and menus might not be shown under GTK. 2010-03-03 01:08:19 +00:00
calctrl.h do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created 2009-03-14 00:49:24 +00:00
caret.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
chartype.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
checkbox.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
checklst.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
choicdlg.h Add initial selection parameter to wxGetSingleChoice() functions. 2010-03-21 11:06:31 +00:00
choice.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
choicebk.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
clipbrd.h fix signature of wxClipboard::UserPrimarySelection; in particular change the default value from true to false since in the real sources the default value has always been the latter 2008-09-22 22:39:21 +00:00
clntdata.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
clrpicker.h make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp 2009-02-18 17:58:51 +00:00
cmdline.h better docs for wxCmdLineParser (fixes a few typos, adds more comments) 2009-03-22 23:29:14 +00:00
cmdproc.h fix for doxygen warnings 2008-10-04 20:49:51 +00:00
cmndata.h Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum. 2009-12-08 16:35:47 +00:00
collpane.h make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp 2009-02-18 17:58:51 +00:00
colordlg.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
colour.h Add wxTransparentColour global pseudo-variable. 2010-04-05 11:44:33 +00:00
combo.h Added wxComboCtrl::SetHint(), GetHint() 2009-12-26 10:33:35 +00:00
combobox.h Document that wxComboBox::Dismiss() and Popup() generate events. 2010-01-24 11:33:11 +00:00
config.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
control.h better docs for Get/SetLabel methods 2010-03-29 21:31:27 +00:00
convauto.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
cpp.h move __WXFUNCTION__ to wx/cpp.h from wx/debug.h 2009-03-21 17:18:01 +00:00
cshelp.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
ctrlsub.h other ifacecheck fixes 2009-01-10 23:44:44 +00:00
cursor.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
dataobj.h Make wxDataObjectComposite::GetObject() public. 2010-02-04 01:02:43 +00:00
dataview.h Fix various doxygen warnings 2010-03-19 22:35:30 +00:00
datectrl.h removed wxDatePickerCtrlGeneric::SetFormat() which didn't exist but was declared and documented (closes #10988) 2009-07-19 16:49:29 +00:00
dateevt.h many ifacecheck automatic fixes + some access-specifier manual fix 2008-09-29 10:52:37 +00:00
datetime.h fix errors/inconsistencies pointed out by ifacecheck 2010-05-11 21:12:10 +00:00
datstrm.h Default to wxConvUTF8 (not wxConvAuto) in wxDataInputStream and wxDataOutputStream (as the text in the docs actually already claimed) 2009-01-11 19:53:49 +00:00
dc.h Document more wxDC drawing functions overloads. 2010-02-25 00:03:22 +00:00
dcbuffer.h minor fixes to reduce number of Doxygen warnings 2010-05-11 19:44:16 +00:00
dcclient.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
dcgraph.h fix others $Id$ keywords 2009-01-11 12:05:05 +00:00
dcmemory.h document wxDCMemory(wxDC*) ctor 2009-07-16 12:06:54 +00:00
dcmirror.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
dcprint.h interface fixes; removed many functions which were deprecated in past and have already been removed from wx; renamed others wrongly named; added some @onlyfor tags to avoid false warnings in ifacecheck logs 2008-11-15 11:37:43 +00:00
dcps.h fix the definition of many static functions marked as 'const' or functions which had incoherent default values for their arguments or duplicated functions 2009-01-10 22:10:54 +00:00
dcscreen.h HUGE commit of ifacecheck-automated fixes to virtualness/constness/staticness of wxWidgets documented functions 2008-09-27 11:21:10 +00:00
dcsvg.h remove docs originally copied from wxDC docs now that wxSVGFileDC is integrated in wx; leave only svg-specific docs 2009-01-10 23:07:44 +00:00
dde.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
debug.h minor fixes to reduce number of Doxygen warnings 2010-05-11 19:44:16 +00:00
debugrpt.h Fix various doxygen warnings 2010-03-19 22:35:30 +00:00
defs.h Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum. 2009-12-08 16:35:47 +00:00
dialog.h document wxProgressDialog::Update(maximumValue) behaviour and warn the user that it may generate unwanted re-entrancies because of wxDialog::ShowModal() 2009-03-08 12:08:39 +00:00
dialup.h make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp 2009-02-18 17:58:51 +00:00
dir.h minor additions and clarifications 2010-04-19 18:54:26 +00:00
dirctrl.h added multiple selections support to wxDirCtrl (closes #10830) 2009-06-06 14:00:51 +00:00
dirdlg.h s/""/wxEmptyString 2009-01-10 18:31:45 +00:00
display.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
dnd.h Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon. 2009-03-15 01:19:09 +00:00
docmdi.h ifacecheck fixes 2008-11-08 15:17:16 +00:00
docview.h Document wxDocument::DeleteContents(). 2010-05-13 14:37:00 +00:00
dragimag.h HUGE commit of ifacecheck-automated fixes to virtualness/constness/staticness of wxWidgets documented functions 2008-09-27 11:21:10 +00:00
dynarray.h Minor corrections to sorted arrays documentation. 2009-09-24 00:21:36 +00:00
dynlib.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
editlbox.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
encconv.h Remove wxUSE_WCHAR_T checks. 2010-04-16 10:43:18 +00:00
event.h Replace public wxEvtHandler::ProcessEventHere() with private TryHere(). 2010-05-09 14:55:46 +00:00
evtloop.h move pending event processing back to wxApp (these methods were moved into wxEventLoopBase during YieldFor() refactoring - see #10320): we need to be able to queue events even when there's no event loop running (e.g. wxApp::OnInit) 2009-03-02 20:45:22 +00:00
fdrepdlg.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
ffile.h automated ifacecheck fixed 2008-10-28 15:36:26 +00:00
file.h Move wxPosixPermissions definition from wx/file.h to wx/filefn.h. 2010-02-10 11:38:41 +00:00
fileconf.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
filectrl.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
filedlg.h Applied #10917: wxGTK wxFileDialog::SetDirectory and ::SetFilename problems 2009-09-24 20:36:46 +00:00
filefn.h Move wxPosixPermissions definition from wx/file.h to wx/filefn.h. 2010-02-10 11:38:41 +00:00
filehistory.h Move wxFileHistory out of docview framework, add wxUSE_FILE_HISTORY. 2010-05-04 12:15:14 +00:00
filename.h Correct documentation of wxSizeConvention elements. 2010-04-07 10:50:37 +00:00
filepicker.h make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp 2009-02-18 17:58:51 +00:00
filesys.h Clarify that wxFileSystem::OpenFile() takes URL, not filename. 2010-05-06 18:28:31 +00:00
font.h No changes, just avoid overriding GetNativeFontInfoDesc() in wxMSW wxFont. 2009-11-26 02:34:01 +00:00
fontdlg.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
fontenum.h s/""/wxEmptyString 2009-01-10 18:31:45 +00:00
fontmap.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
fontpicker.h make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp 2009-02-18 17:58:51 +00:00
frame.h update docs for wxMAXIMIZE on GTK 2010-01-16 04:14:18 +00:00
fs_mem.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
fswatcher.h Merge SOC2009_FSWATCHER branch into trunk. 2009-10-22 11:35:43 +00:00
gauge.h be more precise about range in indeterminate-mode wxGauges (fixes #10125) 2008-11-22 14:18:05 +00:00
gbsizer.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
gdicmn.h Try to prevent users from forgetting to include wx.rc from their resources. 2010-01-26 12:39:41 +00:00
gdiobj.h Reviewed some g* interface headers. 2008-10-31 01:22:58 +00:00
glcanvas.h adding comment about wxHAS_OPENGL_ES 2009-03-29 17:20:14 +00:00
graphics.h Add default constructor to wxGraphicsGradientStop. 2010-04-06 13:55:35 +00:00
grid.h minor fixes to reduce number of Doxygen warnings 2010-05-11 19:44:16 +00:00
hash.h ifacecheck manual fixes 2008-11-09 16:46:52 +00:00
hashmap.h Fixed up the short description of wxHashMap::find(). 2009-08-05 17:38:25 +00:00
hashset.h remaining h* interface header revision 2008-11-03 14:37:14 +00:00
headercol.h extract setters from wxHeaderColumnBase into a separate wxSettableHeaderColumn class as we don't always need to implement them in order to use this class; also renamed wxHeaderColumnBase to just wxHeaderColumn as we didn't have any wxHeaderColumn at all 2008-12-11 13:05:48 +00:00
headerctrl.h wxHeaderColumnBase -> wxHeaderColumn; Fixed UpdateColumnWidthToFit() sample code 2009-12-12 12:24:28 +00:00
help.h miscellaneous small enhancements 2009-01-10 18:59:37 +00:00
htmllbox.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
hyperlink.h Correct the case of wxHyperlinkCtrl in the documentation. 2010-04-16 12:47:27 +00:00
icon.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
iconbndl.h document effect of loading an icon bundle on stream position 2009-06-06 12:09:30 +00:00
iconloc.h interface header revisions 2008-10-15 15:36:15 +00:00
image.h Add wxImage::ClearAlpha(). 2010-04-09 13:15:20 +00:00
imaglist.h Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon. 2009-03-15 01:19:09 +00:00
infobar.h Move wxInfoBar to core library from adv. 2010-05-05 12:20:08 +00:00
init.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
intl.h Don't use size_t for plural forms parameter. 2010-05-05 12:27:07 +00:00
ipc.h fix typo in wxClient::MakeConnection() docs (closes #10841) 2009-07-02 22:29:43 +00:00
ipcbase.h interface revisions 2008-10-17 20:55:12 +00:00
joystick.h other ifacecheck fixes 2008-11-10 21:33:25 +00:00
kbdstate.h put wx{Keyboard,Mouse}State in events category instead of misc one 2009-05-01 22:37:14 +00:00
language.h Added wxLANGUAGE_BOSNIAN. 2010-05-06 12:40:11 +00:00
laywin.h make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp 2009-02-18 17:58:51 +00:00
link.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
list.h Change return type of wxList::Member() to bool. 2009-09-18 17:10:58 +00:00
listbook.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
listbox.h Correct typo in wxEVT_COMMAND_LISTBOX_DOUBLECLICKED. 2009-12-16 19:27:34 +00:00
listctrl.h Add column parameter to wxListCtrl::GetItemText(). 2010-05-10 21:22:16 +00:00
log.h Mention log components in wxLogTrace() documentation. 2009-10-09 13:04:44 +00:00
longlong.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
math.h Also mention wxRound() and wxIsSameDouble() 2009-01-12 10:58:26 +00:00
mdi.h do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created 2009-03-14 00:49:24 +00:00
mediactrl.h miscellaneous small enhancements 2009-01-10 18:59:37 +00:00
memory.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
menu.h Check for menu title being non-empty when appending it to the menu bar. 2010-04-20 11:59:46 +00:00
menuitem.h Document that images in buttons and menus might not be shown under GTK. 2010-03-03 01:08:19 +00:00
metafile.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
mimetype.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
minifram.h Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION. 2010-05-10 21:09:57 +00:00
module.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
mousemanager.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
mousestate.h put wx{Keyboard,Mouse}State in events category instead of misc one 2009-05-01 22:37:14 +00:00
msgdlg.h Document that message box with wxYES_NO but without wxCANCEL can't be closed. 2010-03-14 14:15:46 +00:00
msgout.h Document wxMessageOutput and related classes. 2009-07-18 23:48:50 +00:00
msgqueue.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
mstream.h use ::wxInvalidOffset to enable autolinking 2009-01-13 17:29:34 +00:00
notebook.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
notifmsg.h revised n*h headers 2008-10-13 08:55:12 +00:00
numdlg.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
object.h Added another hyphen in "wxObject-derived" for consistency. 2009-07-30 13:40:46 +00:00
odcombo.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
palette.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
panel.h do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created 2009-03-14 00:49:24 +00:00
pen.h Mention that hatched pens don't work under wxGTK and wxX11. 2010-05-06 12:22:57 +00:00
persist.h added wxPersistentRegisterAndRestore() function to work around VC6 brokenness in debug DLL build 2009-02-03 12:02:20 +00:00
pickerbase.h document GetPickerCtrl() method and provide an example of how to use it to change the default 'Browse' label for wxFilePickerCtrl 2008-12-07 13:50:12 +00:00
platform.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
platinfo.h Provide more details about the major and minor version numbers returned by wxGetOsVersion() under linux,mac,windows. 2010-03-07 16:03:53 +00:00
popupwin.h fix others $Id$ keywords 2009-01-11 12:05:05 +00:00
position.h wxPosition doesn't need renamed, it's supposed to be generic like wxSize or wxPoint. 2009-02-28 17:08:00 +00:00
power.h make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp 2009-02-18 17:58:51 +00:00
print.h Replace wxPrintout::SetIsPreview() with SetPreview(). 2010-05-05 12:19:59 +00:00
printdlg.h Remove obsolete parts of wxPageSetupDialog documentation. 2010-03-20 13:18:28 +00:00
process.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
progdlg.h Add wxProgressDialog::Was{Cancelled,Skipped}() convenience methods. 2010-04-20 11:10:33 +00:00
propdlg.h remove usage of wxT() macro; it makes example code a bit harder to read 2009-01-18 21:46:46 +00:00
quantize.h automated ifacecheck fixed 2008-10-28 15:36:26 +00:00
radiobox.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
radiobut.h do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created 2009-03-14 00:49:24 +00:00
rawbmp.h fixed missing semicolons, as reported by check_syntax.sh 2008-10-30 11:11:00 +00:00
rearrangectrl.h make wxRearrangeDialog more customizable and add an example of customizing it to the dialogs sample 2008-12-31 14:26:52 +00:00
recguard.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
regex.h remove usage of wxT() macro; it makes example code a bit harder to read 2009-01-18 21:46:46 +00:00
region.h even more fixes detected using ifacecheck 2009-01-08 16:33:08 +00:00
renderer.h Document wxRendererNative::DrawTitleBarBitmap() and use it properly. 2009-10-19 08:59:25 +00:00
sashwin.h make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp 2009-02-18 17:58:51 +00:00
sckipc.h do not use preprocessor macros in interface headers; doxygen doesn't know about preprocessor symbols used in the real headers 2009-02-07 15:09:48 +00:00
sckstrm.h some s*h interface headers reviews 2008-10-04 14:30:56 +00:00
scopedarray.h renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and wx/scopedarray.h; extracted common parts into new wx/checkeddelete.h 2009-02-03 12:01:46 +00:00
scopedptr.h No real changes, just fix a typo in comments and documentation. 2010-01-14 18:02:26 +00:00
scopeguard.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
scrolbar.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
scrolwin.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
settings.h make sure that wxSystemSettings::GetFont/GetColour return values are always valid 2009-03-24 23:13:02 +00:00
sharedptr.h renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_scpd.h in wx/scopedptr.h and wx/scopedarray.h; extracted common parts into new wx/checkeddelete.h 2009-02-03 12:01:46 +00:00
sizer.h Don't use grouping of different methods as this creates confusing output 2010-03-16 19:13:36 +00:00
slider.h Implement support for wxSL_<DIR> in wxGTK, show them better in the sample. 2009-11-14 23:15:27 +00:00
snglinst.h Allow creating wxSingleInstanceChecker with default name. 2009-09-16 12:38:00 +00:00
socket.h wxSocket::Initialize() and Shutdown() are for main thread only. 2009-09-21 08:44:35 +00:00
sound.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
spinbutt.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
spinctrl.h Document wxSpinCtrlDouble in correct header file. 2009-12-19 12:00:16 +00:00
splash.h other s*h interface revisions 2008-10-05 11:24:00 +00:00
splitter.h make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp 2009-02-18 17:58:51 +00:00
srchctrl.h make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp 2009-02-18 17:58:51 +00:00
sstream.h misc fixes to function signatures 2008-10-14 19:48:14 +00:00
stackwalk.h don't use hardcoded constant 200; use wxSTACKWALKER_MAX_DEPTH instead 2009-01-14 14:38:00 +00:00
statbmp.h further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!) 2008-11-13 21:32:53 +00:00
statbox.h Correct examples in wxStaticBox(Sizer) documentation. 2009-08-07 12:39:41 +00:00
statline.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
stattext.h better docs for Get/SetLabel methods 2010-03-29 21:31:27 +00:00
statusbr.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
stdpaths.h Don't use vendor name by default in wxStandardPaths. 2009-10-10 18:28:28 +00:00
stdstream.h correct a typo in a comment in the example (see #10637) 2009-05-03 09:29:13 +00:00
stockitem.h Extract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON. 2010-02-04 01:33:32 +00:00
stopwatch.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
strconv.h Add convenient wxMBConv::cMB2WC/WC2MB overloads taking buffers. 2009-09-12 22:40:25 +00:00
stream.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
string.h Restore wxString::Printf() example showing position parameters in the docs. 2010-05-12 08:18:17 +00:00
sysopt.h fix typos (closes #10611) 2009-03-19 15:08:12 +00:00
tarstrm.h interface revisions of ta*h te*h headers; grouped wxTextAttr #defines into enums to make it easier to document them 2008-10-04 11:01:50 +00:00
taskbar.h make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp 2009-02-18 17:58:51 +00:00
textctrl.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
textdlg.h s/""/wxEmptyString 2009-01-10 18:31:45 +00:00
textentry.h Fixed Cut&Paste error in wxTextCtrl::ChangeValue documentation (fixes #11469). 2009-11-22 11:00:42 +00:00
textfile.h minor corrections: document typeDefault, remove text copied from the header (closes #10740) 2009-04-25 14:42:59 +00:00
textwrapper.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
tglbtn.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
thread.h Documented that wxCriticalSection can be used before wxInitialize(), as a global object. 2009-12-05 09:05:45 +00:00
timer.h Document that throwing exceptions from wxTimer::Notify() is unsupported. 2009-11-22 11:24:03 +00:00
tipdlg.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
tipwin.h remaining t*h interface revisions 2008-10-04 11:55:28 +00:00
tls.h more Doxygen warnings corrections from Tim S 2008-08-30 12:44:43 +00:00
tokenzr.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
toolbar.h minor fixes to reduce number of Doxygen warnings 2010-05-11 19:44:16 +00:00
toolbook.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
tooltip.h remove implementations from interface headers 2009-02-01 19:56:06 +00:00
toplevel.h Add OSX prefix, and be clear that this is OS X only API to avoid any expectation that this API may work elsewhere. 2009-12-09 05:25:32 +00:00
tracker.h Commit 3 of 3 for Doxygen path fixes, this one finally removes all 600+ unnecessary uses of @wxheader and @headerfile. 2008-06-27 18:00:03 +00:00
translation.h Refactor wxTranslationsLoader API. 2010-05-06 12:12:53 +00:00
treebase.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
treebook.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
treectrl.h Add wxTreeCtrl::{Clear,Set}FocusedItem(). 2010-05-02 12:01:30 +00:00
txtstrm.h automated ifacecheck fixes 2008-10-29 15:34:31 +00:00
uiaction.h Add wxUSE_UIACTIONSIMULATOR and turn it off by default. 2010-03-22 11:40:35 +00:00
unichar.h Allow calling wxStrchr() with a narrow string and wide character. 2009-11-28 14:37:03 +00:00
uri.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
url.h ifacecheck fixes 2008-10-28 14:29:36 +00:00
ustring.h ifacecheck fixes 2008-10-28 14:29:36 +00:00
utils.h Provide more details about the major and minor version numbers returned by wxGetOsVersion() under linux,mac,windows. 2010-03-07 16:03:53 +00:00
valgen.h update list of classes supported by wxGenericValidator 2009-02-04 12:41:43 +00:00
validate.h Replace wxValidator::SetBellOnError() with SuppressBellOnError(). 2009-10-15 14:44:22 +00:00
valtext.h document the protected functions of wxTextValidator; it helps user to eventually derive classes from wxTextValidator (closes #10474) 2009-02-05 18:50:43 +00:00
variant.h wxVariant <-> wxAny conversion functionality. Includes implicit construction of wxAny from wxVariant, and vice versa. wxVariant->wxAny conversion is implemented by adding new virtual member function into wxVariantData. wxAny->wxVariant conversion is implemented by associating wxAnyValueTypes with functions that generate wxVariantData instances (using a hash map). 2010-04-16 14:33:52 +00:00
vector.h Add wxVectorSort function for sorting wxVector<T> containers. Closes #11889 2010-04-07 20:32:25 +00:00
version.h Replaced @ingroup with @addtogroup for all global func/macros for use with Doxygen 1.5.7+. 2009-01-05 20:48:06 +00:00
vidmode.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
vlbox.h remove @appearance tag from abstract classes; add the missing screenshots of some controls to wxGTK image folder 2008-11-28 23:16:24 +00:00
volume.h minor additions and clarifications 2010-04-19 18:54:26 +00:00
vscroll.h moved to appropriate 'protected' sections all functions wrongly placed in 'public' sections 2008-10-29 18:55:57 +00:00
weakref.h Add wxWeakRef::element_type, remove unnecessary assignment operator. 2010-04-10 18:13:23 +00:00
wfstream.h Override some methods in wxF(F)ileStream to resolve ambiguities. 2009-12-27 19:39:55 +00:00
window.h Don't use wxWindow::ClearBackground() in the image sample and explain why. 2010-05-10 21:02:30 +00:00
windowid.h recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups 2009-02-20 11:34:52 +00:00
wizard.h Added EVT_WIZARD_PAGE_SHOWN event for wxWizard, to give apps 2010-01-25 18:48:21 +00:00
wrapsizer.h even more interface fixes 2008-09-27 20:26:28 +00:00
wupdlock.h add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod) 2008-09-27 10:27:44 +00:00
wxcrt.h minimal list of wx CRT wrappers (so doxygen highlights occurrences of wxFunc() if Func() is a std CRT function 2009-03-21 00:40:12 +00:00
xlocale.h extend wxXLocale with wxStrto[d,l,ul] functions; make wxXLocale::Init() a little bit smarter on Unix systems; make XLocaleTestCase not fail on systems where french/italian support is not installed 2009-03-19 18:05:49 +00:00
zipstrm.h many automated ifacecheck fixes 2009-01-10 22:42:09 +00:00
zstream.h added wxZlibStream::SetDictionary() (closes #10551) 2009-03-06 16:26:15 +00:00