wxWidgets/interface/wx
2008-08-01 23:39:11 +00:00
..
aui
generic
html
msw
protocol
richtext #9605: Documentation Corrections for richtextctrl.h 2008-06-27 21:32:25 +00:00
stc
xml
xrc
aboutdlg.h
accel.h
access.h
animate.h
app.h
apptrait.h
archive.h
arrstr.h
artprov.h
atomic.h
base64.h
bitmap.h
bmpbuttn.h
bmpcbox.h
bookctrl.h use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667) 2008-08-01 13:46:46 +00:00
brush.h
buffer.h
busyinfo.h
button.h
calctrl.h
caret.h
chartype.h
checkbox.h
checklst.h
choicdlg.h
choice.h
choicebk.h use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667) 2008-08-01 13:46:46 +00:00
clipbrd.h
clntdata.h
clrpicker.h
cmdline.h implement flag for Unix-like behaviour in wxCmdLineParser::ConverStringToArgs() 2008-07-16 00:49:25 +00:00
cmdproc.h
cmndata.h
collpane.h
colordlg.h
colour.h
combo.h
combobox.h
config.h
control.h
convauto.h
cpp.h
cshelp.h
ctrlsub.h
cursor.h
dataobj.h
dataview.h
datectrl.h
dateevt.h
datetime.h
datstrm.h
dc.h
dcbuffer.h
dcclient.h
dcgraph.h
dcmemory.h
dcmirror.h
dcprint.h
dcps.h
dcscreen.h
dcsvg.h
dde.h
debug.h
debugrpt.h
defs.h
dialog.h
dialup.h
dir.h
dirctrl.h
dirdlg.h
display.h
dnd.h
docmdi.h
docview.h
dragimag.h
dynarray.h
dynlib.h
editlbox.h
encconv.h
event.h use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667) 2008-08-01 13:46:46 +00:00
fdrepdlg.h
ffile.h
file.h Restore wxFile docs 2008-07-01 08:48:17 +00:00
fileconf.h
filectrl.h
filedlg.h
filefn.h
filename.h Further corrections to wxFileName docs 2008-07-29 13:08:30 +00:00
filepicker.h
filesys.h
font.h
fontdlg.h
fontenum.h
fontmap.h
fontpicker.h
frame.h move SendSizeEvent() down to wxWindow from wxFrame; added SendSizeEventToParent() helper 2008-07-29 12:32:47 +00:00
fs_mem.h
gauge.h
gbsizer.h
gdicmn.h
gdiobj.h
glcanvas.h
graphics.h adding info about opaque classes, making sure refs are displayed correctly in pdf 2008-08-01 18:24:53 +00:00
grid.h emphasize the fact that GetSelectedCols/Rows() is not sufficient to get the selection (#4732) 2008-07-16 16:06:23 +00:00
hash.h
hashmap.h
hashset.h
help.h
htmllbox.h
hyperlink.h
icon.h
iconbndl.h
iconloc.h
image.h
imaglist.h
init.h
intl.h
ipc.h
ipcbase.h
joystick.h
laywin.h
link.h
list.h
listbook.h
listbox.h
listctrl.h
log.h don't use @true and @NULL inside of @code sections 2008-07-02 14:45:57 +00:00
longlong.h
math.h
mdi.h
mediactrl.h
memory.h
menu.h
menuitem.h
metafile.h
mimetype.h Corrected mime types docs 2008-07-01 08:30:28 +00:00
minifram.h
module.h don't use @true and @NULL inside of @code sections 2008-07-02 14:45:57 +00:00
msgdlg.h
msgqueue.h
mstream.h
notebook.h use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667) 2008-08-01 13:46:46 +00:00
notifmsg.h
numdlg.h document that numbers outside of the valid range are forced into it 2008-07-30 19:25:10 +00:00
object.h
odcombo.h
palette.h
panel.h
pen.h
pickerbase.h
platform.h
platinfo.h
popupwin.h
position.h
power.h
print.h
printdlg.h
process.h
progdlg.h
propdlg.h don't use @true and @NULL inside of @code sections 2008-07-02 14:45:57 +00:00
ptr_scpd.h
ptr_shrd.h
quantize.h
radiobox.h
radiobut.h
rawbmp.h
recguard.h
regex.h
region.h
renderer.h
sashwin.h
sckipc.h
sckstrm.h
scopeguard.h
scrolbar.h
scrolwin.h
settings.h
sizer.h added wxFlexGridSizer::Add{Row,Col}Growable() (#2603) 2008-07-13 18:06:50 +00:00
slider.h
snglinst.h don't use @true and @NULL inside of @code sections 2008-07-02 14:45:57 +00:00
socket.h add wxSocket::IsClosed(), use it to implement Eof() in wxSocketStream 2008-07-12 02:28:12 +00:00
sound.h
spinbutt.h
spinctrl.h
splash.h don't use @true and @NULL inside of @code sections 2008-07-02 14:45:57 +00:00
splitter.h
srchctrl.h
sstream.h
stackwalk.h
statbmp.h
statbox.h
statline.h mention that it may be impossible to set the size of a wxStaticLine in the transversal direction 2008-07-28 11:56:16 +00:00
stattext.h
statusbr.h
stdpaths.h extending docs according #9713 2008-07-26 09:20:44 +00:00
stockitem.h
stopwatch.h
strconv.h fix the output length returned from cWC2MB/MB2WC() to be consistent with From/ToWChar(); fix off by NUL-length bug in wxMBConv implementation of From/ToWChar() in terms of legacy WC2MB/MB2WC() (which are still used in wxMBConv_wxwin) that this uncovered; added a simple test for the bugs the old code resulted in which could be easily seen with wxConvISO8859_1 (see #9739) 2008-07-15 23:57:25 +00:00
stream.h
string.h add wxString::Capitalize() and MakeCapitalized() for consistency with Upper/Lower() we already have 2008-08-01 23:39:11 +00:00
sysopt.h
tarstrm.h
taskbar.h
textctrl.h #9589: Documentation Corrections for textctrl.h 2008-06-27 21:31:56 +00:00
textdlg.h
textfile.h
tglbtn.h
thread.h
timer.h
tipdlg.h
tipwin.h
tokenzr.h
toolbar.h
toolbook.h
tooltip.h
toplevel.h
tracker.h
treebase.h
treebook.h use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667) 2008-08-01 13:46:46 +00:00
treectrl.h
txtstrm.h
uri.h
url.h
ustring.h Minor formating 2008-07-29 12:43:12 +00:00
utils.h show busy cursor in wxLaunchDefaultBrowser and add a new flag to avoid it (#9678) 2008-07-09 02:32:16 +00:00
valgen.h
validate.h
valtext.h
variant.h
vector.h
version.h
vidmode.h
vlbox.h mention that GetItemRect() is new in 2.9.0 2008-07-13 18:02:38 +00:00
vscroll.h
weakref.h
wfstream.h
window.h add PostSizeEvent() and use it in wxMSW status bar code (#9795) 2008-07-29 23:07:24 +00:00
windowid.h
wizard.h
wrapsizer.h
wupdlock.h
wxcrt.h
zipstrm.h
zstream.h