wxWidgets/interface/wx
Vadim Zeitlin d119983947 Add wxWindow::GetBest{Height,Width}().
These functions will be used when it is necessary to determine the best size
of the control if one of its size components is fixed. Currently none of the
classes implements DoGetBestClient{Height,Width}() yet but wxListCtrl will do
it soon, see #13898.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-05-09 14:24:37 +00:00
..
aui Added support for page tooltips to wxAuiNotebook. 2012-04-16 12:12:26 +00:00
generic Document wxHelpControllerBase so the type can be used in Phoenix 2012-04-07 04:18:23 +00:00
html wxHtmlHelpController derives from wxHelpControllerBase 2012-04-07 04:18:16 +00:00
msw Fix wrong spelling of wxRegKey::HasSubkeys() in the documentation. 2012-02-20 21:56:14 +00:00
persist Fix the name of wxPersistentTreeBookCtrl in the documentation. 2012-02-15 15:40:14 +00:00
propgrid Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
protocol Document wxFTP::TransferMode enum in the correct scope. 2012-02-15 00:35:47 +00:00
ribbon Added wxRIBBON_PANEL_FLEXIBLE flag to allow toolbars to wrap, taking up the optimum amount of space when used in a vertical palette. 2012-03-12 19:30:10 +00:00
richtext Added field implementation 2012-05-09 11:06:04 +00:00
stc Use wxSTC_INVALID_POSITION in wxStyledTextCtrl documentation. 2012-02-08 02:09:55 +00:00
xml No real changes, just fix spelling errors in the documentation. 2012-02-23 13:56:10 +00:00
xrc No changes, just factor our wxDirection parsing code in wxXRC. 2011-08-22 12:18:49 +00:00
aboutdlg.h Fix wxAboutDialogInfo::GetName() return type in the documentation. 2012-02-07 13:48:44 +00:00
accel.h Added wxAcceleratorEntry::ToRawString(). 2012-04-16 12:12:19 +00:00
access.h
affinematrix2d.h Add wxAffineMatrix2DBase class. 2012-04-04 23:22:53 +00:00
affinematrix2dbase.h Add wxAffineMatrix2DBase class. 2012-04-04 23:22:53 +00:00
animate.h Mention wxGTK wxAnimation implementation limitations in the docs. 2011-07-26 21:37:20 +00:00
any.h
anybutton.h Interface fixes and tweaks for Phoenix 2011-12-30 06:14:17 +00:00
app.h remove some wxPython-only methods that were accidentally added to the interface file 2012-02-11 20:32:32 +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 Add the client and art IDs 2012-04-08 00:54:02 +00:00
atomic.h
bannerwindow.h Extend wxBannerWindow background bitmap if necessary. 2011-11-28 18:58:52 +00:00
base64.h
bitmap.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
bmpbuttn.h
bmpcbox.h
bookctrl.h Document wxBK_HITTEST_XXX values. 2012-03-11 23:41:16 +00:00
brush.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
buffer.h Document the default size of new wxMemoryBuffer correctly. 2012-02-15 15:39:56 +00:00
busyinfo.h
button.h Restrict button size restrictions documentation to OSX/Carbon only. 2012-02-08 12:59:20 +00:00
calctrl.h Fix missing and broken interface items for Phoenix 2012-04-10 03:27:50 +00:00
caret.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
chartype.h Fix and improve documentation of wxT_2() macro. 2011-07-11 22:49:26 +00:00
checkbox.h Remove wxMGL port. 2012-01-15 14:46:41 +00:00
checklst.h fixes for missing or broken interface items for Phoenix 2011-09-16 17:03:01 +00:00
choicdlg.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
choice.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
choicebk.h Fix "wxEmptyStr" typo in wxChoicebook and wxToolbook documentation. 2012-02-11 18:36:41 +00:00
clipbrd.h
clntdata.h
clrpicker.h Add missing interface items for Phoenix 2012-04-12 05:33:29 +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 Add Get|SetPrintMode 2011-10-04 21:37:06 +00:00
collpane.h Fix some broken or add some missing interface declarations for Phoenix 2011-09-03 01:39:02 +00:00
colordlg.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
colour.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
colourdata.h Add NUM_CUSTOM 2012-03-31 04:39:48 +00:00
combo.h Fix wxComboCtrl::SetHint() return type in the documentation. 2012-03-10 14:26:26 +00:00
combobox.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
commandlinkbutton.h Minor tweak to improve understandability 2012-04-10 03:27:28 +00:00
config.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
containr.h Add wxNavigationEnabled<> helper for implementing TAB navigation. 2011-07-24 22:19:20 +00:00
control.h FIx broken or missing interface items for Phoenix 2011-09-18 04:38:01 +00:00
convauto.h Add wxConvAuto::GetBOMChars() helper. 2011-11-05 11:23:41 +00:00
cpp.h
cshelp.h
ctrlsub.h
cursor.h Document wxIMAGE_OPTION_CUR_HOTSPOT_[XY] in wxCursor ctor. 2012-01-03 00:40:27 +00:00
custombgwin.h Move SetBackgroundBitmap() from wxPanel to new wxCustomBackgroundWindow. 2011-10-11 17:07:43 +00:00
dataobj.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
dataview.h Improve documentation of wxDataViewCtrl mouse event handling. 2012-05-04 20:35:52 +00:00
datectrl.h Fix missing and broken interface items for Phoenix 2012-04-10 03:27:50 +00:00
dateevt.h Fix missing and broken interface items for Phoenix 2012-04-10 03:27:50 +00:00
datetime.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
datstrm.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
dc.h Document that wxDCClipper currently resets clipping region. 2012-04-28 22:24:31 +00:00
dcbuffer.h FIx broken or missing interface items for Phoenix 2011-09-18 04:38:01 +00:00
dcclient.h Correct wxPaintDC base class in the documentation. 2012-04-19 16:14:16 +00:00
dcgraph.h Fix missing or broken interface items for Phoenix 2011-09-25 04:30:49 +00:00
dcmemory.h
dcmirror.h
dcprint.h
dcps.h Interface fixes for Phoenix 2011-10-04 07:45:08 +00:00
dcscreen.h
dcsvg.h
dde.h
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 Document wxPrintQuality and wxPRINT_QUALITY_XXX constants. 2012-03-10 14:26:18 +00:00
dialog.h Add CreateTextSizer 2012-04-10 03:27:22 +00:00
dialup.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
dir.h Add wxDir::GetNameWithSep() and use it to avoid consecutive slashes. 2012-05-04 20:35:31 +00:00
dirctrl.h Add missing dirctrl interface items for Phoenix 2012-03-30 18:29:03 +00:00
dirdlg.h Better documentation for the default parameters values. 2012-03-04 00:29:07 +00:00
display.h Fixed various typos. 2011-03-22 14:17:38 +00:00
dnd.h Add wxDropSource::SetIcon for wxGTK to mimic SetCursor on the other ports. 2012-05-03 23:30:40 +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 Document wxDocManager::CreatePreviewFrame() as being protected, not public. 2012-02-15 00:35:21 +00:00
dragimag.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
dynarray.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
dynlib.h
editlbox.h
encconv.h Fix wxEncodingConverter::Convert(wchar_t) documentation. 2012-01-03 23:27:50 +00:00
event.h Fix typo in wxKeyEvent::GetKeyCode() documentation example. 2012-04-08 13:25:41 +00:00
eventfilter.h no code changes, fixed some typos 2012-01-09 14:04:25 +00:00
evtloop.h
fdrepdlg.h Interface fixes for Phoenix 2012-03-31 04:39:53 +00:00
ffile.h Remove duplicate wxFileKind definition from documentation. 2012-02-23 16:33:13 +00:00
file.h Fixed various typos. 2011-03-22 14:17:38 +00:00
fileconf.h Document wxFileConfig ctor. 2011-12-10 11:42:49 +00:00
filectrl.h Fix missing and broken interface items for Phoenix 2012-04-17 17:00:36 +00:00
filedlg.h Add documentation of wxFileSelectorEx() and wx{Load,Save}FileSelector(). 2012-03-04 00:29:11 +00:00
filefn.h Remove duplicate wxFileKind definition from documentation. 2012-02-23 16:33:13 +00:00
filehistory.h
filename.h Added wxFileName::Exists(). 2012-02-15 15:39:46 +00:00
filepicker.h Add missing interface items for Phoenix 2012-04-12 05:33:29 +00:00
filesys.h Add wxFSInputStream providing stream interface to wxFileSystem. 2012-04-16 13:53:49 +00:00
font.h Fix the type of global font constants in the documentation. 2012-02-03 00:24:09 +00:00
fontdata.h
fontdlg.h
fontenum.h
fontmap.h Remove documentation of non-existent wxFontMapper::SetConfig(). 2012-02-15 00:35:39 +00:00
fontpicker.h Add missing interface items for Phoenix 2012-04-12 05:33:29 +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 Mention event type corresponding to EVT_CLOSE in wxFrame documentation. 2012-02-22 13:41:15 +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
fswatcher.h Ignore extra modify events after rename in wxFileSystemWatcher. 2011-12-21 00:26:06 +00:00
gauge.h fixes for missing or broken interface items for Phoenix 2011-09-16 17:03:01 +00:00
gbsizer.h Document wxGB{Position,Size}::operator!=(), remove operator!(). 2012-02-15 00:35:43 +00:00
gdicmn.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
gdiobj.h
geometry.h No changes, just remove functions bodies from interface docs. 2012-02-25 15:03:20 +00:00
glcanvas.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
graphics.h Added wxGraphicsContext::CreateMatrix(wxAffineMatrix2D) overload. 2012-04-03 11:50:19 +00:00
grid.h Document wxGridCellCoords class. 2012-03-11 23:41:20 +00:00
hash.h
hashmap.h Fix spelling in the documentation. 2012-02-22 13:41:07 +00:00
hashset.h Fix wxHash{Set,Map} compilation with g++ 4.7 in C++11 mode. 2012-02-10 10:22:45 +00:00
headercol.h fix parent class and constant 2011-10-14 01:37:19 +00:00
headerctrl.h Make column width calculations in wxDataViewCtrl and wxHeaderCtrl consistent. 2012-01-14 16:51:57 +00:00
help.h Mark which methods are pure virtual 2012-04-07 04:18:28 +00:00
htmllbox.h Fixed various typos. 2011-03-22 14:17:38 +00:00
hyperlink.h Add missing interface items for Phoenix 2012-04-10 03:27:55 +00:00
icon.h Make documentation of wxIcon::ConvertToDisabled() more explicit. 2012-02-15 00:35:52 +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 missing and broken interface items for Phoenix 2011-11-17 03:20:25 +00:00
image.h Typo fix, and add some missing methods. 2012-04-26 01:29:00 +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 No real changes, just fix spelling errors in the documentation. 2012-02-23 13:56:10 +00:00
ipc.h
ipcbase.h
joystick.h
kbdstate.h adjusting keyboardstate to new ctrl / raw_ctrl handling on osx 2011-08-23 13:03:52 +00:00
language.h
layout.h No changes, just remove functions bodies from interface docs. 2012-02-25 15:03:20 +00:00
laywin.h
link.h
list.h No real changes, just fix spelling errors in the documentation. 2012-02-23 13:56:10 +00:00
listbook.h
listbox.h Phoenix needs to see the implementation of pure virtuals so it knows that this class is not abstract. 2012-02-27 23:50:59 +00:00
listctrl.h Add missing interface items for listctrl. 2012-03-27 17:28:56 +00:00
log.h Document wxLogGui::DoShow{Single,Multiple}LogMessage() as private. 2012-02-15 00:36:02 +00:00
longlong.h
math.h
mdi.h
mediactrl.h Fix spelling in the documentation. 2012-02-22 13:41:07 +00:00
memory.h
menu.h Remove wrong const from wxMenu::GetMenuItems() documentation. 2012-04-05 18:40:00 +00:00
menuitem.h Removed const from a couple methods that are not const in the real code. 2011-12-02 01:01:12 +00:00
metafile.h
mimetype.h No changes, just remove functions bodies from interface docs. 2012-02-25 15:03:20 +00:00
minifram.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
module.h
mousemanager.h
mousestate.h
msgdlg.h Better documentation for the default parameters values. 2012-03-04 00:29:07 +00:00
msgout.h Explicitly document wxMessageOutputFlags. 2012-03-10 14:26:22 +00:00
msgqueue.h
mstream.h
nonownedwnd.h Added wxRichToolTip class. 2011-10-18 21:57:02 +00:00
notebook.h Add missing styles and flags, and specify pure virtuals that are implemented 2011-10-22 02:31:03 +00:00
notifmsg.h Document wxNotificationMessage::Timeout_XXX values. 2012-02-20 21:56:52 +00:00
numdlg.h
numformatter.h
object.h Make wxDECLARE_CLASS synonym of wxDECLARE_ABSTRACT_CLASS. 2011-06-07 13:06:17 +00:00
odcombo.h Fix typo in wxOwnerDrawnComboBox ctor documentation. 2012-02-15 15:40:07 +00:00
palette.h
panel.h Move SetBackgroundBitmap() from wxPanel to new wxCustomBackgroundWindow. 2011-10-11 17:07:43 +00:00
pen.h It's not an array of pointers to dashes, but rather an array of dash values 2011-10-21 18:33:51 +00:00
persist.h Correct the return type of wxPersistenceManager methods in the documentation. 2012-04-02 16:07:28 +00:00
pickerbase.h Add missing interface items for Phoenix 2012-04-12 05:33:29 +00:00
platform.h
platinfo.h Remove wxMGL port. 2012-01-15 14:46:41 +00:00
popupwin.h Interface tweaks and fixes for Phoenix 2011-12-19 22:39:02 +00:00
position.h Remove wrong "const" from wxPosition::operator{+,-}=() documentation. 2012-02-15 15:40:18 +00:00
power.h
print.h Fix missing and broken interface items for Phoenix 2012-04-21 00:07:31 +00:00
printdlg.h Fix missing and broken interface items for Phoenix 2012-04-21 00:07:31 +00:00
process.h Interface fixes and tweaks for Phoenix 2011-12-30 06:14:17 +00:00
progdlg.h Add wxGenericProgressDialog 2012-03-31 04:39:43 +00:00
propdlg.h Remove inexistent wxPropertySheetDialog::SetInnerSizer() from documentation. 2012-02-20 21:56:10 +00:00
quantize.h
radiobox.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
radiobut.h Consistently use "checked" in wxRadioButton documentation. 2012-01-17 23:48:01 +00:00
rawbmp.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
rearrangectrl.h
recguard.h
regex.h
region.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
renderer.h
richmsgdlg.h Changed licence references to "wxWindows licence". 2011-04-04 09:21:52 +00:00
richtooltip.h Added wxRichToolTip class. 2011-10-18 21:57:02 +00:00
sashwin.h
sckipc.h
sckstrm.h
scopedarray.h
scopedptr.h
scopeguard.h
scrolbar.h Interface fixes and tweaks for Phoenix 2011-12-30 06:14:17 +00:00
scrolwin.h Add documentation of emitted events to wxScrolled documentation. 2011-12-07 12:46:15 +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
sizer.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
slider.h Fix missing or broken interface items for Phoenix 2011-11-02 20:22:29 +00:00
snglinst.h
socket.h Fixed various typos. 2011-03-22 14:17:38 +00:00
sound.h Add @onlyfor tag for wxSound::IsPlaying() documentation. 2012-02-20 21:56:22 +00:00
spinbutt.h
spinctrl.h Correct the initial value setting in wxMSW wxSpinCtrl. 2012-05-09 14:24:20 +00:00
splash.h
splitter.h Added wxSplitterWindow::SetSashInvisible() and IsSashInvisible(). 2012-03-08 13:23:39 +00:00
srchctrl.h Add missing interface items for Phoenix 2011-10-29 21:34:49 +00:00
sstream.h
stack.h
stackwalk.h
statbmp.h
statbox.h
statline.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
stattext.h Fix missing and broken interface items for Phoenix 2011-09-11 00:35:32 +00:00
statusbr.h Fix missing or broken interface items for Phoenix 2011-11-02 23:42:26 +00:00
stdpaths.h Add @onlyfor tags for Unix-specific wxStandardPaths methods. 2012-02-20 21:56:25 +00:00
stdstream.h
stockitem.h
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 Added wxWrapperInputStream class. 2012-04-16 13:53:45 +00:00
string.h
sysopt.h Remove wxMGL port. 2012-01-15 14:46:41 +00:00
tarstrm.h
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 Interface fixes and tweaks for Phoenix 2011-12-30 06:14:17 +00:00
textdlg.h Better documentation for the default parameters values. 2012-03-04 00:29:07 +00:00
textentry.h Fix missing and broken interface items for Phoenix 2011-11-04 01:33:37 +00:00
textfile.h Remove support for MetroWerks CodeWarrior compiler. 2012-04-05 18:40:11 +00:00
textwrapper.h
tglbtn.h Mention wxEVT_COMMAND_TOGGLEBUTTON_CLICKED explicitly in the documentation. 2011-12-29 22:05:19 +00:00
thread.h Added wxCriticalSection::TryEnter() method. 2011-12-01 14:22:15 +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 Document wxTP_DEFAULT as a standalone constant. 2012-05-04 20:35:26 +00:00
timer.h Add wxAnyButton so the shared class hierarchy of wxButton and wxToggleButton is accurate. 2011-11-04 03:38:09 +00:00
tipdlg.h Fix missing and broken interface items for Phoenix 2012-04-17 17:00:36 +00:00
tipwin.h
tls.h
tokenzr.h Better documentation for the default parameters values. 2012-03-04 00:29:07 +00:00
toolbar.h Document the non-deprecated version of InsertTool, and some other tweaks. 2012-03-10 00:01:15 +00:00
toolbook.h Fix "wxEmptyStr" typo in wxChoicebook and wxToolbook documentation. 2012-02-11 18:36:41 +00:00
tooltip.h Remove Palm OS port. 2012-01-15 01:05:28 +00:00
toplevel.h Add wxTopLevelWindow::SetRepresentedFilename(). 2012-01-08 14:52:47 +00:00
tracker.h
translation.h No changes, just remove functions bodies from interface docs. 2012-02-25 15:03:20 +00:00
treebase.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
treebook.h
treectrl.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
treelist.h Fix typo in an event type constant in wxTreeListCtrl documentation. 2012-02-06 13:28:39 +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
uri.h Fix wxURI::HasUserInfo() name in the documentation. 2012-04-02 16:07:38 +00:00
url.h
ustring.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
utils.h Take disabled windows into account in wxFindWindowAtPoint() in wxMSW. 2012-03-04 00:29:17 +00:00
valgen.h Support float, double and file name values in wxGenericValidator. 2011-07-09 23:37:28 +00:00
validate.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
valnum.h Mention wxLocale in wxNumValidator documentation. 2011-08-23 11:04:44 +00:00
valtext.h
variant.h
vector.h Don't document wxVector<>::reverse_iterator. 2012-01-31 13:09:07 +00:00
version.h
versioninfo.h Gave proper spacing to header include sections. 2012-01-18 19:14:16 +00:00
vidmode.h
vlbox.h
volume.h
vscroll.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
weakref.h Fixed various typos. 2011-03-22 14:17:38 +00:00
webview.h Minor changes, just trim trailing spaces in webview code. 2012-03-28 18:00:30 +00:00
webviewarchivehandler.h Minor changes, just trim trailing spaces in webview code. 2012-03-28 18:00:30 +00:00
wfstream.h
window.h Add wxWindow::GetBest{Height,Width}(). 2012-05-09 14:24:37 +00:00
windowid.h
withimages.h Fix missing and broken interface items for Phoenix 2011-09-11 00:35:32 +00:00
wizard.h Added wxEVT_WIZARD_BEFORE_PAGE_CHANGED event to allow the application to influence 2012-02-20 11:38:52 +00:00
wrapsizer.h Interface fixes and tweaks for Phoenix 2011-12-30 06:14:17 +00:00
wupdlock.h
wxcrt.h
xlocale.h Remove the mention of non-existing wxPrintf_l() from the documentation. 2012-02-14 23:09:33 +00:00
zipstrm.h
zstream.h