wxWidgets/interface/wx
Vadim Zeitlin 691745ab41 Add a public wxModalDialogHook class for intercepting modal dialogs.
Extract wxModalDialogHook from wx/testing.h into its own wx/modalhook.h,
extend it to allow to be notified not only about showing modal dialogs but
also about dismissing them and document it and show its use in the dialogs
sample.

Also replace all the WX_TESTING_SHOW_MODAL_HOOK macros occurrences with
WX_HOOK_MODAL_DIALOG.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-05-20 13:15:41 +00:00
..
aui Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
generic Revert "Split documentation of the GUI wxLog classes in a separate file." 2012-10-31 12:55:52 +00:00
html Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
msw Correctly document the library the classes belong to. 2012-10-15 01:17:21 +00:00
persist Fix the name of wxPersistentTreeBookCtrl in the documentation. 2012-02-15 15:40:14 +00:00
propgrid Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
protocol Document wxFTP::TransferMode enum in the correct scope. 2012-02-15 00:35:47 +00:00
ribbon Optionally allow showing tooltips for disabled ribbon buttons. 2012-11-14 00:16:16 +00:00
richtext Add richtext event types. 2013-05-16 18:00:12 +00:00
stc Generate the interface file for STC from gen_iface too. 2012-10-27 03:15:08 +00:00
xml Interface fixes for Phoenix 2012-11-30 22:28:11 +00:00
xrc Fix missing or broken interface items for Phoenix 2012-12-29 02:32:16 +00:00
aboutdlg.h Fix wxAboutDialogInfo::GetName() return type in the documentation. 2012-02-07 13:48:44 +00:00
accel.h Document "raw control" use with accelerators. 2012-05-23 21:16:28 +00:00
access.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
affinematrix2d.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
affinematrix2dbase.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
animate.h Interface fixes for Phoenix 2012-11-30 22:28:11 +00:00
any.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
anybutton.h Interface fixes and tweaks for Phoenix 2011-12-30 06:14:17 +00:00
app.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
apptrait.h Interface fixes for Phoenix 2011-10-04 07:45:08 +00:00
archive.h The wxStreamProtocolType enum is multiply defined, remove one of them. 2011-11-24 01:37:45 +00:00
arrstr.h Fix wxArrayString::Item() and Last() documentation. 2012-04-02 16:07:41 +00:00
artprov.h Interface fixes for Phoenix 2012-07-19 06:46:44 +00:00
atomic.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
bannerwindow.h Extend wxBannerWindow background bitmap if necessary. 2011-11-28 18:58:52 +00:00
base64.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
bitmap.h add wxMask::GetBitmap(), closes #9381 2013-01-20 06:28:11 +00:00
bmpbuttn.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
bmpcbox.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
bookctrl.h Minor documentation corrections in wxBookCtrlBase. 2013-03-29 19:53:18 +00:00
brush.h wxBrushList and wxFontList do not derive from wxList. 2012-11-09 05:02:52 +00:00
buffer.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
busyinfo.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
button.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
calctrl.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
caret.h Interface fixes for Phoenix 2012-06-18 02:14:07 +00:00
chartype.h Fix and improve documentation of wxT_2() macro. 2011-07-11 22:49:26 +00:00
checkbox.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
checklst.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
choicdlg.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
choice.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
choicebk.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
clipbrd.h Document that wxClipboard::Flush() is not implemented in wxGTK. 2012-05-23 21:16:31 +00:00
clntdata.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
clrpicker.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
cmdline.h Added convenient wxCmdLineParser::AddLong{Option,Switch}() wrappers. 2011-11-22 13:18:58 +00:00
cmdproc.h Document more wxCommandProcessor methods. 2011-11-30 09:21:37 +00:00
cmndata.h I think the "specific to PostScript" methods have been gone since 2.6, so let's stop saying that they are there but undocumented. 2012-07-20 00:53:31 +00:00
collpane.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
colordlg.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
colour.h Add a more convenient wxColour::MakeDisabled() overload. 2012-10-04 23:23:18 +00:00
colourdata.h Add NUM_CUSTOM 2012-03-31 04:39:48 +00:00
combo.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
combobox.h Remove "Windows only" mention from wxTE_PROCESS_ENTER documentation. 2013-04-26 19:41:14 +00:00
commandlinkbutton.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
config.h Interface fixes for Phoenix 2012-07-19 06:46:44 +00:00
containr.h Add wxNavigationEnabled<> helper for implementing TAB navigation. 2011-07-24 22:19:20 +00:00
control.h Implement DoGetSizeFromTextSize() for wxMSW wx{Choice,Combobox,TextCtrl}. 2012-11-14 13:47:59 +00:00
convauto.h Add wxConvAuto::GetBOMChars() helper. 2011-11-05 11:23:41 +00:00
cpp.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
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 Allow creating wxCursor from ANI files under MSW. 2013-02-06 12:46:24 +00:00
custombgwin.h Move SetBackgroundBitmap() from wxPanel to new wxCustomBackgroundWindow. 2011-10-11 17:07:43 +00:00
dataobj.h Correctly document the library the classes belong to. 2012-10-15 01:17:21 +00:00
dataview.h Fix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event type name. 2013-04-25 11:56:55 +00:00
datectrl.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
dateevt.h Fix missing and broken interface items for Phoenix 2012-04-10 03:27:50 +00:00
datetime.h Document wxDateTime arithmetic operators. 2013-03-31 01:12:00 +00:00
datstrm.h Add IEEE 754 single/double precision support to wxDataStream classes. 2013-05-06 00:31:03 +00:00
dc.h use const arrays for wxDC array parameters, closes #10712 2013-01-18 17:27:51 +00:00
dcbuffer.h Various interface fixes for Phoenix 2012-12-22 08:00:04 +00:00
dcclient.h Correct wxPaintDC base class in the documentation. 2012-04-19 16:14:16 +00:00
dcgraph.h Miscellaneous spelling and typo fixes in the documentation. 2012-12-01 00:14:31 +00:00
dcmemory.h Do nothing in wxMemoryDC::SelectObject() if the bitmap is already selected. 2010-10-24 22:41:46 +00:00
dcmirror.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcprint.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcps.h Interface fixes for Phoenix 2011-10-04 07:45:08 +00:00
dcscreen.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
dcsvg.h Implement clipping in wxSVGFileDC. 2012-10-24 23:40:41 +00:00
dde.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
debug.h Remove support for MetroWerks CodeWarrior compiler. 2012-04-05 18:40:11 +00:00
debugrpt.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
defs.h Add wxICON_AUTH_NEEDED 2013-04-30 20:07:49 +00:00
dialog.h remove ancient SetModal(), it was deprecated long ago and is not present in wxMSW or wxOSX 2013-01-03 05:09:20 +00:00
dialup.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
dir.h Add wxDIR_NO_FOLLOW flag for wxDir iteration. 2012-10-23 23:57:32 +00:00
dirctrl.h Add wxEVT_DIRCTRL_FILEACTIVATED wxDirCtrl event. 2013-05-16 14:33:07 +00:00
dirdlg.h Add missing styles 2012-07-14 21:36:25 +00:00
display.h Fixed various typos. 2011-03-22 14:17:38 +00:00
dnd.h Document wxDropTarget::GetDataObject(). 2012-09-09 00:44:03 +00:00
docmdi.h Don't document private event handlers in doc/view frame classes. 2012-02-15 00:35:18 +00:00
docview.h Add public wxDocManager::GetAnyUsableView(). 2013-05-04 23:59:43 +00:00
dragimag.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
dynarray.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
dynlib.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
editlbox.h Interface fixes for Phoenix 2012-05-22 00:17:03 +00:00
encconv.h Fix wxEncodingConverter::Convert(wchar_t) documentation. 2012-01-03 23:27:50 +00:00
event.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
eventfilter.h no code changes, fixed some typos 2012-01-09 14:04:25 +00:00
evtloop.h Add simple document for wxGUIEventLoop 2012-06-23 00:44:14 +00:00
fdrepdlg.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
ffile.h Remove duplicate wxFileKind definition from documentation. 2012-02-23 16:33:13 +00:00
file.h Added wxFile::ReadAll() for consistency with wxFFile::ReadAll(). 2012-09-30 22:28:08 +00:00
fileconf.h Document wxFileConfig ctor. 2011-12-10 11:42:49 +00:00
filectrl.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
filedlg.h Add documentation of wxFileSelectorEx() and wx{Load,Save}FileSelector(). 2012-03-04 00:29:11 +00:00
filefn.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
filehistory.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
filename.h Return false from wxFileName::AppendDir() and InsertDir() on failure. 2013-03-09 15:08:36 +00:00
filepicker.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
filesys.h Add wxFSInputStream providing stream interface to wxFileSystem. 2012-04-16 13:53:49 +00:00
font.h Documentation tweaks for wxFontInfo 2013-04-30 20:07:58 +00:00
fontdata.h update docs after r66615 2011-01-08 06:57:23 +00:00
fontdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
fontenum.h Interface tweaks for Phoenix 2012-06-20 17:10:23 +00:00
fontmap.h Remove documentation of non-existent wxFontMapper::SetConfig(). 2012-02-15 00:35:39 +00:00
fontpicker.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
fontutil.h Remove the ctor and Init methods that are not available on all ports 2011-10-11 05:33:31 +00:00
frame.h Make wxToolBar styles consistent and add wxTB_DEFAULT_STYLE. 2013-03-31 01:12:27 +00:00
fs_arc.h Add a bit of docs for the FS Handlers 2012-02-27 23:51:05 +00:00
fs_filter.h Add a bit of docs for the FS Handlers 2012-02-27 23:51:05 +00:00
fs_inet.h Add a bit of docs for the FS Handlers 2012-02-27 23:51:05 +00:00
fs_mem.h Add generic wxFileSystem support to wxWebView using wxWebViewFSHandler. 2012-09-11 09:26:58 +00:00
fswatcher.h Add wxFSW_EVENT_UNMOUNT wxFileSystemWatcher flag and implement it for Linux. 2012-11-19 12:52:18 +00:00
gauge.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
gbsizer.h Fix documentation of wxGridBagSizer::Add() spacer overload. 2012-12-01 00:13:40 +00:00
gdicmn.h Document that wxPoint(wxRealPoint) ctor truncates, not rounds. 2013-04-16 19:44:08 +00:00
gdiobj.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
geometry.h Make wxRect2D::Get{Position,Size}() const. 2012-08-03 12:50:03 +00:00
glcanvas.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
graphics.h Several fixes for wxAffineMatrix2D transformations. 2012-05-25 09:48:09 +00:00
grid.h Allow associating a validator with wxGridCellTextEditor. 2013-05-16 14:32:55 +00:00
hash.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
hashmap.h A better fix for wxHash{Map,Set} with g++ 4.7. 2012-08-06 11:06:45 +00:00
hashset.h A better fix for wxHash{Map,Set} with g++ 4.7. 2012-08-06 11:06:45 +00:00
headercol.h fix parent class and constant 2011-10-14 01:37:19 +00:00
headerctrl.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
help.h Fixes and tweaks and additions to the wxHtml docs for Phoenix 2012-11-01 22:56:13 +00:00
htmllbox.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
hyperlink.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
icon.h Add wxIcon::CreateFromHICON() to wxMSW. 2013-02-10 16:13:37 +00:00
iconbndl.h Fix setting frame icon when using non-standard icon sizes in wxMSW. 2012-01-24 22:17:47 +00:00
iconloc.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
image.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
imaglist.h Fix more missing and broken stuff in the interface, for Phoenix 2011-10-17 18:53:28 +00:00
infobar.h Make Dismiss() virtual. 2012-03-17 02:55:30 +00:00
init.h No real changes, just fix spelling errors in the documentation. 2012-02-23 13:56:10 +00:00
intl.h Add wxTranslations::GetBestTranslation(). 2012-09-08 08:58:38 +00:00
ipc.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
ipcbase.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
joystick.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
kbdstate.h Revert HasModifiers() change in behaviour, add HasAnyModifiers(). 2012-07-29 22:08:09 +00:00
language.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
layout.h No changes, just remove functions bodies from interface docs. 2012-02-25 15:03:20 +00:00
laywin.h Interface fixes for Phoenix 2012-05-30 03:13:27 +00:00
link.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
list.h Add wxList::AsVector<>() helper. 2012-11-24 17:36:44 +00:00
listbook.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
listbox.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
listctrl.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
log.h Remove wxLogWindow::OnFrameCreate() virtual method. 2013-03-09 15:07:56 +00:00
longlong.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
math.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mdi.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mediactrl.h Fix spelling in the documentation. 2012-02-22 13:41:07 +00:00
memory.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
menu.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
menuitem.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
metafile.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mimetype.h Interface fixes for Phoenix 2012-05-18 19:54:25 +00:00
minifram.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
modalhook.h Add a public wxModalDialogHook class for intercepting modal dialogs. 2013-05-20 13:15:41 +00:00
module.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
mousemanager.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
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 support for wxICON_AUTH_NEEDED to wxMessageDialog. 2013-04-29 12:54:08 +00:00
msgout.h Explicitly document wxMessageOutputFlags. 2012-03-10 14:26:22 +00:00
msgqueue.h Document wxMessageQueueError. 2010-10-30 23:51:18 +00:00
mstream.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
nonownedwnd.h Add missing wxFRAME_SHAPED 2012-07-11 04:23:52 +00:00
notebook.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
notifmsg.h Implement wxNotificationMessage using libnotify in wxGTK. 2012-07-27 15:36:54 +00:00
numdlg.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
numformatter.h Fix a typo in wxNumberFormatter styles documentation. 2013-05-06 13:08:43 +00:00
object.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
odcombo.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
overlay.h Add interface and simple docs doe wxOverlay and wxDCOverlay. 2012-05-19 06:21:37 +00:00
palette.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
panel.h Fix incorrect libraries in the documentation. 2012-10-27 01:27:23 +00:00
pen.h Added internal wxHatchStyle enum. 2012-06-30 23:41:15 +00:00
persist.h Correct the return type of wxPersistenceManager methods in the documentation. 2012-04-02 16:07:28 +00:00
pickerbase.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
platform.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
platinfo.h Remove wxMGL port. 2012-01-15 14:46:41 +00:00
popupwin.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
position.h Remove wrong "const" from wxPosition::operator{+,-}=() documentation. 2012-02-15 15:40:18 +00:00
power.h Interface fixes for Phoenix 2012-05-19 06:21:25 +00:00
preferences.h Allow wxPreferencesEditor::Dismiss() to work when using modal dialogs too. 2013-05-16 14:43:09 +00:00
print.h Fix incorrect libraries in the documentation. 2012-10-27 01:27:23 +00:00
printdlg.h Fix missing and broken interface items for Phoenix 2012-04-21 00:07:31 +00:00
process.h Add wxProcess::SetPriority() to allow setting the priority of child processes. 2013-01-20 02:10:12 +00:00
progdlg.h Fix incorrect libraries in the documentation. 2012-10-27 01:27:23 +00:00
propdlg.h Remove inexistent wxPropertySheetDialog::SetInnerSizer() from documentation. 2012-02-20 21:56:10 +00:00
quantize.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
radiobox.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
radiobut.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
rawbmp.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
rearrangectrl.h Add missing parent classes 2012-06-26 02:01:09 +00:00
recguard.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
regex.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
region.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
renderer.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
richmsgdlg.h More interface fixes for Phoenix 2012-11-27 01:19:31 +00:00
richtooltip.h Interpret wxRect passed to wxRichToolTip::ShowFor() as client coords. 2013-03-02 12:11:36 +00:00
sashwin.h Various interface fixes for Phoenix 2012-12-22 08:00:04 +00:00
sckipc.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
sckstrm.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
scopedarray.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
scopedptr.h Minor correction to smart pointer docs 2010-07-25 19:45:24 +00:00
scopeguard.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
scrolbar.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
scrolwin.h No changes, just improve wxScrolled::EnableScrolling() documentation. 2012-12-22 02:34:07 +00:00
settings.h Remove duplicate wxSYS_DCLICK_MSEC in wxSystemMetric documentation. 2012-03-11 23:41:23 +00:00
sharedptr.h No real changes, just fix spelling errors in the documentation. 2012-02-23 13:56:10 +00:00
simplebook.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
sizer.h Fix missing or broken interface items for Phoenix 2012-12-29 02:32:16 +00:00
slider.h Add docs for SetMin and SetMax 2013-05-16 17:57:01 +00:00
snglinst.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
socket.h Add wxSocketBase::GetSocket(). 2013-04-22 10:45:30 +00:00
sound.h Interface fixes for Phoenix 2012-05-17 02:47:34 +00:00
spinbutt.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
spinctrl.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
splash.h Interface fixes for Phoenix 2012-05-24 23:26:27 +00:00
splitter.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
srchctrl.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
sstream.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
stack.h Fix typo in wxStack<T> documentation. 2011-03-02 10:28:20 +00:00
stackwalk.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
statbmp.h Refresh wxMSW wxStaticBitmap when its size changes. 2013-02-09 00:35:54 +00:00
statbox.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
statline.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
stattext.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
statusbr.h Use flat generic status bar by default and add wxSB_SUNKEN. 2013-03-21 22:36:52 +00:00
stdpaths.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +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 Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
stopwatch.h Fix bug with wxStopWatch::Start() not resuming paused stopwatch any more. 2011-12-03 00:34:00 +00:00
strconv.h Document wxConvFileName variable, not wxMBConvFile class. 2012-02-15 15:39:49 +00:00
stream.h Fix return value of wxCountingOutputStream::LastWrite(). 2013-05-20 13:15:26 +00:00
string.h Expand wxString overview and document some problems due to its dual nature. 2013-05-02 22:08:15 +00:00
sysopt.h Remove wxMGL port. 2012-01-15 14:46:41 +00:00
tarstrm.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
taskbar.h Make wxTaskBarIcon's ctor have the same API on all platforms even though setting the icon type can only be done on wxOSX-cocoa 2012-04-20 05:41:54 +00:00
textcompleter.h Split wxTextCompleter into a base class and wxTextCompleterSimple. 2011-04-16 17:27:34 +00:00
textctrl.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
textdlg.h Add wxTextEntryDialog::SetMaxLength(). 2013-04-20 22:13:33 +00:00
textentry.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
textfile.h Remove support for MetroWerks CodeWarrior compiler. 2012-04-05 18:40:11 +00:00
textwrapper.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tglbtn.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
thread.h Call wxThread::Create() from Run() automatically. 2013-05-16 14:15:46 +00:00
time.h No changes, just move time functions from wx/stopwatch.h to wx/time.h. 2011-11-27 19:50:27 +00:00
timectrl.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
timer.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
tipdlg.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
tipwin.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tls.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
tokenzr.h Fix the header to be included in wxStringTokenizer documentation. 2013-03-31 01:12:04 +00:00
toolbar.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
toolbook.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
tooltip.h Remove Palm OS port. 2012-01-15 01:05:28 +00:00
toplevel.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
tracker.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
translation.h Add wxTranslations::GetBestTranslation(). 2012-09-08 08:58:38 +00:00
treebase.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
treebook.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
treectrl.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
treelist.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
txtstrm.h Add wxText{Input,Output}Stream::Get{Input,Output}Stream() methods. 2011-03-22 17:15:45 +00:00
uiaction.h Add support for digits and +/- sign to wxUIActionSimulator::Text(). 2011-11-15 15:56:55 +00:00
unichar.h Add conversions to/from long long to wxUniChar. 2013-05-19 12:38:12 +00:00
uri.h Fix wxURI::HasUserInfo() name in the documentation. 2012-04-02 16:07:38 +00:00
url.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
ustring.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
utils.h Provide up to date documentation for wxLoadUserResource(). 2012-09-13 17:13:50 +00:00
valgen.h Support float, double and file name values in wxGenericValidator. 2011-07-09 23:37:28 +00:00
validate.h Interface fixes for Phoenix 2012-08-14 05:11:59 +00:00
valnum.h Mention wxLocale in wxNumValidator documentation. 2011-08-23 11:04:44 +00:00
valtext.h Add wxIntegerValidator and wxFloatingPointValidator classes. 2011-01-19 10:48:28 +00:00
variant.h Improve SAFEARRAY support in wxMSW OLE Automation code. 2012-09-23 22:49:50 +00:00
vector.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +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 Gave proper spacing to header include sections. 2012-01-18 19:14:16 +00:00
vidmode.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
vlbox.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
volume.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
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
webview.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
webviewarchivehandler.h Minor changes, just trim trailing spaces in webview code. 2012-03-28 18:00:30 +00:00
webviewfshandler.h Set svn properties on recently added files. 2012-09-17 23:35:26 +00:00
wfstream.h Add GetFile() accessor to wxFileStream classes. 2013-03-09 15:08:44 +00:00
window.h Document wxWindow::Get{Min,Max}{Width,Height}(). 2012-12-08 13:22:28 +00:00
windowid.h Fix some bad parameter names, add missing methods, add missing classes, etc. 2010-11-19 07:57:19 +00:00
withimages.h Fix missing and broken interface items for Phoenix 2011-09-11 00:35:32 +00:00
wizard.h Added chainable wxWizardPageSimple::Chain() overload. 2013-04-10 12:12:57 +00:00
wrapsizer.h Interface fixes and tweaks for Phoenix 2011-12-30 06:14:17 +00:00
wupdlock.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
wxcrt.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
xlocale.h Fix premature truncation of brief descriptions in Doxygen comments. 2012-12-01 00:14:07 +00:00
zipstrm.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00
zstream.h Globally use "wxWindows licence" consistently. 2010-07-13 13:29:13 +00:00