wxWidgets/interface/wx
2009-03-15 17:54:05 +00:00
..
aui
generic
html
msw
persist
propgrid Reworked the way child properties can be added to a property that has not yet been added to a grid or page; AddChild() deprecated, now use AddPrivateChild() instead. For public children, new member functions AppendChild() and InsertChild() should do the job. 2009-03-12 18:17:55 +00:00
protocol
richtext
stc
xml
xrc better XRC errors reporting: report location of the error and use unified formatting 2009-03-15 10:29:14 +00:00
aboutdlg.h
accel.h
access.h
animate.h
app.h Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon. 2009-03-15 01:19:09 +00:00
apptrait.h
archive.h
arrstr.h
artprov.h
atomic.h
base64.h
bitmap.h add wxSize overloads to wxBitmap ctors and to wxBitmap::Create 2009-03-14 13:57:51 +00:00
bmpbuttn.h
bmpcbox.h
bookctrl.h
brush.h
buffer.h
busyinfo.h
button.h
calctrl.h do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created 2009-03-14 00:49:24 +00:00
caret.h
chartype.h
checkbox.h
checklst.h
choicdlg.h
choice.h
choicebk.h
clipbrd.h
clntdata.h
clrpicker.h
cmdline.h
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 Make wxDataViewModel::Compare() const 2009-03-10 13:37:26 +00:00
datectrl.h
dateevt.h
datetime.h
datstrm.h
dc.h more specs for wxDC::DrawRotatedText 2009-03-14 14:02:37 +00:00
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 Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon. 2009-03-15 01:19:09 +00:00
docmdi.h
docview.h
dragimag.h
dynarray.h
dynlib.h
editlbox.h
encconv.h
event.h
evtloop.h
fdrepdlg.h
ffile.h
file.h
fileconf.h
filectrl.h
filedlg.h
filefn.h
filename.h
filepicker.h
filesys.h
font.h add the wxFont(const wxSize& pixelSize, ...) ctor to all ports; add some wxCHECK_MSGs to ensure that the wxSize objects contains non-negative arguments; document that passing zero for the width parameter is allowed; other minor doc fixes 2009-03-15 16:28:33 +00:00
fontdlg.h
fontenum.h
fontmap.h
fontpicker.h
frame.h
fs_mem.h
gauge.h
gbsizer.h
gdicmn.h warn the user that for all basic classes wxPoint,wxRect,wxSize,wxRealPoint negative values are allowed inside the internal coordinate members; specify that their default ctors init to zero their internals 2009-03-15 11:33:40 +00:00
gdiobj.h
glcanvas.h
graphics.h
grid.h
hash.h
hashmap.h
hashset.h
headercol.h
headerctrl.h
help.h
htmllbox.h
hyperlink.h
icon.h Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon. 2009-03-15 01:19:09 +00:00
iconbndl.h
iconloc.h
image.h add overloads of ctors and Create() functions taking wxSize; document the various Create() overloads; reorganize wxImage docs categorizing the various functions 2009-03-14 13:28:28 +00:00
imaglist.h Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon. 2009-03-15 01:19:09 +00:00
init.h
intl.h
ipc.h
ipcbase.h
joystick.h
kbdstate.h
laywin.h
link.h
list.h
listbook.h
listbox.h
listctrl.h
log.h
longlong.h
math.h
mdi.h do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created 2009-03-14 00:49:24 +00:00
mediactrl.h
memory.h
menu.h
menuitem.h Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon. 2009-03-15 01:19:09 +00:00
metafile.h
mimetype.h
minifram.h
module.h
mousestate.h
msgdlg.h do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created 2009-03-14 00:49:24 +00:00
msgqueue.h
mstream.h
notebook.h
notifmsg.h
numdlg.h
object.h more docs and more comments in the sample code for wxObject* classes; document CreateRefData() and CloneRefData() 2009-03-15 01:03:48 +00:00
odcombo.h
palette.h
panel.h do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created 2009-03-14 00:49:24 +00:00
pen.h Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon. 2009-03-15 01:19:09 +00:00
persist.h
pickerbase.h
platform.h
platinfo.h
popupwin.h
position.h
power.h
print.h
printdlg.h
process.h
progdlg.h
propdlg.h
quantize.h
radiobox.h do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created 2009-03-14 00:49:24 +00:00
radiobut.h do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created 2009-03-14 00:49:24 +00:00
rawbmp.h
rearrangectrl.h
recguard.h
regex.h
region.h
renderer.h
sashwin.h
sckipc.h
sckstrm.h
scopedarray.h
scopedptr.h
scopeguard.h
scrolbar.h
scrolwin.h do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created 2009-03-14 00:49:24 +00:00
settings.h
sharedptr.h
sizer.h
slider.h
snglinst.h
socket.h
sound.h
spinbutt.h
spinctrl.h
splash.h
splitter.h
srchctrl.h
sstream.h
stackwalk.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h make wxStatusBarPane a 'full class' with getters and protected data; document it; provide more accessors in wxStatusBar (closes #10574) 2009-03-15 17:54:05 +00:00
stdpaths.h
stockitem.h
stopwatch.h
strconv.h
stream.h
string.h
sysopt.h
tarstrm.h
taskbar.h
textctrl.h
textdlg.h
textentry.h
textfile.h
tglbtn.h
thread.h
timer.h
tipdlg.h
tipwin.h
tls.h
tokenzr.h
toolbar.h
toolbook.h
tooltip.h
toplevel.h
tracker.h
treebase.h
treebook.h
treectrl.h
txtstrm.h
unichar.h
uri.h
url.h
ustring.h
utils.h Mention wxQsort() 2009-03-10 18:41:02 +00:00
valgen.h
validate.h
valtext.h
variant.h
vector.h
version.h
vidmode.h
vlbox.h
volume.h
vscroll.h
weakref.h
wfstream.h
window.h
windowid.h
wizard.h
wrapsizer.h
wupdlock.h
wxcrt.h
xlocale.h
zipstrm.h
zstream.h