wxWidgets/interface/wx
Vadim Zeitlin 791a9e68ae Rename and simplify wxGridBlockCoords::ContainsBlock()
Change the return type of this function to a simple and clear bool
instead of 3-valued int requiring a special explanation. This is simpler
and not any less efficient as checking for whether one block contains
another or the other one contains this one are separate operations
anyhow.

Rename the function to a more grammatically correct name.

Also move it inline as it's now trivial enough for this to be worth it.
2020-04-05 01:37:56 +02:00
..
aui Rename tool ID parameter in wxAuiToolBar documentation 2020-03-15 17:09:54 +01:00
generic Update copyright years to 2020 2020-03-06 00:51:39 +01:00
html Fix inconsistent function declarations in documentation 2019-03-22 00:29:40 -04:00
msw Improve wxRegKey documentation 2020-01-07 02:39:33 +01:00
persist Add documentation for wxPersistentDataViewCtrl 2017-12-15 14:10:16 +01:00
propgrid Implement getters for members of wxPGWindowList 2020-02-12 17:09:25 +01:00
protocol Remove all trailing spaces 2019-01-30 17:35:54 +01:00
ribbon Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
richtext Remove all trailing spaces 2019-01-30 17:35:54 +01:00
stc Regenerate wxSTC files after recent changes 2019-09-28 00:50:47 -05:00
xml Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
xrc Allow expanding environment variables in XRC file paths 2019-07-31 23:57:40 +02:00
aboutdlg.h Update copyright years to 2020 2020-03-06 00:51:39 +01:00
accel.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
access.h Add wxACC_SELF and fix parameter name 2018-10-10 10:59:32 -07:00
activityindicator.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
addremovectrl.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
affinematrix2d.h Fix various documentation warnings throughout core and base. 2013-08-21 15:26:34 +00:00
affinematrix2dbase.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
animate.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
any.h Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
anybutton.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
app.h OSXEnableAutomaticTabbing does not return a value 2019-12-11 12:07:43 -08:00
appprogress.h Convert a few files from DOS to Unix EOLs. 2015-03-19 21:45:38 +01:00
apptrait.h Add micro version to toolkit version functions 2016-02-29 10:05:43 +01:00
archive.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
arrstr.h Clarify wxArrayString::Insert() description 2019-08-10 15:09:59 +02:00
artprov.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
atomic.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bannerwindow.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
base64.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
bitmap.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
bmpbuttn.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
bmpcbox.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
bookctrl.h Clarify when wxBookCtrl::AddPage() sends page changing events 2019-01-28 18:56:03 +01:00
brush.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
buffer.h Document wxScopedCharTypeBuffer::release(). 2014-10-23 13:56:04 +00:00
busyinfo.h Allow updating wxBusyInfo text while it's shown 2019-09-08 23:13:00 +02:00
button.h Merge branch 'per-monitor-dpi-aware-controls-1' of https://github.com/MaartenBent/wxWidgets 2019-09-07 14:57:54 +02:00
calctrl.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
caret.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
chartype.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
checkbox.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
checklst.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
choicdlg.h Remove wrong MSW notes from wx*ChoiceDialog documentation 2017-03-25 03:22:17 +01:00
choice.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
choicebk.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
clipbrd.h Implement wxClipboard::Flush() in wxGTK 2019-05-10 01:46:54 +02:00
clntdata.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
clrpicker.h Add missing and fix broken interface items for wxPython 2019-05-23 21:26:14 -07:00
cmdline.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
cmdproc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
cmndata.h Document wxPrintData::SetPaperSize(). 2015-06-21 02:24:50 +02:00
collheaderctrl.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
collpane.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
colordlg.h Make wxColourData parameter of wxColourDialog ctor const 2019-07-16 20:19:33 +02:00
colour.h Fix wxColour::GetAsString called for non-solid colour 2019-11-24 19:49:59 +01:00
colourdata.h Allow turning on/off opacity selector in wxColourDialog (wxOSX) 2017-07-03 22:48:04 +02:00
combo.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
combobox.h Implement support for wxCB_SORT in wxOSX wxComboBox 2019-07-26 18:19:47 +02:00
commandlinkbutton.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
config.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
containr.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
control.h Add wxControl::GetSizeFromText() helper function 2019-10-09 01:43:50 +02:00
convauto.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
cpp.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
cshelp.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
ctrlsub.h Document and test wxItemContainer::Delete() selection handling 2018-12-15 23:47:26 +01:00
cursor.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
custombgwin.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dataobj.h Remove obsolete note about limited wxFileDataObject support 2019-07-09 22:36:20 +02:00
dataview.h Implement background color attribute for wxDataViewCtrl in wxOSX 2019-12-09 22:45:06 +01:00
datectrl.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
dateevt.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
datetime.h Fix mistake in wxDateTime::Tm struct documentation 2019-10-20 15:37:13 +02:00
datstrm.h spelling fixes 2013-10-26 18:51:16 +00:00
dc.h Document that wxINVERT is not supported under wxGTK3 and wxMac 2020-01-23 01:11:58 +01:00
dcbuffer.h Fix some grammatical errors 2019-02-02 13:21:46 -08:00
dcclient.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dcgraph.h Document wxGCDC::SetGraphicsContext() difference from ctor 2019-07-07 03:18:18 +02:00
dcmemory.h Add missing wxMemoryDC::GetSelectedBitmap 2020-03-23 20:17:22 -07:00
dcmirror.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dcprint.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dcps.h Optimize selecting font in generated PostScript code 2017-03-04 19:07:04 +01:00
dcscreen.h Document that wxScreenDC corresponds to the entire virtual screen 2016-03-28 21:41:10 +02:00
dcsvg.h Allow to set wxSVGFileDC shape rendering mode 2019-08-20 20:21:05 +02:00
dde.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
debug.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
debugrpt.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
defs.h Fix docs for wxDEPRECATED_MSG macro 2019-12-29 15:37:13 +01:00
dialog.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
dialup.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
dir.h Fix parameter name in wxDir::HasSubDirs() documentation 2019-11-13 19:18:06 +01:00
dirctrl.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
dirdlg.h Remove obsolete symbols and platforms from the documentation 2015-12-03 22:05:55 +01:00
display.h Create primary monitor when using wxDisplay default ctor 2019-11-08 00:26:20 +01:00
dnd.h spelling fixes 2013-10-26 18:51:16 +00:00
docmdi.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
docview.h Check for view presence in wxDocument::RemoveView() 2017-06-20 15:32:00 +02:00
dragimag.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dynarray.h Fix spelling and punctuation errors in comments and documentation 2018-08-14 17:15:39 +02:00
dynlib.h Document wxDynamicLibrary::GetDllExt() method 2016-04-18 00:15:47 +02:00
editlbox.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
encconv.h Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
event.h Forbid creation of wxPaintEvent objects from user code 2020-02-10 23:03:01 +01:00
eventfilter.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
evtloop.h Remove 'virtual' from some items that are not virtual in the real code 2019-05-24 13:33:41 -07:00
fdrepdlg.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
ffile.h Document wxTemp[F]File default ctors 2020-02-21 14:57:28 +01:00
file.h Document wxTemp[F]File default ctors 2020-02-21 14:57:28 +01:00
fileconf.h Allow disabling saving wxFileConfig data when it is destroyed 2019-08-04 19:15:39 +02:00
filectrl.h Improve wxFileCtrl::SetFilename() and SetPath() consistency. 2015-05-09 19:05:05 +02:00
filedlg.h Document wxOSX_FILEDIALOG_ALWAYS_SHOW_TYPES system option 2019-10-21 21:14:54 +02:00
filefn.h Fix wxGetDiskSpace() documentation 2018-10-31 10:26:11 +01:00
filehistory.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
filename.h Move URL<->filename conversion functions to wxFileName 2019-08-25 00:48:39 +02:00
filepicker.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
filesys.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
font.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
fontdata.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fontdlg.h Minor documentation corrections. 2014-05-06 18:16:29 +00:00
fontenum.h Add wxFontEnumerator::InvalidateCache() 2017-11-13 22:29:29 +01:00
fontmap.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fontpicker.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
fontutil.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
frame.h Document that SetStatusText() updates the display immediately 2018-06-27 19:37:23 +02:00
fs_arc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fs_filter.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
fs_inet.h
fs_mem.h Add missing methods 2016-10-21 16:54:35 -07:00
fswatcher.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
gauge.h Remove all mentions of wxGauge shadow width and bezel face. 2015-04-20 18:46:55 +02:00
gbsizer.h Add missing and fix broken interface items for wxPython 2019-05-23 21:26:14 -07:00
gdicmn.h Document the bounds of wxRect more precisely 2019-07-13 16:53:28 +02:00
gdiobj.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
geometry.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
glcanvas.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
graphics.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
grid.h Rename and simplify wxGridBlockCoords::ContainsBlock() 2020-04-05 01:37:56 +02:00
hash.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
hashmap.h Fix spelling and punctuation errors in comments and documentation 2018-08-14 17:15:39 +02:00
hashset.h Fix spelling and punctuation errors in comments and documentation 2018-08-14 17:15:39 +02:00
headercol.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
headerctrl.h Add wxHeaderCtrl::GetColumnTitleWidth() overload taking index 2019-09-18 01:21:36 +02:00
help.h Allow opening ToC and index in wxCHMHelpController 2019-07-24 11:29:06 +02:00
htmllbox.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
hyperlink.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
icon.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
iconbndl.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
iconloc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
image.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
imaggif.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagiff.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagjpeg.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imaglist.h Added wxImageList::GetSize to retrieve the size originally passed 2015-12-13 19:17:40 +00:00
imagpcx.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagpng.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagpnm.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagtga.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
imagtiff.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
imagxpm.h Fix library link in doxygen docs for image handlers 2019-03-14 02:37:05 +01:00
infobar.h Don't characterize GTK+ 2.18 as being "recent" in the documentation 2016-03-28 21:30:57 +02:00
init.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
intl.h Fix inconsistent function declarations in documentation 2019-03-22 00:29:40 -04:00
ipc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
ipcbase.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
itemattr.h Add equality operators to wxItemAttr 2016-04-17 17:36:20 +02:00
joystick.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
kbdstate.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
language.h Handle wxLANGUAGE_CAMBODIAN correctly in the generation script. 2014-04-20 12:44:57 +00:00
layout.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
laywin.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
link.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
list.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
listbook.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
listbox.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
listctrl.h Improve wxLIST_STATE_DONTCARE documentation 2020-01-09 16:28:00 +01:00
log.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
longlong.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
lzmastream.h Document how to build wxWidgets with liblzma support 2018-04-06 15:39:55 +02:00
math.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
mdi.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
mediactrl.h Fix parameter names in wxMediaCtrl::Load* methods 2016-10-21 16:54:26 -07:00
memory.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
menu.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
menuitem.h Merge branch 'im/menu' of https://github.com/imciner2/wxWidgets 2019-11-05 20:09:14 +01:00
metafile.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
mimetype.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
minifram.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
modalhook.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
module.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
mousemanager.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
mousestate.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
msgdlg.h Fix broken URL in wxICON_QUESTION documentation 2019-01-03 00:12:37 +01:00
msgout.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
msgqueue.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
mstream.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
nativewin.h Add reference to the widgets sample in the documentation 2019-10-20 21:37:44 +02:00
nonownedwnd.h Document that size of shaped windows can't be changed 2019-10-22 19:37:32 +02:00
notebook.h Remove obsolete symbols and platforms from the documentation 2015-12-03 22:05:55 +01:00
notifmsg.h Remove 'virtual' from some items that are not virtual in the real code 2019-05-24 13:33:41 -07:00
numdlg.h Fix return type of wxNumberEntryDialog::GetValue() in documentation 2018-05-01 15:02:00 +02:00
numformatter.h Fix a typo in wxNumberFormatter styles documentation. 2013-05-06 13:08:43 +00:00
object.h Add wxObjectDataPtr::release() 2020-03-31 02:57:01 +02:00
odcombo.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
overlay.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
palette.h spelling fixes 2013-10-26 18:51:16 +00:00
panel.h Clarify that there is only a single TAB traversal implementation. 2014-02-24 20:54:44 +00:00
pen.h Add the rest of the accessors in wxPenInfo and wxGraphicsPenInfo, 2019-09-04 14:19:23 -07:00
persist.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
pickerbase.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
platform.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
platinfo.h Fix QT version in a comment for wxPORT_QT 2019-09-18 02:19:13 +02:00
popupwin.h Add missing and fix broken interface items for wxPython 2019-05-23 21:26:14 -07:00
position.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
power.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
preferences.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
print.h Fix inconsistent function declarations in documentation 2019-03-22 00:29:40 -04:00
printdlg.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
process.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
progdlg.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
propdlg.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
quantize.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
radiobox.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
radiobut.h Document wxRadioButton relationship with focus in wxMSW 2020-01-20 13:21:44 +01:00
rawbmp.h Mention that raw pixel access is efficient only with DIBs under MSW. 2013-12-28 15:11:36 +00:00
rearrangectrl.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
recguard.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
regex.h Add wxRegEx::QuoteMeta() helper 2019-08-25 12:32:51 +02:00
region.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
renderer.h Allow ignoring margins in wxRendererNative::GetCheckBoxSize() 2019-11-28 02:14:50 +01:00
richmsgdlg.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
richtooltip.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
sashwin.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
sckipc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
sckstrm.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
scopedarray.h Allow initializing wxScopedArray more conveniently. 2013-12-31 14:03:34 +00:00
scopedptr.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
scopeguard.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
scrolbar.h Add reference to the widgets sample in the documentation 2019-10-20 21:37:44 +02:00
scrolwin.h Various interface corrections 2019-07-31 12:18:55 -07:00
secretstore.h Mention that wxSecretStore ctor can block 2020-02-10 18:27:38 +01:00
settings.h Add wxSystemAppearance to check for dark mode under macOS 2019-04-21 02:11:07 +02:00
sharedptr.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
simplebook.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
sizer.h Support DPI change in sizers 2019-11-01 21:07:15 +01:00
slider.h Add reference to the widgets sample in the documentation 2019-10-20 21:37:44 +02:00
snglinst.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
socket.h Detect any attempt to use non-blocking socket from worker threads 2017-08-15 19:48:46 +02:00
sound.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
spinbutt.h Send EVT_SPIN_UP/DOWN events also when wxSpinButton value wraps around (wxOSX) 2017-09-22 15:28:12 +02:00
spinctrl.h Left-align wxSpinCtrl contents by default 2018-05-12 19:14:00 +02:00
splash.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
splitter.h Remove outdated documentation remarks on Windows prior XP. 2015-09-27 19:07:20 +02:00
srchctrl.h Mention GTK native version in wxSearchCtrl documentation 2020-01-07 03:15:39 +01:00
sstream.h Make wxStringOutputStream ctor explicit 2017-11-03 00:36:48 +01:00
stack.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
stackwalk.h Enable wxStackWalker in MinGW64 builds 2016-03-15 20:11:10 +01:00
statbmp.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
statbox.h Fix typos in wxStaticBox docs 2019-10-25 19:39:47 +02:00
statline.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
stattext.h Don't refresh wxStaticText if its label didn't really change 2017-07-16 02:36:07 +02:00
statusbr.h Document that SetStatusText() updates the display immediately 2018-06-27 19:37:23 +02:00
stdpaths.h Correct wrong XDG note in wxStandardPaths::GetUserDir() docs 2019-05-27 17:27:55 +02:00
stdstream.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
stockitem.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
stopwatch.h Correct typo in wxStopWatch example in the documentation. 2014-12-24 13:56:54 +00:00
strconv.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
stream.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
string.h Just return true from wxString::Shrink() 2019-08-22 00:04:04 +02:00
sysopt.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
systhemectrl.h Allow calling EnableSystemTheme(false) before creating the window 2019-05-26 23:20:21 +02:00
tarstrm.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
taskbar.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
taskbarbutton.h Fix 'destionation' typos 2017-06-21 22:51:57 +04:00
textcompleter.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
textctrl.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
textdlg.h Make wxWS_EX_VALIDATE_RECURSIVELY default (and only) behaviour 2016-02-09 23:38:23 +01:00
textentry.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
textfile.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
textwrapper.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
tglbtn.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
thread.h Fix wxThread::SetPriority() documentation 2019-12-28 00:06:28 +01:00
time.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
timectrl.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
timer.h Various interface corrections 2019-07-31 12:18:55 -07:00
tipdlg.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
tipwin.h Cross-link wxToolTip and wxTipWindow in the documentation 2015-12-13 16:08:42 +01:00
tls.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
tokenzr.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
toolbar.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
toolbook.h Add wxToolbook::EnablePage() 2018-12-03 19:42:45 +01:00
tooltip.h Implement wxToolTip::SetDelay() for wxOSX 2016-01-08 17:02:19 +01:00
toplevel.h Update wxWindow and wxTopLevelWindow::Layout() documentation 2019-08-22 14:04:54 +02:00
tracker.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
translation.h Fix some spelling/grammar errors in documentation 2019-01-26 03:50:47 +01:00
treebase.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
treebook.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
treectrl.h Document that wxTreeCtrl::ScrollTo() doesn't work when frozen 2019-08-23 17:23:22 +02:00
treelist.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
txtstrm.h Fix various doxygen issues in the documentation 2019-10-20 11:53:49 +02:00
uiaction.h Fix some typos, no code changes (besides strings) 2015-06-05 02:54:46 +04:00
unichar.h Add some functions to handle supplementary characters 2017-05-01 18:00:21 +09:00
uri.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
url.h Use enums, not typedef enums, in all public headers. 2016-02-07 01:11:25 +02:00
ustring.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
utils.h Make wxNewId() and others return/take wxWindowID rather than int 2020-01-15 14:28:33 +01:00
valgen.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
validate.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
valnum.h Add Get{Min,Max,Range}() to numeric validator classes 2019-04-18 16:47:02 +02:00
valtext.h wxTextValidator improvements 2019-01-05 23:33:35 +01:00
variant.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
vector.h Add wxVector::shrink_to_fit() for C++11 compatibility 2017-11-19 22:09:37 +01:00
version.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
versioninfo.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
vidmode.h Add wxDisplay::GetPPI() to use instead of wxGetDisplayPPI() 2018-10-08 13:04:38 +02:00
vlbox.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
volume.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
vscroll.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
weakref.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
webview.h Updated wxWebViewEdge for SDK 0.9.430 2020-02-29 15:40:45 +01:00
webviewarchivehandler.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
webviewfshandler.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
wfstream.h Add wxTempFFile, similar to wxTempFile but using buffered I/O 2020-02-21 14:52:40 +01:00
window.h Fix wxWindow::GetThemeEnabled() documentation 2020-02-29 15:43:21 +01:00
windowid.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
windowptr.h Add wxWindowPtr smart pointer. 2013-09-06 17:09:16 +00:00
withimages.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
wizard.h Replace references to "adv" with "core" in classes documentation 2018-08-27 22:52:15 +02:00
wrapsizer.h Add missing and fix broken interface items for wxPython 2019-05-23 21:26:14 -07:00
wupdlock.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
wxcrt.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
xlocale.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
zipstrm.h Fix spelling and punctuation errors in comments and documentation 2018-08-14 17:15:39 +02:00
zstream.h remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00