wxWidgets/docs/latex/wx
Julian Smart 131f9d9b19 Applied patch [ 597700 ] Fix proposal for wxJoystick under MSW
Proposed fixes for the wxWindows joystick code under
MSW.
Some of these would be valid for other platforms, too.

Events for buttons are named wrong, docs say different.
Docs say EVT_JOY_BUTTON_DOWN and
EVT_JOY_BUTTON_UP,
but the code says EVT_JOY_DOWN and EVT_JOY_UP. I
suggest
changing the code to match the docs.

wxJoystick::GetNumberJoysticks() should be a static
member
function. Having to create a joystick object to see if there
are joysticks is silly.

Docs for GetNumberJoysticks() must be changed; it returns
the
number of potentially connected joysticks, not the number of
actually connected. Alternatively, GetNumberJoysticks() and
others must be rewritten to conform with documentation,
including
remapping of wxWindows sequential joystick ID's to match
MSW non-sequential joystick ID's.

dwSize is not set when joyGetPosEx() is called. SEVERE
ERROR.

Error return value from functions should not be a legal
return,
for instance, wxJoystick::GetPOVCTSPosition() returns 0
for error,
but this is a legal return value.

GetButtonState() supports only four (out of 32) buttons.
Also, should return as bitmap (LSB = button 1). (Win32
does this,
although not documented as such).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-08-20 17:16:05 +00:00
..
.cvsignore Fixes for distribution scripts 2000-10-12 16:32:03 +00:00
accel.tex applied wxPerl doc patches 2001-04-14 19:46:05 +00:00
activevt.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
alignv.bmp converted to 16 colors 1999-08-06 11:51:44 +00:00
alignv.gif *** empty log message *** 1999-07-10 21:06:05 +00:00
app.tex the app doesn't exit any more if a dialog is shown (and destroyed) while 2002-08-15 20:42:07 +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 merged 2.2 branch 2000-07-15 19:51:35 +00:00
bbutton.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
bitmap.tex wxPerl documentation updates 2002-07-05 16:43:21 +00:00
bmpdatob.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
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 merged 2.2 branch 2000-07-15 19:51:35 +00:00
border.bmp cvs debugging 1999-10-06 15:42:04 +00:00
border.gif *** empty log message *** 1999-07-10 21:06:05 +00:00
boxsizer.tex Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
brush.tex Added '\' before all '_' chars that were not inside VERBATIM blocks 2001-05-24 10:39:33 +00:00
bullet.bmp *** empty log message *** 2000-02-01 15:54:47 +00:00
busycurs.tex 1. wxProcess changes to make capturing subprocess output easier (and more 2000-03-02 19:06:13 +00:00
busyinfo.tex improved sizing of wxBusyInfo window and updated the docs a bit 2001-10-29 14:32:42 +00:00
button.tex added wxBU_EXACTFIT style 2001-07-10 13:44:04 +00:00
calclevt.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
calctrl.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
caret.tex applied wxPerl doc patches 2001-04-14 19:46:05 +00:00
category.tex Corrected some typos 2002-05-29 08:28:03 +00:00
checkbox.tex Added missing brace in checkbox.tex 2002-05-12 11:34:19 +00:00
checklst.tex wxPerl doc patches applied 2000-12-20 16:10:46 +00:00
choice.tex implemented wxChoice::Delete 2002-04-12 09:31:12 +00:00
clasinfo.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
classes.tex Applied patch [ 587450 ] Scoped Smart pointers and docs 2002-08-08 09:57:05 +00:00
clientdat.tex Documented wxClienData and friends. 2002-05-31 07:41:46 +00:00
clientdc.tex wxWINE things. 1999-06-16 16:34:31 +00:00
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 extracted the constants to their own chapter and documented wxID_ANY and 2002-07-03 16:37:43 +00:00
cont.bmp converted to 16 colors 1999-08-06 11:51:44 +00:00
cont.gif *** empty log message *** 1999-07-10 21:06:05 +00:00
contbox.bmp converted to 16 colors 1999-08-06 11:51:44 +00:00
contbox.gif *** empty log message *** 1999-07-10 21:06:05 +00:00
contents.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
control.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
countstr.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
cpp.bmp
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 merged 2.2 branch 2000-07-15 19:51:35 +00:00
cshelp.tex Added '\' before all '_' chars that were not inside VERBATIM blocks 2001-05-24 10:39:33 +00:00
cursor.tex wxPerl documentation updates 2002-07-05 16:43:21 +00:00
custdobj.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
database.tex ODBC database class documentation updates 2001-02-05 13:33:43 +00:00
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 Some doc proofreading 2000-03-15 00:21:49 +00:00
datespan.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
datetime.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
datistrm.tex Corrected files for PDF RTF 2002-08-16 21:07:48 +00:00
datostrm.tex Corrected files for PDF RTF 2002-08-16 21:07:48 +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 merged 2.2 branch 2000-07-15 19:51:35 +00:00
ddeconn.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
ddeservr.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
debugcxt.tex DEBUG => __WXDEBUG__ 1999-11-08 16:38:17 +00:00
descent.bmp converted to 16 colors 1999-08-06 11:51:44 +00:00
descent.gif *** empty log message *** 1999-07-10 21:06:05 +00:00
dialevt.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
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 merged 2.2 branch 2000-07-15 19:51:35 +00:00
dobjsmpl.tex wxPerl documentation updates 2002-07-05 16:43:21 +00:00
docchfrm.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
docmanag.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
docmdich.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
docmdipr.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
docprfrm.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
doctempl.tex fixed LaTeX compilation problems (part of patch 551210) 2002-05-05 14:24:07 +00:00
document.tex Added filename.cpp to .dsp files 2001-01-02 16:42:03 +00:00
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 merged 2.2 branch 2000-07-15 19:51:35 +00:00
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 Some doc proofreading 2000-03-15 00:21:49 +00:00
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 Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
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 applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +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 Some doc proofreading 2000-03-15 00:21:49 +00:00
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 Fixed unresolved references 2001-05-25 12:47:00 +00:00
fontlist.tex many fixes in documentation so that it compiles with LaTeX - get rid of \end{document} troubles, \it{} -> {\it} and few more syntax fixes. 1999-12-24 23:40:13 +00:00
fontmap.tex added wxFontMapper::Get/Set 2002-04-06 15:04:27 +00:00
forward.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
frame.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
fs_mem.tex Added '\' before all '_' chars that were not inside VERBATIM blocks 2001-05-24 10:39:33 +00:00
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 wxFTP docs update and a small fix to wxString overview (Unicode *is* supported 2000-12-19 17:24:47 +00:00
function.tex added wxEXPLICIT macro 2002-07-16 12:03:44 +00:00
gauge.tex fixed reference to wxEvtHandler 2000-02-26 14:42:10 +00:00
gdiobj.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
glcanvas.tex Doc corrections, wxMotif toolbar AddControl implementation (untested as yet) 2000-03-10 16:06:33 +00:00
grid1.bmp
grid1.eps
grid1.gif fixed broken GIFs 2000-01-23 16:25:47 +00:00
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 Made the docs compile again. 2000-09-10 19:01:03 +00:00
gridwork.tex Made the docs compile again. 2000-09-10 19:01:03 +00:00
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 converted to 16 colors 1999-08-06 11:51:44 +00:00
hello.gif *** empty log message *** 1999-07-10 21:06:05 +00:00
hellow.bmp
hellow.gif fixed broken GIFs 2000-01-23 16:25:47 +00:00
hellox.bmp
hellox.gif fixed broken GIFs 2000-01-23 16:25:47 +00:00
helpevt.tex Added manual files 2000-09-08 14:51:08 +00:00
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 Added wxQuantize, wxTipWindow, wxSplashScreen docs 2000-10-09 14:31:03 +00:00
hprovsmp.tex Added wxQuantize, wxTipWindow, wxSplashScreen docs 2000-10-09 14:31:03 +00:00
htcell.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
htcolor.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
htcontnr.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
htdcrend.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
hteasypr.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
htfilter.tex added Include files section to my classes where it was missing 2000-02-27 21:06:58 +00:00
hthelpct.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
hthlpdat.tex Mmedia, OGL lib directory changes; omitted naughty wxGA_SMOOTH style from wxProgressDialog; 2000-03-09 20:15:44 +00:00
hthlpfrm.tex Added '\' before all '_' chars that were not inside VERBATIM blocks 2001-05-24 10:39:33 +00:00
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 merged 2.2 branch 2000-07-15 19:51:35 +00:00
htwindow.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
htwinhnd.tex added Include files section to my classes where it was missing 2000-02-27 21:06:58 +00:00
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 extracted classes into their own files to fix alphabetic order 2001-06-11 09:41:54 +00:00
idleevt.tex Doc edits to fix formatting problems in Word/PDF 2001-09-06 15:04:23 +00:00
ignore.txt wxString docs are nearly complete (but don't compile :-( ), a brief threads 1999-02-24 23:53:40 +00:00
ilayout.tex Small fixes for Tex2RTF but alas, we still get memory problems. 2000-03-10 11:18:22 +00:00
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 converted to 16 colors 1999-08-06 11:51:44 +00:00
indent.gif *** empty log message *** 1999-07-10 21:06:05 +00:00
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 Some doc corrections; Watcom C++ corrections; VC++ 4 corrections 2000-02-06 19:11:10 +00:00
joyevent.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
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 added wxList::IsEmpty() 2002-08-15 19:38:46 +00:00
listbox.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
listctrl.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +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 Added line to wxMask doc. 2001-01-02 07:59:43 +00:00
maxzevt.tex extracted classes into their own files to fix alphabetic order 2001-06-11 09:41:54 +00:00
mbcnvfil.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
mbcnvut7.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
mbcnvut8.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
mbconv.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
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 Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
minimald.tex wxArrayString documentation added 1999-02-28 13:58:05 +00:00
mltchdlg.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
module.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
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 merged 2.2 branch 2000-07-15 19:51:35 +00:00
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 some minor fixes to the docs (bugs 13271[56]) 2001-02-16 18:49:47 +00:00
outptstr.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
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 wxWINE things. 1999-06-16 16:34:31 +00:00
paintevt.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
palette.tex applied wxPerl doc patches 2001-04-14 19:46:05 +00:00
panel.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
pantabv.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
pathlist.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
pen.tex wxPerl doc patches applied 2000-12-20 16:10:46 +00:00
plotcurve.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
plotwindow.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
plug.bmp
point.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
porting.tex Fixed more '_' issues 2001-05-24 16:03:25 +00:00
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 Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
print.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
process.tex fixed typo 2002-07-27 18:14:42 +00:00
procevt.tex Corrected files for PDF RTF 2002-08-16 21:07:48 +00:00
progdlg.tex Added .emacs tip to coding standards; fixed doc bugs 2001-04-25 11:06:38 +00:00
prop1.bmp moved proplist documentation to main book 1999-12-25 20:30:32 +00:00
prop1.eps moved proplist documentation to main book 1999-12-25 20:30:32 +00:00
prop1.gif fixed broken GIFs 2000-01-23 16:25:47 +00:00
prop2.bmp moved proplist documentation to main book 1999-12-25 20:30:32 +00:00
prop2.eps moved proplist documentation to main book 1999-12-25 20:30:32 +00:00
prop2.gif fixed broken GIFs 2000-01-23 16:25:47 +00:00
propbfva.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propblva.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propclasses.tex Added deprecated property classes for future reference (maybe separate manual) 2002-05-12 11:10:24 +00:00
property.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propflva.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propford.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propforf.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propforp.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propforv.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propfovi.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propifva.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propilva.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
proplisd.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
proplisf.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
proplisp.tex Corrected ctors for wxPropertyListView and wxPropertyListPanel 2002-03-26 12:50:05 +00:00
proplist.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
propliva.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
proplosv.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
proplstv.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
propregv.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
proprfva.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
proprlva.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propsht.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propslv.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propstfv.tex Commented out deprecated classes: wxProp and wxTab classes; moved some chapters 2002-01-23 22:10:02 +00:00
propval.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propvald.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
propview.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
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 Added wxQuantize, wxTipWindow, wxSplashScreen docs 2000-10-09 14:31:03 +00:00
query.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
qylayevt.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
radiobox.tex corrected Enable() docs to correspond to the real method signature 2002-07-25 17:07:05 +00:00
radiobut.tex Corrected wxlistBox, wxRadioBox, wxComboBox and 1999-07-22 23:28:55 +00:00
realpoin.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
recrdset.tex ODBC database class documentation updates 2001-02-05 13:33:43 +00:00
rect.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
referenc.tex Removed wxUpdateIterator documentation, added wxRegionIterator documentation. 1998-11-04 22:16:10 +00:00
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 Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
sashlayw.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
sashwin.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
sbsizer.tex Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
sckaddr.tex Some doc corrections; Watcom C++ corrections; VC++ 4 corrections 2000-02-06 19:11:10 +00:00
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 Some doc proofreading 2000-03-15 00:21:49 +00:00
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 fixes of documentation - replaced \tt{...}, \em{...}, \bf{...} by {\tt ...} etc. 1999-12-25 20:34:56 +00:00
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 updated wxSpinXXX event docs 2002-05-26 12:46:20 +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 Doc tweaks 2000-03-18 09:20:21 +00:00
splitter.eps
splitter.gif splitter in bin format 2000-02-01 16:05:08 +00:00
splitter.tex typos and other doc corrections from Olly Betts (patch 573738) 2002-07-03 15:01:26 +00:00
statbmp.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
statbox.tex don't use static box as a parent 2001-07-17 08:27:42 +00:00
statline.tex merged wxStaticLine ctor fix 2000-12-29 23:44:11 +00:00
stattext.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
statusbr.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +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 merged 2.2 branch 2000-07-15 19:51:35 +00:00
strmbfrd.tex Some doc updates. 1999-12-12 17:02:50 +00:00
strmmem.tex many fixes in documentation so that it compiles with LaTeX - get rid of \end{document} troubles, \it{} -> {\it} and few more syntax fixes. 1999-12-24 23:40:13 +00:00
strmsock.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
strmzlib.tex added compression ratio argument to wxZlibOutputStream ctor 2000-03-03 22:52:17 +00:00
strtotxt.tex Fixed compilation of this file using tex2rtf in RTF mode 2001-10-31 17:11:04 +00:00
sysclevt.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
sysopt.tex Added wxUSE_DC_CACHEING and associated code to wxMSW 2001-07-11 10:07:06 +00:00
tab.tex made the alphabetic class order more alphabetic 2002-01-14 16:40:44 +00:00
tabctrl.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
tabevent.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
table.tex wxTable renamed to wxDbTable 2000-08-14 11:42:35 +00:00
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 Updated info on handlers 2000-11-17 09:06:56 +00:00
tclipbrd.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
tcommdlg.tex Some more samples documented etc. 2000-01-02 18:13:45 +00:00
tconfig.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
tconstr.tex Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
tcontain.tex Made wxGTK dataobj.cpp compile; removed flashing from wxGLCanvas samples; 1999-01-24 23:56:51 +00:00
tcpclint.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
tcpconn.tex Some doc fixes; BC++, Watcom C++, Mingw32 fixes 2000-03-17 17:59:56 +00:00
tcpservr.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
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 Doc updates (debug stuff); Cygwin corrections 1998-11-21 15:40:35 +00:00
tdelwin.tex Removed a lot of redundant references to wxWindow::On... functions. 2002-04-08 16:46:27 +00:00
tdialog.tex
tdnd.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
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 wxPerl doc patches applied 2000-12-20 16:10:46 +00:00
texpr.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
text.tex added (and documented) trivial but useful IsSingleLine() and IsMultiLine() text control methods 2002-07-21 18:51:04 +00:00
textdlg.tex added wxGetPasswordFromUser(), dialogs sample shows it, documented it 2000-01-24 18:26:54 +00:00
textfile.tex fixed LaTeX compilation problems (part of patch 551210) 2002-05-05 14:24:07 +00:00
tfile.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
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 First batch of work for new wxGrid docs. 2000-07-21 08:24:18 +00:00
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 Removed some TODOs in the Latex docs; changed wxMotif wxClipboard to match 1999-02-09 21:22:58 +00:00
time.tex Fixed unresolved references 2001-05-25 12:47:00 +00:00
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 Some doc corrections 2001-04-25 15:38:00 +00:00
tipc.tex added wx/ipc.h and used/documented it 2002-04-15 18:24:46 +00:00
tipprov.tex Cured some bugs/typos/spacing in docs 1999-08-05 22:05:15 +00:00
tipwin.tex Documentation for wxHashMap, added deprecation to wxHashTable. 2002-01-29 21:31:16 +00:00
tlistctl.tex wxUSE_SOCKETS added to setup(0).h; Cygwin corrections; doc tweaks 1999-02-28 23:39:59 +00:00
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 Added '\' before all '_' chars that were not inside VERBATIM blocks 2001-05-24 10:39:33 +00:00
tnoneng.tex added wxFontMapper::Get/Set 2002-04-06 15:04:27 +00:00
tokenizr.tex another new version of wxStringTokenizer (with tests and docs) 2000-02-04 18:31:26 +00:00
toolbar.tex Doc tweaks for FindWindowByXX 2002-05-31 09:59:00 +00:00
tooltip.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
topics.tex Added first cut at sizer topic, based on Robert's manual and 2002-01-27 19:58:13 +00:00
tprint.tex Many changes to the printing classes. 1999-03-25 23:06:01 +00:00
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 Some corrections 2000-02-28 15:57:06 +00:00
treetst.bmp Removed old wxGLCanvas stuff; moved wxTreeLayout to wxWindows; corrected some doc errors 2000-02-28 13:42:59 +00:00
treetst.gif Removed old wxGLCanvas stuff; moved wxTreeLayout to wxWindows; corrected some doc errors 2000-02-28 13:42:59 +00:00
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 added mentions of internat sample 2002-08-20 13:41:45 +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 merged 2.2 branch 2000-07-15 19:51:35 +00:00
tstring.tex compilation fix 2001-06-11 16:17:47 +00:00
tstyles.tex
ttab.tex Doc updates. 1999-11-22 12:13:55 +00:00
tthreads.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
ttips.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
ttoolbar.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
ttreectl.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
tunicode.tex slightly expanded and updated the Unicode overview 2001-12-17 16:52:22 +00:00
tusage.tex
tvalidat.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
txrc.tex 1. clarified relation between XRC .xrs files and ZIPs 2002-07-27 18:14:36 +00:00
txtdatob.tex Some doc fixes; BC++, Watcom C++, Mingw32 fixes 2000-03-17 17:59:56 +00:00
txtdrptg.tex Makefiles and .rsp file edited for demos/samples 2000-01-10 16:56:55 +00:00
txtstrm.tex fixed type: wxUint16 -> wxUint32 (patch 549556) 2002-05-02 13:30:59 +00:00
up.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
upduievt.tex second merge of the 2.2 branch (RL) 2000-08-08 06:11:51 +00:00
url.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
valgen.tex updates for wxPython docs 1999-09-30 07:13:40 +00:00
validatr.tex Corrected Clone return type 2001-02-22 12:56:29 +00:00
valtext.tex Added wxDF_HTML 2002-04-17 11:48:11 +00:00
variant.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
view.tex Added wxView::OnClosingDocument so the application can do 2002-07-12 16:08:03 +00:00
wave.tex Some doc fixes; BC++, Watcom C++, Mingw32 fixes 2000-03-17 17:59:56 +00:00
window.tex fixes to the sizers behaviour necessary to make the log dialog work again 2002-06-13 20:21:20 +00:00
windowdc.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
wizard.tex added wxWizard::Fit() 2002-05-26 22:41:35 +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 improved sizing of wxBusyInfo window and updated the docs a bit 2001-10-29 14:32:42 +00:00
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 Added Word template for formatting wxWindows manual 2000-11-12 00:05:28 +00:00
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 fixed broken GIFs 2000-01-23 16:25:47 +00:00
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 merged 2.2 branch 2000-07-15 19:51:35 +00:00