wxWidgets/docs/latex/wx
Julian Smart f010ad4812 Applied patch [ 600051 ] DDE and TCP improvements and fixes
By Michael Fielding

As discussed on wx-dev. some fixes and improvements for Interprocess Communication (IPC), using DDE and TCP.

1. DDE buffers were using a global buffer
2. TCP buffers were allocated each time needed, and Request would have caused memory leaks had it been used.

Fixed these both by using a self-resizing buffer in wxConnectionBase. Changed samples and docs to reflect the improved (but backward compatible) internal buffer management. wxConnectionBase could (in future) use wxMemoryBuffer.

3. IPC sample had trouble closing, causing crash, when closing server using window X button.

Because it was (effectively) trying to delete a window in OnExit, when that window was already destroyed. Fixed by making IPCDialog and MyConnection remember if they'd destroyed each other. It's not elegant, but either the connection or the window could be deleted first.

4. Docs for wxDDE... and wxTCP... duplicated eachother, supposed to have same API. Some parts unclear.

Patch removes dde and tcp-specific files (including from tipc.tex and classes.tex), and explains how ipc.h selects for you which one to use based on platform. Some other misc clarifications.

6. Client sample was suffering apparent memory leak because of not deleting connection object, and had a hack in there to do that.

In fact this was due to the derived OnDisconnect not deleting itself, as it does in base class. Mentioned need to do it in docs, fixed sample so that it does.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-09-01 14:48:16 +00:00
..
.cvsignore
accel.tex
activevt.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
alignv.bmp
alignv.gif
app.tex Applied patch [ 600051 ] DDE and TCP improvements and fixes 2002-09-01 14:48:16 +00:00
array.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
arrstrng.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
artprov.tex some wxArtProv docs 2002-04-16 23:06:47 +00:00
autoobj.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
back.gif
bbutton.tex
bitmap.tex wxPerl documentation updates 2002-07-05 16:43:21 +00:00
bmpdatob.tex
bmphand.tex made the alphabetic class order more alphabetic 2002-01-14 17:14:29 +00:00
body.tex Changed main ftp address to ftp://biolpc22.york.ac.uk/pub 2002-07-22 13:37:07 +00:00
book1.bmp
books.bmp
books.gif
border.bmp
border.gif
boxsizer.tex Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
brush.tex
bullet.bmp
busycurs.tex
busyinfo.tex
button.tex
calclevt.tex
calctrl.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
caret.tex
category.tex Applied patch [ 600051 ] DDE and TCP improvements and fixes 2002-09-01 14:48:16 +00:00
checkbox.tex Added missing brace in checkbox.tex 2002-05-12 11:34:19 +00:00
checklst.tex
choice.tex implemented wxChoice::Delete 2002-04-12 09:31:12 +00:00
clasinfo.tex
classes.tex Applied patch [ 600051 ] DDE and TCP improvements and fixes 2002-09-01 14:48:16 +00:00
clientdat.tex Documented wxClienData and friends. 2002-05-31 07:41:46 +00:00
clientdc.tex
clipbrd.tex Documentation for wxClipboard::Flush 2002-05-05 19:27:07 +00:00
closeevt.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
cmdevent.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
cmdlpars.tex Applied patch [ 581139 ] Misc wxCmdLineParser changes/fixes 2002-07-19 19:53:02 +00:00
cmdproc.tex wxCommand is in cmdproc.h (SourceForge patch #511506) 2002-02-02 13:21:40 +00:00
colordlg.tex added wxGetFontFromUser docs and links to it and wxGetColourFromUser from elsewhere 2002-01-21 17:52:01 +00:00
colour.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
combobox.tex added SetString docs 2002-02-11 21:27:27 +00:00
command.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
conditn.tex corrected the completely wrong example (bug 545427) 2002-05-28 17:14:59 +00:00
config.tex added support for wxCONFIG_USE_NO_ESCAPE_CHARACTERS flag to wxFileConfig (patch 591381) 2002-08-20 14:29:22 +00:00
constant.tex Some doc fixes 2002-08-31 16:27:35 +00:00
cont.bmp
cont.gif
contbox.bmp
contbox.gif
contents.gif
control.tex
countstr.tex
cpp.bmp
cppconst.tex added a section containing the preprocessor constants defined by wxWindows 2002-08-27 18:41:49 +00:00
critsect.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
crtslock.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
csconv.tex
cshelp.tex
cursor.tex wxPerl documentation updates 2002-07-05 16:43:21 +00:00
custdobj.tex
database.tex
dataform.tex Added wxDF_HTML 2002-04-17 11:48:11 +00:00
dataobj.tex wxPerl documentation updates 2002-07-05 16:43:21 +00:00
date.tex
datespan.tex
datetime.tex fixed a few typoes 2002-08-22 20:14:47 +00:00
datistrm.tex added Read64() and Write64() docs 2002-08-30 21:05:53 +00:00
datostrm.tex added Read64() and Write64() docs 2002-08-30 21:05:53 +00:00
db.tex Changed wxProcess::Open to take a flags arg to pass to wxExecute. 2002-07-12 23:25:14 +00:00
dc.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
dcsvg.tex fix to tex format documentation for wxSVG 2002-06-20 14:34:29 +00:00
ddeclint.tex Applied patch [ 600051 ] DDE and TCP improvements and fixes 2002-09-01 14:48:16 +00:00
ddeconn.tex Applied patch [ 600051 ] DDE and TCP improvements and fixes 2002-09-01 14:48:16 +00:00
ddeservr.tex Applied patch [ 600051 ] DDE and TCP improvements and fixes 2002-09-01 14:48:16 +00:00
debugcxt.tex
descent.bmp
descent.gif
dialevt.tex
dialog.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
dialup.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
dir.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
dirctrl.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
dirdlg.tex Give wxMSW's wxDirDialog support for wxDD_NEW_DIR_BUTTON 2002-06-05 16:30:13 +00:00
dirtrav.tex fixed LaTeX compilation problems (part of patch 551210) 2002-05-05 14:24:07 +00:00
dllload.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
dobjcomp.tex
dobjsmpl.tex wxPerl documentation updates 2002-07-05 16:43:21 +00:00
docchfrm.tex
docmanag.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
docmdich.tex
docmdipr.tex
docprfrm.tex
doctempl.tex fixed LaTeX compilation problems (part of patch 551210) 2002-05-05 14:24:07 +00:00
document.tex
dragimag.tex fixed LaTeX compilation problems (part of patch 551210) 2002-05-05 14:24:07 +00:00
dropevt.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
dropsrc.tex changed DoDragDrop(bool) into DoDragDrop(int) and added support for wxDrag_DefaultMove flag 2002-04-28 14:30:54 +00:00
droptrgt.tex
dynlib.tex made the alphabetic class order more alphabetic 2002-01-14 16:40:44 +00:00
encconv.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
eraseevt.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
event.tex added 2nd wxEvent ctor argument 2002-01-23 15:49:03 +00:00
evthand.tex Documented wxClienData and friends. 2002-05-31 07:41:46 +00:00
expr.tex
fdrepdlg.tex Applied patch [ 565012 ] Add wxTextValidator to wxTextEntryDialog 2002-06-23 13:51:32 +00:00
ffile.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
ffilestr.tex made the alphabetic class order more alphabetic 2002-01-14 16:40:44 +00:00
fildatob.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
fildrptg.tex fixed OnDropFiles() signature 2002-04-02 23:26:22 +00:00
file.tex fixed LaTeX compilation problems (part of patch 551210) 2002-05-05 14:24:07 +00:00
filedlg.tex corrected wxHIDE_READONLY documentation 2002-01-18 15:47:05 +00:00
filehist.tex
fileistr.tex splitted wxFileStream docs in 2 files to make the classes appear in the alphabetic order (patch 549657) 2002-05-02 13:36:23 +00:00
filename.tex Tidied up filename.tex 2002-08-22 22:03:09 +00:00
fileostr.tex splitted wxFileStream docs in 2 files to make the classes appear in the alphabetic order (patch 549657) 2002-05-02 13:36:23 +00:00
filestrm.tex splitted wxFileStream docs in 2 files to make the classes appear in the alphabetic order (patch 549657) 2002-05-02 13:36:23 +00:00
filesys.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
filesysh.tex wxPerl documentation updates 2002-07-05 16:43:21 +00:00
filetype.tex added a more convenient version of wxFileType::GetOpenCommand() 2002-08-05 18:49:38 +00:00
flexsizr.tex Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
fltinstr.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
fltoutst.tex
focusevt.tex mention that doing SetFocus() results in the focus event being sent 2002-04-20 13:59:21 +00:00
font.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
fontdlg.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
fontenum.tex
fontlist.tex
fontmap.tex added wxFontMapper::Get/Set 2002-04-06 15:04:27 +00:00
forward.gif
frame.tex Some doc fixes 2002-08-31 16:27:35 +00:00
fs_mem.tex
fs.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
fsfile.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
ftp.tex
function.tex added wxEXPLICIT macro 2002-07-16 12:03:44 +00:00
gauge.tex
gdiobj.tex
glcanvas.tex
grid1.bmp
grid1.eps
grid1.gif
grid.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
gridattr.tex Updated docs for wxProcessEvent 2002-02-15 21:50:50 +00:00
gridedit.tex made the alphabetic class order more alphabetic 2002-01-14 16:40:44 +00:00
gridevt.inc Updated docs for wxGrid: added events, event macros, default editors and renderers 2001-12-23 21:26:11 +00:00
gridevt.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
gridrend.tex Documentation for wxHashMap, added deprecation to wxHashTable. 2002-01-29 21:31:16 +00:00
gridsizr.tex Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
gridtbl.tex
gridwork.tex
hand1.bmp
hash.tex Documentation for wxHashMap, added deprecation to wxHashTable. 2002-01-29 21:31:16 +00:00
hashmap.tex Corrected HTML index, other distro-related tweaks 2002-08-18 14:10:52 +00:00
hello.bmp
hello.gif
hellow.bmp
hellow.gif
hellox.bmp
hellox.gif
helpevt.tex
helpinst.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
helpprov.tex Added documentation for wxHelpProvider::RemoveHelp 2002-06-05 21:11:55 +00:00
hprovcnt.tex
hprovsmp.tex
htcell.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
htcolor.tex
htcontnr.tex
htdcrend.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
hteasypr.tex
htfilter.tex
hthelpct.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
hthlpdat.tex
hthlpfrm.tex
htlnkinf.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
htmlcell.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
htmlfilt.tex Commented out deprecated classes: wxProp and wxTab classes; moved some chapters 2002-01-23 22:10:02 +00:00
htmlhand.tex fixed outdated filenames 2002-04-16 23:01:58 +00:00
htmlhlpf.tex fixed LaTeX compilation problems (part of patch 551210) 2002-05-05 14:24:07 +00:00
htmlprn.tex Commented out deprecated classes: wxProp and wxTab classes; moved some chapters 2002-01-23 22:10:02 +00:00
htmlstrt.tex Commented out deprecated classes: wxProp and wxTab classes; moved some chapters 2002-01-23 22:10:02 +00:00
htmltags.tex Commented out deprecated classes: wxProp and wxTab classes; moved some chapters 2002-01-23 22:10:02 +00:00
htparser.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
htprint.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
httag.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
httaghnd.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
httagmod.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
http.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
htwidget.tex
htwindow.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
htwinhnd.tex
htwinprs.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
hworld.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
icon.tex wxPerl documentation updates 2002-07-05 16:43:21 +00:00
iconbndl.tex Corrected files for PDF RTF 2002-08-16 21:07:48 +00:00
iconevt.tex
idleevt.tex
ignore.txt
ilayout.tex
image.tex Made documentation for wxImage::GetData/SetData more explicit about 2002-07-06 21:16:35 +00:00
imaglist.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
indent.bmp
indent.gif
indlgevt.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
inputstr.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
ipvaddr.tex
joyevent.tex
joystick.tex Applied patch [ 597700 ] Fix proposal for wxJoystick under MSW 2002-08-20 17:16:05 +00:00
keycode.tex
keyevent.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
layalgor.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
layout.tex added a note about the constraints being deprecated 2002-04-03 13:04:21 +00:00
list.tex Some doc fixes 2002-08-31 16:27:35 +00:00
listbox.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
listctrl.tex Documented wxListCtrl::GetColumnCount 2002-08-29 16:46:25 +00:00
listevt.tex some old minor doc fixes I forgot to commit somehow 2002-08-15 20:38:39 +00:00
listitem.tex Corrected files for PDF RTF 2002-08-16 21:07:48 +00:00
locale.tex added mentions of internat sample 2002-08-20 13:41:45 +00:00
log.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
longlong.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
ltx.tex added files for LaTeX compilation (second part of the patch 551210) 2002-05-05 14:25:45 +00:00
Makefile added files for LaTeX compilation (second part of the patch 551210) 2002-05-05 14:25:45 +00:00
manual.ist added files for LaTeX compilation (second part of the patch 551210) 2002-05-05 14:25:45 +00:00
manual.tex Corrected files for PDF RTF 2002-08-16 21:07:48 +00:00
mask.tex
maxzevt.tex
mbcnvfil.tex
mbcnvut7.tex
mbcnvut8.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
mbconv.tex
mcaptevt.tex Implemented wxMouseCaptureChangedEvent and made wxGenericDragImage check it 2002-04-12 20:26:43 +00:00
mdi.tex fixed LaTeX compilation problems (part of patch 551210) 2002-05-05 14:24:07 +00:00
memorydc.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
menu.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
menuevt.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
menuitem.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
metafile.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
mimetype.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
minifram.tex
minimald.tex
mltchdlg.tex
module.tex
mouseevt.tex Moved the check for page scrolling with the wheel into wxMouseEvent so 2002-07-19 21:11:31 +00:00
moveevt.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
msgdlg.tex wxSTAY_ON_TOP support in wxMessageBox (patch 581826) 2002-07-17 23:36:53 +00:00
mutex.tex updated mutex and semaphore docs to reflect the new API (patch 593994) 2002-08-20 13:25:21 +00:00
mutexlck.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
nbsizer.tex Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
node.tex
notebook.tex Applied patch [ 579219 ] wxNotebook:SetPadding added 2002-08-08 10:11:32 +00:00
noteevt.inc moved wxNotebook events docs into a separate file included by both noteevt.tex and notebook.tex 2001-11-16 16:53:08 +00:00
noteevt.tex Updated docs for wxGrid: added events, event macros, default editors and renderers 2001-12-23 21:26:11 +00:00
notifevt.tex added Allow() docs 2002-03-22 18:52:05 +00:00
object.tex
outptstr.tex
pagedlg.tex Added Ok() member for print data, print dialog, page dialog, page dialog data 2002-05-08 19:00:43 +00:00
paintdc.tex
paintevt.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
palette.tex
panel.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
pantabv.tex
pathlist.tex
pen.tex
plotcurve.tex
plotwindow.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
plug.bmp
point.tex
porting.tex
portnote.tex Corrected a few typos and added references to files under docs. 2002-07-09 08:33:57 +00:00
postscpt.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
prevwin.tex
print.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
process.tex added and documented wxProcess::Is{Input|Error}Available() and IsInputOpened 2002-08-20 22:33:20 +00:00
procevt.tex Corrected files for PDF RTF 2002-08-16 21:07:48 +00:00
progdlg.tex
prop1.bmp
prop1.eps
prop1.gif
prop2.bmp
prop2.eps
prop2.gif
propbfva.tex
propblva.tex
propclasses.tex Added deprecated property classes for future reference (maybe separate manual) 2002-05-12 11:10:24 +00:00
property.tex
propflva.tex
propford.tex
propforf.tex
propforp.tex
propforv.tex
propfovi.tex
propifva.tex
propilva.tex
proplisd.tex
proplisf.tex
proplisp.tex Corrected ctors for wxPropertyListView and wxPropertyListPanel 2002-03-26 12:50:05 +00:00
proplist.tex
propliva.tex
proplosv.tex
proplstv.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
propregv.tex
proprfva.tex
proprlva.tex
propsht.tex
propslv.tex
propstfv.tex Commented out deprecated classes: wxProp and wxTab classes; moved some chapters 2002-01-23 22:10:02 +00:00
propval.tex
propvald.tex
propview.tex
protocol.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
prvtdrpt.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
psbox.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
quantize.tex
query.tex
qylayevt.tex
radiobox.tex corrected Enable() docs to correspond to the real method signature 2002-07-25 17:07:05 +00:00
radiobut.tex
realpoin.tex
recrdset.tex
rect.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
referenc.tex
refs.bib
regex.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
region.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
sashevt.tex
sashlayw.tex
sashwin.tex
sbsizer.tex Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sckaddr.tex
scpdarry.tex Applied patch [ 587450 ] Scoped Smart pointers and docs 2002-08-08 09:57:05 +00:00
scpdptr.tex Applied patch [ 587450 ] Scoped Smart pointers and docs 2002-08-08 09:57:05 +00:00
screendc.tex
scrlwevt.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
scrolbar.tex extracted the scroll events docs in a single file which is now included by all the others 2002-07-09 23:34:31 +00:00
scrolevt.inc extracted the scroll events docs in a single file which is now included by all the others 2002-07-09 23:34:31 +00:00
scrolevt.tex extracted the scroll events docs in a single file which is now included by all the others 2002-07-09 23:34:31 +00:00
scrolwin.tex Doc tweaks 2002-05-05 09:35:44 +00:00
semaphor.tex updated mutex and semaphore docs to reflect the new API (patch 593994) 2002-08-20 13:25:21 +00:00
settings.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
shelves.bmp
size.tex
sizeevt.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
sizer00.bmp Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer00.gif Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer01.bmp Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer01.gif Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer02.bmp Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer02.gif Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer03.bmp Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer03.gif Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer04.bmp Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer04.gif Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer05.bmp Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer05.gif Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer06.bmp Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer06.gif Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer07.bmp Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer07.gif Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer08.bmp Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer08.gif Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer09.bmp Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer09.gif Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer10.bmp Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer10.gif Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer11.bmp Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer11.gif Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sizer.tex fixes to the sizers behaviour necessary to make the log dialog work again 2002-06-13 20:21:20 +00:00
slider.tex extracted the scroll events docs in a single file which is now included by all the others 2002-07-09 23:34:31 +00:00
sngchdlg.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
snglinst.tex mention that usually wxGetUserId() should be used to construct the lock name 2002-07-21 12:38:34 +00:00
socket.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
socksrv.tex made the alphabetic class order more alphabetic 2002-01-14 16:40:44 +00:00
spinbutt.tex updated wxSpinXXX event docs 2002-05-26 12:46:20 +00:00
spinctrl.tex documented SetSelection() 2002-08-30 21:28:56 +00:00
spinevt.inc updated wxSpinXXX event docs 2002-05-26 12:46:20 +00:00
spinevt.tex updated wxSpinXXX event docs 2002-05-26 12:46:20 +00:00
splash.tex Changed the default style flags on wxSplashScreen 2002-05-27 19:23:10 +00:00
splitevt.tex typos and other doc corrections from Olly Betts (patch 573738) 2002-07-03 15:01:26 +00:00
splitter.bmp
splitter.eps
splitter.gif
splitter.tex typos and other doc corrections from Olly Betts (patch 573738) 2002-07-03 15:01:26 +00:00
statbmp.tex
statbox.tex
statline.tex
stattext.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
statusbr.tex Some doc fixes 2002-08-31 16:27:35 +00:00
stdevtid.tex extracted the constants to their own chapter and documented wxID_ANY and 2002-07-03 16:37:43 +00:00
stopwtch.tex fixed a bug in wxStopWatch::Pause() (wouldn't pause if called immediately after Start()) and changed Pause()/Resume() calls to nest 2002-04-09 10:35:35 +00:00
strcldat.tex Documented wxClienData and friends. 2002-05-31 07:41:46 +00:00
stream.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
strlist.tex added a note that wxStringList is obsolete 2002-02-24 23:22:46 +00:00
strmbase.tex
strmbfrd.tex
strmmem.tex
strmsock.tex
strmzlib.tex
strtotxt.tex
sysclevt.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
sysopt.tex
tab.tex made the alphabetic class order more alphabetic 2002-01-14 16:40:44 +00:00
tabctrl.tex
tabevent.tex
table.tex
tabview.tex made the alphabetic class order more alphabetic 2002-01-14 16:40:44 +00:00
tapp.tex the app doesn't exit any more if a dialog is shown (and destroyed) while 2002-08-15 20:42:07 +00:00
taskbar.tex Updated docs for wxTaskBarIcon 2001-12-04 19:41:53 +00:00
tbitmap.tex
tclipbrd.tex
tcommdlg.tex
tconfig.tex
tconstr.tex Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
tcontain.tex
tcpclint.tex
tcpconn.tex
tcpservr.tex
tdate.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
tdb.tex Applied patch [ 594623 ] FL: No Taskbar entry for tool windows 2002-08-16 10:31:53 +00:00
tdc.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
tdebug.tex
tdelwin.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
tdialog.tex
tdnd.tex
tdocview.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
tempfile.tex fixed LaTeX compilation problems (part of patch 551210) 2002-05-05 14:24:07 +00:00
tevent.tex typos and other doc corrections from Olly Betts (patch 573738) 2002-07-03 15:01:26 +00:00
tex2rtf.ini Changed wxProcess::Open to take a flags arg to pass to wxExecute. 2002-07-12 23:25:14 +00:00
texhelp.sty
texpr.tex
text.tex mention that SetSelection(-1, -1) selects everything 2002-08-30 21:29:27 +00:00
textdlg.tex
textfile.tex fixed LaTeX compilation problems (part of patch 551210) 2002-05-05 14:24:07 +00:00
tfile.tex
tfont.tex added wxFont::SetNativeFontInfo(string) and documented the native font info stuff 2001-12-21 17:39:13 +00:00
tfontenc.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
tglbtn.tex Misc fixes 2001-11-20 14:55:10 +00:00
tgrid.tex
tguide.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
thread.tex Added wxThread::GetCurrentId(), which returns an ID for the current 2002-01-16 06:28:11 +00:00
ti18n.tex added mentions of internat sample 2002-08-20 13:41:45 +00:00
timaglst.tex
time.tex
timer.tex added and documented wxTIMER_XXX constants to be used instead of bool parameter to wxTimer::Start() 2002-06-04 14:59:52 +00:00
timespan.tex
tipc.tex Applied patch [ 600051 ] DDE and TCP improvements and fixes 2002-09-01 14:48:16 +00:00
tipprov.tex Some doc fixes 2002-08-31 16:27:35 +00:00
tipwin.tex Documentation for wxHashMap, added deprecation to wxHashTable. 2002-01-29 21:31:16 +00:00
tlistctl.tex
tlog.tex wxLogFatalError() now always aborts the program and doesn't use the active log target but always shows the standard message box 2002-02-22 18:13:10 +00:00
tmbconv.tex
tnoneng.tex added wxFontMapper::Get/Set 2002-04-06 15:04:27 +00:00
tokenizr.tex
toolbar.tex Doc tweaks for FindWindowByXX 2002-05-31 09:59:00 +00:00
tooltip.tex
topics.tex Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
tprint.tex
treectrl.tex fixed LaTeX compilation problems (part of patch 551210) 2002-05-05 14:24:07 +00:00
treedata.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
treeevt.tex some old minor doc fixes I forgot to commit somehow 2002-08-15 20:38:39 +00:00
treelay.tex
treetst.bmp
treetst.gif
tresourc.tex Added first cut at XRC docs; added font spec for wxWindows manual (new Tex2RTF feature!); 2002-01-23 15:17:44 +00:00
truntime.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
tsamples.tex compilation fix 2002-08-23 15:59:29 +00:00
tscroll.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
tsizer.tex fixes to the sizers behaviour necessary to make the log dialog work again 2002-06-13 20:21:20 +00:00
tsplittr.tex
tstream.tex
tstring.tex
tstyles.tex
ttab.tex
tthreads.tex
ttips.tex Applied patch [ 600051 ] DDE and TCP improvements and fixes 2002-09-01 14:48:16 +00:00
ttoolbar.tex
ttreectl.tex
tunicode.tex slightly expanded and updated the Unicode overview 2001-12-17 16:52:22 +00:00
tusage.tex
tvalidat.tex
txrc.tex 1. clarified relation between XRC .xrs files and ZIPs 2002-07-27 18:14:36 +00:00
txtdatob.tex
txtdrptg.tex
txtstrm.tex fixed type: wxUint16 -> wxUint32 (patch 549556) 2002-05-02 13:30:59 +00:00
up.gif
upduievt.tex
url.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
valgen.tex
validatr.tex
valtext.tex Added wxDF_HTML 2002-04-17 11:48:11 +00:00
variant.tex
view.tex Added wxView::OnClosingDocument so the application can do 2002-07-12 16:08:03 +00:00
wave.tex
window.tex disable children when the parent is disabled 2002-08-30 00:34:08 +00:00
windowdc.tex
wizard.tex deprecated static wxWizard::Create() 2002-08-27 09:17:36 +00:00
wizevt.tex Corrected a few typos and added references to files under docs. 2002-07-09 08:33:57 +00:00
wizpage.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
wnddisbl.tex
wx.hpj Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
wxgtk.tex Corrected a few typos and added references to files under docs. 2002-07-09 08:33:57 +00:00
wxhtml.tex tex2rtf doesn't like math mode 2002-03-22 19:13:29 +00:00
wxmac.tex Corrected a few typos and added references to files under docs. 2002-07-09 08:33:57 +00:00
wxManualTemplate.dot
wxmgl.tex Corrected files for PDF RTF 2002-08-16 21:07:48 +00:00
wxmsw.tex Corrected a few typos and added references to files under docs. 2002-07-09 08:33:57 +00:00
wxos2.tex Corrected a few typos and added references to files under docs. 2002-07-09 08:33:57 +00:00
wxPython.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
wxstring.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
wxtab1.bmp
wxtab1.eps
wxtab1.gif
wxx11.tex Corrected a few typos and added references to files under docs. 2002-07-09 08:33:57 +00:00
xmlres.tex Fix _ quoting to make tex2rtf happier 2002-05-08 19:51:58 +00:00
xmlresh.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
zipstrm.tex