wxWidgets/docs/latex/wx
2005-02-06 18:25:54 +00:00
..
.cvsignore
accel.tex
accessible.tex
activevt.tex Removed m_ variables from the documentation, since they are now protected and should not be used directly 2005-01-18 15:13:34 +00:00
alignv.bmp
alignv.gif
app.tex wxApp decoration to changes list and missed new methods in wxApp section. 2004-12-08 17:00:29 +00:00
arc.tex added ZIP classes by M.J.Wetherell (patch 1030239) 2004-11-10 23:58:38 +00:00
archive.tex fixes to ZIP/archive patch (patch 1064426); should fix the docs build 2004-11-11 19:10:35 +00:00
array.tex
arrstrng.tex
artprov.tex
autoobj.tex
back.gif
bbutton.tex undid last change to wxBitmapButton::GetBestSize(), in fact it doesn't make sense to support wxBU_EXACTFIT for it at all, so just removed the code doing it and mentioned it in the docs 2004-10-28 22:43:14 +00:00
bitmap.tex Add comment about wxBitmap::SetPalette() not being implemented 2005-02-05 13:12:41 +00:00
bmpdatob.tex
bmphand.tex
body.tex Outdated informations refreshed. 2004-12-28 12:14:27 +00:00
book1.bmp
books.bmp
books.gif
border.bmp
border.gif
boxsizer.tex
brush.tex IS_HATCH macro replaced with wxBrush::IsHatch() + source and docs little cleaning. 2004-11-30 18:46:20 +00:00
bufferdc.tex
bullet.bmp
busycurs.tex
busyinfo.tex
button.tex added missing default value for pos parameter of ctor/create; use wxID_ANY instead of -1 2005-01-15 01:18:29 +00:00
calclevt.tex
calctrl.tex added API, docs and Win32 implementation of wxDatePickerCtrl 2005-01-15 01:31:10 +00:00
caret.tex
category.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
checkbox.tex
checklst.tex
choice.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
choicebk.tex
clasinfo.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
classes.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
clientdat.tex
clientdc.tex
clipbrd.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
closeevt.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
cmdevent.tex Better alphabetized the event handler macros 2004-10-30 01:54:17 +00:00
cmdlpars.tex added SetCmdLine(int, char **) overload even when building a Unicode app 2004-12-25 01:58:36 +00:00
cmdproc.tex
colordlg.tex
colour.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
combobox.tex wxTextPos for all GetLastPosition with constants for special cases. Make it virtual everywhere. Avoid doubling typedefs. Always include textctrl.h for combobox.h. Source cleaning. 2005-01-19 16:25:34 +00:00
command.tex
conditn.tex
config.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
constant.tex
cont.bmp
cont.gif
contbox.bmp
contbox.gif
contents.gif
control.tex
countstr.tex
cpp.bmp
cppconst.tex added code for hardware platform detection (__INTEL__, __POWERPC__, ... which were not set correctly before); added __IA64__ 2005-01-16 14:01:44 +00:00
critsect.tex
crtslock.tex
csconv.tex
cshelp.tex
ctrlsub.tex
cursor.tex
custdobj.tex
database.tex
dataform.tex
dataobj.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
datectrl.tex added and implemented for MSW wxDP_SHOWCENTURY flag 2005-01-20 16:22:48 +00:00
dateevt.tex typo in a link 2005-01-15 01:37:40 +00:00
datespan.tex
datetime.tex Common default datetime formats. 2005-01-17 21:29:23 +00:00
datistrm.tex
datostrm.tex
db.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
dc.tex whilst -> while 2005-01-06 15:51:05 +00:00
dcsvg.tex Fix to FIXME about using unused Get/SetOptimization. 2004-12-07 20:10:40 +00:00
ddeclint.tex
ddeconn.tex
ddeservr.tex
debugcxt.tex
delgrend.tex
descent.bmp
descent.gif
dialevt.tex
dialog.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
dialup.tex
dir.tex
dirctrl.tex
dirdlg.tex
dirtrav.tex
display.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
dllload.tex
dobjcomp.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
dobjsmpl.tex
docchfrm.tex
docmanag.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
docmdich.tex
docmdipr.tex
docprfrm.tex
doctempl.tex
document.tex
dragimag.tex
dropevt.tex
dropsrc.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
droptrgt.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
dynlib.tex implemented wxDynamicLibrary::ListLoaded() for Linux; added test for it 2005-01-16 23:32:37 +00:00
encconv.tex modified wxEncodingConverter API to report failures 2004-11-16 11:58:24 +00:00
eraseevt.tex Removed m_ variables from the documentation, since they are now protected and should not be used directly 2005-01-18 15:13:34 +00:00
event.tex Removed m_ variables from the documentation, since they are now protected and should not be used directly 2005-01-18 15:13:34 +00:00
evthand.tex Doc fix [Patch #1048940]. 2004-11-09 19:09:13 +00:00
expr.tex
fdrepdlg.tex
ffile.tex large files support for wxFFile (patch 1077980 from Mike Wetherell) 2004-12-12 11:53:53 +00:00
ffilestr.tex added mode parameter to wxFFileStream ctors taking wxFFile 2005-01-15 23:06:09 +00:00
fildatob.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
fildrptg.tex
file.tex
fileconf.tex
filedlg.tex change spun via [ 1050204 ] wxFileDialog wildcard filters 2004-11-07 01:11:42 +00:00
filehist.tex
fileistr.tex
filename.tex Doc corrections 2004-12-24 12:29:43 +00:00
fileostr.tex
filestrm.tex
filesys.tex
filesysh.tex
filetype.tex
flexsizr.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
fltinstr.tex
fltoutst.tex
focusevt.tex documented GetWindow() method 2004-12-19 14:48:29 +00:00
font.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
fontdlg.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
fontenum.tex
fontlist.tex
fontmap.tex
forward.gif
frame.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
fs_mem.tex
fs.tex Doc corrections 2005-01-16 13:33:19 +00:00
fsfile.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
ftp.tex
function.tex Various underscore doc fixes 2005-02-06 02:47:31 +00:00
gauge.tex
gbposition.tex
gbsizeritem.tex
gbspan.tex Doc corrections 2004-11-27 10:39:33 +00:00
gdiobj.tex
glcanvas.tex
glcontext.tex
grid1.bmp
grid1.eps
grid1.gif
grid.tex Further decorations in changes chapter. Missed methods in their base location. 2004-12-06 17:22:49 +00:00
gridattr.tex
gridbagsizer.tex wxSizer::Add/Insert now returns pointer to wxSizerItem added and wxSizerItem contains access to its area [Patch #1042571 with minimal tweaks] 2004-11-09 18:33:00 +00:00
gridedit.tex
gridevt.inc
gridevt.tex
gridrend.tex
gridsizr.tex
gridtbl.tex
gridwork.tex
hand1.bmp
hash.tex
hashmap.tex Documented wxHashSet. 2004-12-08 22:33:40 +00:00
hashset.tex Documented wxHashSet. 2004-12-08 22:33:40 +00:00
hello.bmp
hello.gif
hellow.bmp
hellow.gif
hellox.bmp
hellox.gif
helpevt.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
helpinst.tex
helpprov.tex
hprovcnt.tex
hprovsmp.tex
htcell.tex
htcolor.tex
htcontnr.tex
htdcrend.tex
hteasypr.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
htfilter.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
hthelpct.tex
hthlpdat.tex
hthlpfrm.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
htlnkinf.tex
htmlcell.tex
htmlfilt.tex
htmlhand.tex
htmlhlpf.tex
htmllbox.tex
htmlprn.tex
htmlstrt.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
htmltags.tex
htparser.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
htprint.tex
httag.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
httaghnd.tex
httagmod.tex
http.tex
htwidget.tex
htwindow.tex
htwinhnd.tex
htwinprs.tex
hworld.tex
icon.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
iconbndl.tex
iconevt.tex
iconloc.tex
idleevt.tex
ignore.txt
ilayout.tex
image.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
imaglist.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
indent.bmp
indent.gif
indlgevt.tex
inputstr.tex
ipaddr.tex
ipcclint.tex
ipcconn.tex
ipcservr.tex
ipvaddr.tex
joyevent.tex Doc fixes 2005-01-24 16:37:28 +00:00
joystick.tex
keycode.tex
keyevent.tex
langcodes.tex
layalgor.tex
layout.tex
libs.bmp
libs.dia
libs.gif
libs.tex
list.tex
listbook.tex
listbox.tex Selected --> IsSelected 2005-02-03 19:12:57 +00:00
listctrl.tex Common wxListCtrl control name. 2005-01-14 13:07:44 +00:00
listevt.tex
listitem.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
listview.tex Doc tweaks 2004-11-16 20:48:11 +00:00
locale.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
log.tex Document that wxLogNull must be used with SetActiveTarget to supress logging. 2005-01-12 15:49:44 +00:00
longlong.tex
ltx.tex
Makefile
manual2e.tex
manual.ist
manual.tex
mask.tex
maxzevt.tex
mbcnvfil.tex
mbcnvut7.tex
mbcnvut8.tex
mbcnvutf.tex
mbconv.tex
mcaptevt.tex
mdi.tex
mediactrl.tex CreateMovieControl change for wxMediaCtrl on OSX 10.2 and up 2005-02-03 11:11:36 +00:00
mediaevt.tex doc update for wxMediaCtrl 2004-11-14 23:13:18 +00:00
membuf.tex
memorydc.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
menu.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
menuevt.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
menuitem.tex Documented the special meaning of wxID_EXIT and wxID_ABOUT 2004-12-28 14:13:06 +00:00
metafile.tex
mimetype.tex
minifram.tex
minimald.tex
mirrordc.tex
mltchdlg.tex
module.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
mouseevt.tex Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 17:27:04 +00:00
moveevt.tex
msgdlg.tex
mutex.tex
mutexlck.tex
nbsizer.tex
node.tex
notebook.tex Common default notebook name. 2005-01-13 20:30:21 +00:00
noteevt.inc
noteevt.tex added a note about old/new selection inconcistency in events generated by wxNotebook::SetSelection() 2004-12-19 23:29:46 +00:00
notifevt.tex
object.tex
outptstr.tex [ 1070686 ] wxOutputStream::Close() 2004-11-23 14:26:10 +00:00
pagedlg.tex
paintdc.tex
paintevt.tex
palette.tex wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platforms. wxColourMap definition centralized and 2.4 only. Source cleaning. 2004-12-08 17:43:18 +00:00
panel.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
pantabv.tex
passdlg.tex Fixes to recently added documentation of wxPasswordEntryDialog. 2004-11-10 18:51:22 +00:00
pathlist.tex
pen.tex
plug.bmp
point.tex
porting.tex
portnote.tex wxPalmOS mentioned. 2004-12-20 20:17:15 +00:00
postscpt.tex
prevwin.tex
print.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
process.tex Various underscore doc fixes 2005-02-06 02:47:31 +00:00
procevt.tex
progdlg.tex wxPD_CAN_SKIP for skipping parts of progress and reintroduced wxPD_SMOOTH after removal of modal dialog flag. 2004-12-30 15:07:28 +00:00
protocol.tex
psbox.tex
quantize.tex
query.tex
qylayevt.tex
radiobox.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
radiobut.tex wxR?_USE_CHECKBOX style for wxPalmOS. 2005-02-01 18:36:34 +00:00
re_syntax.tex
realpoin.tex
recguard.tex
recrdset.tex
rect.tex fixed Inflate() to not move the rectangle (patch 1114622) 2005-02-04 11:04:43 +00:00
referenc.tex
refs.bib
regex.tex
region.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
regkey.tex wxRegKey docs by C.C.Chakkaradeep latexitized, sorted, with some minor edits. 2005-02-06 03:17:39 +00:00
renderer.tex added DrawComboBoxDropButton() 2005-01-21 15:32:07 +00:00
rendver.tex
sashevt.tex
sashlayw.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
sashwin.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
sbsizer.tex Syntax fix. 2005-01-25 15:59:24 +00:00
scpdarry.tex
scpdptr.tex
screendc.tex
scrlwevt.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
scrolbar.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
scrolevt.inc
scrolevt.tex
scrolwin.tex
semaphor.tex
setcursorevt.tex
settings.tex
shelves.bmp
sistream.tex
size.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
sizeevt.tex
sizer00.bmp
sizer00.eps
sizer00.gif
sizer01.bmp
sizer01.eps
sizer01.gif
sizer02.bmp
sizer02.eps
sizer02.gif
sizer03.bmp
sizer03.eps
sizer03.gif
sizer04.bmp
sizer04.eps
sizer04.gif
sizer05.bmp
sizer05.eps
sizer05.gif
sizer06.bmp
sizer06.eps
sizer06.gif
sizer07.bmp
sizer07.eps
sizer07.gif
sizer08.bmp
sizer08.eps
sizer08.gif
sizer09.bmp
sizer09.eps
sizer09.gif
sizer10.bmp
sizer10.eps
sizer10.gif
sizer11.bmp
sizer11.eps
sizer11.gif
sizer.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
sizeritem.tex Add wxSizerFlags docs to wxSizer, wxSizerItem and wxSizer overview. 2004-11-18 15:26:26 +00:00
slider.tex wxSL_INVERSE added, noted as being wxGTK only (for now) 2005-01-21 05:13:24 +00:00
sngchdlg.tex
snglinst.tex
socket.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
socksrv.tex
sostream.tex
sound.tex
spinbutt.tex
spinctrl.tex
spinevt.inc
spinevt.tex
splash.tex
splitevt.tex
splitpar.tex
splitter.bmp
splitter.eps
splitter.gif
splitter.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
stackframe.tex Syntax error fixes. 2005-01-20 15:50:06 +00:00
stackwalker.tex clarified what needs to be done to get useful results with this class 2005-01-19 01:49:32 +00:00
statbmp.tex
statbox.tex
statline.tex
stattext.tex
statusbr.tex
stdbtnsz.tex Various underscore doc fixes 2005-02-06 02:47:31 +00:00
stdevtid.tex
stdpaths.tex Doc fixes 2005-01-24 16:37:28 +00:00
stockitems.tex
stopwtch.tex
strcldat.tex
stream.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
strlist.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
strmbase.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
strmbfrd.tex
strmmem.tex
strmsock.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
strmzlib.tex
strtotxt.tex
sysclevt.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
sysopt.tex Doc fixes 2005-01-24 16:37:28 +00:00
tab.tex
tabctrl.tex
tabevent.tex
table.tex
tabview.tex
tapp.tex
taskbar.tex
tbitmap.tex
tchanges.tex Various underscore doc fixes 2005-02-06 02:47:31 +00:00
tclipbrd.tex
tcommdlg.tex [1001483] Added wxPasswordEntryDialog analagous to wxTextEntryDialog, allows detecting entering an empty string vs. cancel unlike the wxGetPasswordFromUser dialog function. 2004-11-09 19:13:15 +00:00
tconfig.tex
tconstr.tex
tcontain.tex
tcpclint.tex
tcpconn.tex
tcpservr.tex
tdate.tex
tdb.tex Various underscore doc fixes 2005-02-06 02:47:31 +00:00
tdc.tex
tdebug.tex
tdelwin.tex
tdialog.tex
tdnd.tex
tdocview.tex Doc corrections 2005-01-16 13:33:19 +00:00
tempfile.tex
tenvvars.tex
tevent.tex Typo correction 2004-12-13 09:18:34 +00:00
tex2rtf_css.ini added \deprecated command 2004-11-15 14:44:39 +00:00
tex2rtf.ini cross-reference types in the generated docs (patch 1038083) 2004-12-12 11:12:25 +00:00
texcept.tex
texhelp2e.sty
texhelp.sty
texpr.tex
text.tex wxTextPos for all GetLastPosition with constants for special cases. Make it virtual everywhere. Avoid doubling typedefs. Always include textctrl.h for combobox.h. Source cleaning. 2005-01-19 16:25:34 +00:00
textdlg.tex Fixes to recently added documentation of wxPasswordEntryDialog. 2004-11-10 18:51:22 +00:00
textfile.tex
tfile.tex
tfont.tex
tfontenc.tex
tglbtn.tex
tgrid.tex
tguide.tex
thread.tex Doc corrections 2005-01-16 13:33:19 +00:00
threadh.tex
ti18n.tex Documented findings about how to use mo files 2004-12-25 15:04:30 +00:00
timaglst.tex
timer.tex
timespan.tex Common default datetime formats. 2005-01-17 21:29:23 +00:00
tipc.tex
tipprov.tex
tipwin.tex
tlistctl.tex
tlog.tex
tlw.tex
tmbconv.tex
tnoneng.tex
tokenizr.tex
toolbar.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
tooltip.tex
topics.tex Add incompat and depre changes to manual 2004-11-18 14:15:07 +00:00
tprint.tex Documented the special meaning of wxID_EXIT and wxID_ABOUT 2004-12-28 14:13:06 +00:00
treectrl.tex Documented SetItemDropEffect 2005-01-30 14:23:30 +00:00
treedata.tex
treeevt.tex
treetst.bmp
treetst.gif
truntime.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
tsamples.tex wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement. 2004-11-23 11:45:07 +00:00
tscroll.tex
tsizer.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
tsplittr.tex
tstream.tex Doc corrections 2005-01-16 13:33:19 +00:00
tstring.tex
tstyles.tex
ttab.tex
tthreads.tex
ttips.tex
ttoolbar.tex
ttreectl.tex
tunicode.tex Removed text saying that the wxODBC classes were not able to be used in Unicode builds. As of 2.5.3, Unicode and the ODBC classes work correctly together 2005-01-10 18:31:54 +00:00
tusage.tex
tvalidat.tex
txrc.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
txtdatob.tex
txtdrptg.tex
txtstrm.tex PutChar doc 2004-11-22 05:25:13 +00:00
up.gif
upduievt.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
uri.tex Deprecated methosd markup (documented). 2004-12-23 20:33:04 +00:00
url.tex
valgen.tex
validatr.tex
valtext.tex
variant.tex
view.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
vlbox.tex
vscroll.tex
window.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
windowdc.tex
wizard.tex
wizevt.tex
wizpage.tex
wnddisbl.tex
wx.css
wx.hpj
wxgtk.tex
wxhtml.tex
wxmac.tex
wxManualTemplate.dot
wxmgl.tex
wxmsw.tex
wxos2.tex
wxpalm.tex wxPalmOS mentioned. 2004-12-20 20:17:15 +00:00
wxPython.tex
wxstring.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
wxtab1.bmp
wxtab1.eps
wxtab1.gif
wxx11.tex
xmlres.tex Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along... 2005-02-06 18:25:54 +00:00
xmlresh.tex
zipstrm.tex fixes to ZIP/archive patch (patch 1064426); should fix the docs build 2004-11-11 19:10:35 +00:00