wxWidgets/interface/wx
2010-02-26 15:45:30 +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 Must clear property selection in wxPGProperty::SetChoices() or risk a crash 2010-02-26 15:45:30 +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 Document wxPerl interface differences for wxRichTextCtrl. 2010-01-02 11:29:00 +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
bmpcbox.h
bookctrl.h
brush.h
buffer.h
busyinfo.h
button.h Add support for showing "elevation" icon in wxMSW buttons. 2010-02-08 19:52:00 +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 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 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 Make wxDataObjectComposite::GetObject() public. 2010-02-04 01:02:43 +00:00
dataview.h Fixed typo in wxDataViewIconTextRenderer docs. 2010-02-24 22:09:52 +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 Document more wxDC drawing functions overloads. 2010-02-25 00:03:22 +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
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 Allow to not create wxPaintDC in EVT_PAINT handler in wxMSW. 2010-01-23 13:22:25 +00:00
evtloop.h
fdrepdlg.h
ffile.h
file.h Move wxPosixPermissions definition from wx/file.h to wx/filefn.h. 2010-02-10 11:38:41 +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 Move wxPosixPermissions definition from wx/file.h to wx/filefn.h. 2010-02-10 11:38:41 +00:00
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 update docs for wxMAXIMIZE on GTK 2010-01-16 04:14:18 +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 Try to prevent users from forgetting to include wx.rc from their resources. 2010-01-26 12:39:41 +00:00
gdiobj.h
glcanvas.h
graphics.h Document wxGraphicsPath::AddArc() better. 2009-08-22 13:59:14 +00:00
grid.h Return the kind of cells span from wxGrid::GetCellSize(). 2009-12-27 19:40:41 +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
iconloc.h
image.h Copy wxPerl notes from the LaTeX documentation. 2009-10-18 17:47:01 +00:00
imaglist.h
infobar.h Fix method name in wxInfoBar interface. 2010-01-02 10:40:31 +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 wxCENTRE style for wxMessageDialog. 2010-01-18 00:29:12 +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
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
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 No real changes, just fix a typo in comments and documentation. 2010-01-14 18:02:26 +00:00
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 More wx(Flex)GridSizer constructors documentation improvements. 2010-01-14 22:51: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 Extract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON. 2010-02-04 01:33:32 +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 wxString::operator<<(wxUniChar). 2009-12-27 19:40:08 +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 Add wxTreeCtrl::SelectChildren() method. 2010-01-26 12:43:39 +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
vector.h
version.h
vidmode.h
vlbox.h
volume.h
vscroll.h
weakref.h
wfstream.h Override some methods in wxF(F)ileStream to resolve ambiguities. 2009-12-27 19:39:55 +00:00
window.h Make ConvertPixelsToDialog() and ConvertDialogToPixels() const. 2010-01-19 17:53:29 +00:00
windowid.h
wizard.h Added EVT_WIZARD_PAGE_SHOWN event for wxWizard, to give apps 2010-01-25 18:48:21 +00:00
wrapsizer.h
wupdlock.h
wxcrt.h
xlocale.h
zipstrm.h
zstream.h