wxWidgets/interface/wx
2009-12-26 10:45:04 +00:00
..
aui
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
propgrid Replaced 'InlineHelp' property attribute with 'Hint'; Use SetHint() wxTextCtrl and wxComboCtrl member function to set it; Added a small section about help string and hint text in propgrid overview 2009-12-26 10:45:04 +00:00
protocol Applied modified #10655 (Added Cookie (receive) support to wxHTTP) 2009-09-26 19:47:23 +00:00
ribbon fix a few doxygen warnings 2009-12-20 14:50:50 +00:00
richtext Added wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler to use CSS 2009-09-23 11:05:52 +00:00
stc
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
animate.h
any.h Added a new documentation overview section 'Caveats When Not Using C++ RTTI', describing possible problems with Bind() and wxAny when C++ RTTI is disabled. 2009-11-21 11:39:32 +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
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
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
bookctrl.h
brush.h
buffer.h
busyinfo.h
button.h added support for bitmaps in wxButton to wxOSX/Cocoa 2009-06-21 03:01:53 +00:00
calctrl.h
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
checklst.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
choicdlg.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
choice.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
choicebk.h
clipbrd.h
clntdata.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
clrpicker.h
cmdline.h
cmdproc.h
cmndata.h Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum. 2009-12-08 16:35:47 +00:00
collpane.h
colordlg.h
colour.h Applied part of #10034: wxImage::ConvertToDisabled() 2009-09-24 20:05:33 +00:00
combo.h Added wxComboCtrl::SetHint(), GetHint() 2009-12-26 10:33:35 +00:00
combobox.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
config.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
control.h Add ellipsization support to wxDataViewCtrl. 2009-10-16 21:35:26 +00:00
convauto.h
cpp.h
cshelp.h
ctrlsub.h
cursor.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
dataobj.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
dataview.h Document wxDV_NO_HEADER style. 2009-12-19 11:59:55 +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
datetime.h
datstrm.h
dc.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
dcbuffer.h
dcclient.h
dcgraph.h
dcmemory.h document wxDCMemory(wxDC*) ctor 2009-07-16 12:06:54 +00:00
dcmirror.h
dcprint.h
dcps.h
dcscreen.h
dcsvg.h
dde.h
debug.h Document that wxTrap() now traps [almost] always. 2009-12-09 13:45:41 +00:00
debugrpt.h Allow customizing wxDebugReportCompress output file. 2009-08-14 00:06:03 +00:00
defs.h Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum. 2009-12-08 16:35:47 +00:00
dialog.h
dialup.h
dir.h
dirctrl.h added multiple selections support to wxDirCtrl (closes #10830) 2009-06-06 14:00:51 +00:00
dirdlg.h
display.h
dnd.h
docmdi.h
docview.h Document wxDocument::SetDocumentSaved(). 2009-11-03 14:12:14 +00:00
dragimag.h
dynarray.h Minor corrections to sorted arrays documentation. 2009-09-24 00:21:36 +00:00
dynlib.h
editlbox.h
encconv.h
event.h Added a new documentation overview section 'Caveats When Not Using C++ RTTI', describing possible problems with Bind() and wxAny when C++ RTTI is disabled. 2009-11-21 11:39:32 +00:00
evtloop.h
fdrepdlg.h
ffile.h
file.h added wxTempFile::Flush() (dedicated to Theodore Ts'o and Ext4) 2009-05-31 09:49:31 +00:00
fileconf.h
filectrl.h
filedlg.h Applied #10917: wxGTK wxFileDialog::SetDirectory and ::SetFilename problems 2009-09-24 20:36:46 +00:00
filefn.h
filename.h Add support for MSW unique volume names to wxFileName. 2009-12-05 17:31:00 +00:00
filepicker.h
filesys.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
font.h No changes, just avoid overriding GetNativeFontInfoDesc() in wxMSW wxFont. 2009-11-26 02:34:01 +00:00
fontdlg.h
fontenum.h
fontmap.h
fontpicker.h
frame.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
fs_mem.h
fswatcher.h Merge SOC2009_FSWATCHER branch into trunk. 2009-10-22 11:35:43 +00:00
gauge.h
gbsizer.h
gdicmn.h
gdiobj.h
glcanvas.h
graphics.h Document wxGraphicsPath::AddArc() better. 2009-08-22 13:59:14 +00:00
grid.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
hash.h
hashmap.h Fixed up the short description of wxHashMap::find(). 2009-08-05 17:38:25 +00:00
hashset.h
headercol.h
headerctrl.h wxHeaderColumnBase -> wxHeaderColumn; Fixed UpdateColumnWidthToFit() sample code 2009-12-12 12:24:28 +00:00
help.h
htmllbox.h
hyperlink.h
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
image.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
imaglist.h
infobar.h Determine the appropriate show effect automatically in wxInfoBar. 2009-10-05 22:57:45 +00:00
init.h
intl.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
ipc.h fix typo in wxClient::MakeConnection() docs (closes #10841) 2009-07-02 22:29:43 +00:00
ipcbase.h
joystick.h
kbdstate.h
laywin.h
link.h
list.h Change return type of wxList::Member() to bool. 2009-09-18 17:10:58 +00:00
listbook.h
listbox.h Correct typo in wxEVT_COMMAND_LISTBOX_DOUBLECLICKED. 2009-12-16 19:27:34 +00:00
listctrl.h Document wxListCtrl::FindItem() return value. 2009-12-07 15:26:31 +00:00
log.h Mention log components in wxLogTrace() documentation. 2009-10-09 13:04:44 +00:00
longlong.h
math.h
mdi.h
mediactrl.h
memory.h
menu.h add a detailed description to wxMenuItem::SetItemLabel() partially moving docs from wxMenu::Append; add usage examples; organize wxMenuItem functions in 3 sections (getters, setters, checkers) to make it easier to browse the docs; use @onlyfor tag where necessary instead of the (Windows only) text 2009-12-20 14:24:42 +00:00
menuitem.h add a detailed description to wxMenuItem::SetItemLabel() partially moving docs from wxMenu::Append; add usage examples; organize wxMenuItem functions in 3 sections (getters, setters, checkers) to make it easier to browse the docs; use @onlyfor tag where necessary instead of the (Windows only) text 2009-12-20 14:24:42 +00:00
metafile.h
mimetype.h
minifram.h
module.h
mousemanager.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
mousestate.h
msgdlg.h document that wxMessageDialog API additions appeared in 2.9.0 2009-11-08 11:35:58 +00:00
msgout.h Document wxMessageOutput and related classes. 2009-07-18 23:48:50 +00:00
msgqueue.h
mstream.h
notebook.h
notifmsg.h
numdlg.h
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
pen.h
persist.h
pickerbase.h
platform.h
platinfo.h add wxGetLinuxDistributionInfo() and wxPlatformInfo::GetLinuxDistribution() functions; also add to wxPlatformInfo the GetOperatingSystemDescription(), GetDesktopEnvironment(), GetOperatingSystemDirectory() functions to group in the same class (wxPlatformInfo) all available platform-detection functions 2009-06-02 13:01:41 +00:00
popupwin.h
position.h
power.h
print.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
printdlg.h
process.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
progdlg.h add wxProgressDialog::SetRange() function 2009-06-01 23:19:25 +00:00
propdlg.h
quantize.h
radiobox.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
radiobut.h
rawbmp.h
rearrangectrl.h
recguard.h
regex.h
region.h
renderer.h Document wxRendererNative::DrawTitleBarBitmap() and use it properly. 2009-10-19 08:59:25 +00:00
sashwin.h
sckipc.h
sckstrm.h
scopedarray.h
scopedptr.h
scopeguard.h
scrolbar.h
scrolwin.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
settings.h
sharedptr.h
sizer.h Document wxSizerItem::Assign{Window,Sizer,Spacer}() methods. 2009-12-19 12:00:04 +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
spinbutt.h
spinctrl.h Document wxSpinCtrlDouble in correct header file. 2009-12-19 12:00:16 +00:00
splash.h
splitter.h
srchctrl.h
sstream.h
stackwalk.h
statbmp.h
statbox.h Correct examples in wxStaticBox(Sizer) documentation. 2009-08-07 12:39:41 +00:00
statline.h
stattext.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +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
stockitem.h Added wxSTOCK_FOR_BUTTON flag for wxGetStockLabel(). 2009-07-25 16:41:05 +00:00
stopwatch.h
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 Document ctors creating a wxString from repeated characters. 2009-09-12 10:42:04 +00:00
sysopt.h
tarstrm.h
taskbar.h
textctrl.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
textdlg.h
textentry.h Fixed Cut&Paste error in wxTextCtrl::ChangeValue documentation (fixes #11469). 2009-11-22 11:00:42 +00:00
textfile.h
textwrapper.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
tglbtn.h
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
tipwin.h
tls.h
tokenzr.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
toolbar.h fix miscellaneous Doxygen 1.6.1 warnings 2009-12-20 15:07:08 +00:00
toolbook.h
tooltip.h
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
treebase.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
treebook.h
treectrl.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
txtstrm.h
unichar.h Allow calling wxStrchr() with a narrow string and wide character. 2009-11-28 14:37:03 +00:00
uri.h
url.h
ustring.h
utils.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
valgen.h
validate.h Replace wxValidator::SetBellOnError() with SuppressBellOnError(). 2009-10-15 14:44:22 +00:00
valtext.h
variant.h wxVariantData now inherits from wxObjectRefData 2009-06-17 01:32:40 +00:00
vector.h
version.h
vidmode.h
vlbox.h
volume.h
vscroll.h
weakref.h
wfstream.h
window.h Add or fix descriptions of return values from SetFont/XXXColour(). 2009-10-21 09:44:07 +00:00
windowid.h
wizard.h
wrapsizer.h
wupdlock.h
wxcrt.h
xlocale.h
zipstrm.h
zstream.h