wxWidgets/docs/latex/wx
2007-03-26 22:10:04 +00:00
..
.cvsignore ignore all (generated) .con files 2004-04-15 11:33:34 +00:00
aboutdlginfo.tex document wxAboutBox &c 2006-10-08 15:12:54 +00:00
accel.tex More fun with line endings, to avoid mangling PDF contents 2006-10-30 23:42:22 +00:00
accessible.tex *** empty log message *** 2004-10-22 19:15:35 +00:00
activevt.tex [ 1545669 ] EVT_ACTIVATE_APP wrongly documented as windows only 2006-09-26 08:51:09 +00:00
activexcontainer.tex Ryan's cumulative wxActiveX and media control patch (1427775) 2006-02-10 19:37:40 +00:00
activexevt.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +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
animatctrl.tex [ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap center given bitmap 2006-11-18 17:46:29 +00:00
animation.tex replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones) 2006-12-10 14:18:37 +00:00
app.tex miscellaneous minor corrections (patch 1652327) 2007-02-11 02:53:05 +00:00
apptraits.tex Minor corrections. 2006-10-24 08:37:55 +00:00
arc.tex Add links to the zip and tar classes. 2006-11-12 21:47:13 +00:00
archive.tex Document filter streams take owner ship when created with a pointer, 2006-10-29 12:56:48 +00:00
array.tex document the problem with using arrays whose element size is larger than the actual size of the elements stored in them (bug 1572314) 2006-11-04 12:42:03 +00:00
arrstrng.tex replaced some chars with wxChars (patch from Tim Kosse) 2006-11-26 20:20:52 +00:00
artprov.tex 1. deprecate redundantly sounding wxArtProvider::FooProvider() to just Foo() 2006-09-23 20:16:18 +00:00
auidockart.tex Spacing corrections, removed duplicate functions 2007-01-17 15:26:53 +00:00
auimanager.tex added a couple of missing membersections and fixed a couple of typos (patch 1618846) 2006-12-24 12:19:27 +00:00
auinotebook.tex escape underscores to fix the docs build 2006-12-02 18:33:35 +00:00
auipaneinfo.tex Spacing corrections, removed duplicate functions 2007-01-17 15:26:53 +00:00
auitabart.tex Manual Version update 2006-11-12 12:09:52 +00:00
autoobj.tex wxAutomationObject is not VC++-only 2003-07-22 19:35:46 +00:00
back.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
backwardcompat.tex Make the backward compatibility section a topic overview. 2005-08-13 20:47:26 +00:00
bbutton.tex documented Set/GetBitmapSelected() (patch 1339028) 2006-04-16 22:10:45 +00:00
bitmap.tex COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
bitmapcombobox.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
bmpdatob.tex Name change replacements 2004-05-04 08:27:20 +00:00
bmphand.tex Move some things to wxBitmapBase to avoid much duplication. 2006-10-08 08:04:49 +00:00
body.tex replaced some chars with wxChars (patch from Tim Kosse) 2006-11-26 20:20:52 +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 miscellaneous minor corrections (patch 1652327) 2007-02-11 02:53:05 +00:00
brush.tex Add more comments about ref counting and cow to 2006-11-21 09:27:10 +00:00
bufferdc.tex Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare 2006-10-30 19:41:46 +00:00
bullet.bmp *** empty log message *** 2000-02-01 15:54:47 +00:00
busycurs.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places. 2004-10-04 15:13:52 +00:00
busyinfo.tex more minor doc corrections (patch 1144628) 2005-02-20 17:06:25 +00:00
button.tex updated docs after moving SetDefaultItem() from wxPanel to wxTLW 2006-08-07 21:13:43 +00:00
calclevt.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places. 2004-10-04 15:13:52 +00:00
calctrl.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
caret.tex Licence name correction. 2005-02-22 15:09:56 +00:00
category.tex Missing bracket. 2006-12-03 20:50:09 +00:00
checkbox.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places. 2004-10-04 15:13:52 +00:00
checklst.tex replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX) 2006-03-23 22:05:23 +00:00
chfocevt.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
choice.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
choicebk.tex On screens with restricted space, it's useful to be able to add controls 2006-04-13 14:22:32 +00:00
clasinfo.tex Addd IsDynamic, added const to CreateObject 2006-04-12 14:29:50 +00:00
classes.tex added wxGridUpdateLocker helper class wrapping Begin/EndBatch() calls in a more convenient and safe way 2007-03-15 17:25:15 +00:00
clientdat.tex more minor doc corrections (patch 1144628) 2005-02-20 17:06:25 +00:00
clientdc.tex added a couple of base classes 2006-09-05 20:41:19 +00:00
clipbrd.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
clipevent.tex added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT/PASTE) and implemented them for wxMSW 2006-05-12 15:21:41 +00:00
closeevt.tex Remove obsolete GetForce 2005-12-29 02:01:33 +00:00
clrpicker.tex [ 1602455 ] [docs] Fix docs for event used by pickers & collapsiblepane 2006-11-26 18:48:36 +00:00
cmdevent.tex Added toggle event 2006-01-19 09:36:57 +00:00
cmdlpars.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
cmdproc.tex minor docs corrections and improvements from Andreas Mohr (patch 1430551) 2006-02-13 15:18:35 +00:00
cntxtevt.tex Added wxContextMenuEvent 2005-02-14 15:40:06 +00:00
collpane.tex Typo correction 2007-02-05 11:46:52 +00:00
colordlg.tex Typo corrections 2004-10-04 16:11:04 +00:00
colour.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
combobox.tex document GetSelection(from, to) (bug 1592221) 2006-11-19 13:22:43 +00:00
comboctrl.tex Make animation of combo-popdown optional. 2006-10-26 20:35:57 +00:00
combopopup.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
command.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places. 2004-10-04 15:13:52 +00:00
conditn.tex mention that Wait() relocks the mutex before returning (patch 1482390) 2006-05-06 17:29:16 +00:00
config.tex use wxStandardPaths and wxFileName in wxFileConfig resulting in big code simplification and cleanup but also in change of the default file locations under Windows (replaces patch 1620492) 2007-03-18 17:34:11 +00:00
constant.tex added wxKeyEvent::GetModifiers() 2005-11-10 11:59:47 +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 Updated and removed unnecessary graphics 2005-05-18 19:47:04 +00:00
control.tex added possibility to strip only mnemonics, not accels, in wxStripMenuCodes(); added wxControl::GetLabelText() 2006-07-25 18:40:04 +00:00
countstr.tex Typo. 2006-09-09 14:02:37 +00:00
cppconst.tex added wxHAS_XXX section 2006-10-23 21:59:15 +00:00
createevt.tex Added documentation for wxWindowCreateEvent, wxWindowDestroyEvent 2005-06-01 09:56:43 +00:00
critsect.tex corrected link in see also 2003-06-29 11:51:42 +00:00
crtslock.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
csconv.tex added wxCSConv::IsOk() (patch 1637944) 2007-01-18 20:39:10 +00:00
cshelp.tex A word about context help on Mac 2005-04-11 13:30:25 +00:00
ctrlsub.tex miscellaneous minor corrections (patch 1652327) 2007-02-11 02:53:05 +00:00
cursor.tex added support for colour cursors in wxGTK (patch 1655576) 2007-02-11 03:02:34 +00:00
custdobj.tex fixed placement of pythonnote 2003-10-24 22:35:18 +00:00
database.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
dataform.tex Licence name correction. 2005-02-22 15:09:56 +00:00
dataobj.tex Licence name correction. 2005-02-22 15:09:56 +00:00
dataviewcolumn.tex Add docs to wxDataViewCtrl 2006-10-07 17:34:00 +00:00
dataviewctrl.tex Typo. 2006-10-07 17:44:31 +00:00
dataviewevent.tex Add docs to wxDataViewCtrl 2006-10-07 17:34:00 +00:00
dataviewlistmodelnotifier.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
dataviewmodel.tex Some more explanations. 2006-10-07 21:38:46 +00:00
dataviewrenderer.tex Add docs to wxDataViewCtrl 2006-10-07 17:34:00 +00:00
datectrl.tex SetFormat() exists in generic version only (bug 1605753) 2006-12-02 12:50:24 +00:00
dateevt.tex Licence name correction. 2005-02-22 15:09:56 +00:00
datespan.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
datetime.tex added wxDateTime::GetDateOnly() 2007-01-18 14:06:37 +00:00
datistrm.tex Duplicate label corrections 2005-02-20 18:25:14 +00:00
datostrm.tex more minor doc corrections (patch 1144628) 2005-02-20 17:06:25 +00:00
db.tex replaced some chars with wxChars (patch from Tim Kosse) 2006-11-26 20:20:52 +00:00
dc.tex wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973) 2007-03-18 15:32:27 +00:00
dcclipper.tex First cut at wxRichTextCtrl documentation 2006-07-01 20:30:58 +00:00
dcsvg.tex Fix to FIXME about using unused Get/SetOptimization. 2004-12-07 20:10:40 +00:00
ddeclint.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
ddeconn.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places. 2004-10-04 15:13:52 +00:00
ddeservr.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-23 15:41:43 +00:00
debugcxt.tex Name change replacements 2004-05-04 08:27:20 +00:00
debugrpt.tex Typo correction patch [ 1208110 ] Lots of typo corrections 2005-05-31 09:20:43 +00:00
debugrptpvw.tex documented wxDebugReport and related classes 2005-03-21 18:28:27 +00:00
debugrptpvwstd.tex documented wxDebugReport and related classes 2005-03-21 18:28:27 +00:00
debugrptup.tex documented wxDebugReport and related classes 2005-03-21 18:28:27 +00:00
debugrptz.tex documented wxDebugReport and related classes 2005-03-21 18:28:27 +00:00
delgrend.tex Licence name correction. 2005-02-22 15:09:56 +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
destroyevt.tex Document the current behaviour of OnDestroy 2005-08-19 13:45:11 +00:00
dgramsocket.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
dialevt.tex Licence name correction. 2005-02-22 15:09:56 +00:00
dialog.tex sections cleanup 2006-11-01 20:38:35 +00:00
dialup.tex Licence name correction. 2005-02-22 15:09:56 +00:00
dir.tex Applied patch [ 1531615 ] size support for wxFileName 2006-08-18 15:30:28 +00:00
dirctrl.tex document ShowHidden() (patch 1619786) 2006-12-24 12:38:38 +00:00
dirdlg.tex Escape underscores 2006-07-22 18:47:17 +00:00
dirpicker.tex fixed syntax errors 2007-02-12 13:59:37 +00:00
dirtrav.tex correct OnOpenError() return type 2006-12-31 18:07:45 +00:00
display.tex changed GetFromWindow() to take const pointer 2007-02-11 00:13:22 +00:00
dllload.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
dobjcomp.tex Give wxDataObjectComposite a way to report what kind of data was given 2006-04-15 05:35:08 +00:00
dobjsmpl.tex Licence name correction. 2005-02-22 15:09:56 +00:00
docchfrm.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-30 11:15:59 +00:00
docmanag.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
docmdich.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-30 11:15:59 +00:00
docmdipr.tex Fixed bug [ 1361674 ] Document wxDocMDIParentFrame::Create 2006-01-21 17:49:48 +00:00
docprfrm.tex document GetDocManager() (closes 1098861) 2006-10-25 00:09:10 +00:00
doctempl.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-30 11:15:59 +00:00
document.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-30 11:15:59 +00:00
dragimag.tex TRUE/FALSE -> true/false in documentation 2003-01-18 00:16:34 +00:00
dropevt.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-30 11:15:59 +00:00
dropsrc.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
droptrgt.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
dynlib.tex Minor doc corrections 2005-09-17 12:53:07 +00:00
encconv.tex Typo corrections 2005-11-20 15:22:17 +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 clarify Skip() meaning even more (latest version of patch 1516341) 2006-10-22 20:52:45 +00:00
evtblocker.tex added wxEventBlocker class (patch 1622444) 2007-02-04 00:12:50 +00:00
evthand.tex made AddPendingEvent() virtual (patch 1652077) 2007-02-11 02:42:40 +00:00
expr.tex TRUE/FALSE -> true/false in documentation 2003-01-18 00:16:34 +00:00
fdrepdlg.tex Licence name correction. 2005-02-22 15:09:56 +00:00
ffile.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
ffilestr.tex add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
fildatob.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
fildrptg.tex TRUE/FALSE -> true/false in documentation 2003-01-18 00:16:34 +00:00
file.tex typo: s/if/is/ 2006-11-23 12:03:41 +00:00
fileconf.tex use wxStandardPaths and wxFileName in wxFileConfig resulting in big code simplification and cleanup but also in change of the default file locations under Windows (replaces patch 1620492) 2007-03-18 17:34:11 +00:00
filedlg.tex wxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690) 2006-07-24 23:48:06 +00:00
filehist.tex Documented Set/GetBaseId 2007-01-17 09:07:32 +00:00
fileistr.tex add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
filename.tex fix broken links to File/DirName() 2007-01-05 14:30:39 +00:00
fileostr.tex add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
filepicker.tex fixed syntax errors 2007-02-12 13:59:37 +00:00
filestrm.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-30 11:15:59 +00:00
filesys.tex Document wxFS_XXXX flags for wxFileSystem::OpenFile. 2006-11-18 16:39:52 +00:00
filesysh.tex TRUE/FALSE -> true/false in documentation 2003-01-18 00:16:34 +00:00
filetype.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
flexsizr.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
fltfactory.tex More fun with line endings, to avoid mangling PDF contents 2006-10-30 23:42:22 +00:00
fltinstr.tex Document filter streams take owner ship when created with a pointer, 2006-10-29 12:56:48 +00:00
fltoutst.tex Document filter streams take owner ship when created with a pointer, 2006-10-29 12:56:48 +00:00
focusevt.tex documented GetWindow() method 2004-12-19 14:48:29 +00:00
font.tex Add more comments about ref counting and cow to 2006-11-21 09:27:10 +00:00
fontdlg.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
fontenum.tex miscellaneous wxFont enhancements (patch 1496606): 2006-05-29 00:03:36 +00:00
fontlist.tex simplify/cleanup wxTheXXXList and wxGDIObject code (patch 1452023 from Paul Cornett) 2006-04-16 22:33:24 +00:00
fontmap.tex Fix "Error: Curly braces do not match inside file fontmap.tex" 2005-09-19 11:38:37 +00:00
fontpicker.tex [ 1602455 ] [docs] Fix docs for event used by pickers & collapsiblepane 2006-11-26 18:48:36 +00:00
forward.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
frame.tex Fix formatting tag in frame.tex 2005-11-07 18:23:51 +00:00
fs_mem.tex AddFile usage clarifications 2005-03-09 22:52:07 +00:00
fs.tex Update docs to mention new filesystem handlers. 2006-10-31 07:40:30 +00:00
fsfile.tex miscellaneous minor corrections (patch 1652327) 2007-02-11 02:53:05 +00:00
ftp.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
function.tex use wxStrings in wxLocale methods, _() and wxGetTranslation(), so that it can be used with any string literals 2007-03-26 21:05:04 +00:00
gauge.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
gbposition.tex Spacing corrections 2004-02-08 22:01:36 +00:00
gbsizeritem.tex Spacing corrections 2004-02-08 22:01:36 +00:00
gbspan.tex Doc corrections 2004-11-27 10:39:33 +00:00
gdiobj.tex Added 'Include files' section to class references 1999-02-15 20:41:29 +00:00
glcanvas.tex wxGLCanvas is also available under Mac and other platforms (bug 1241485) 2006-10-25 00:37:54 +00:00
glcontext.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
graphicsbrush.tex first version for docs on graphics classes 2006-11-02 14:28:51 +00:00
graphicscontext.tex first version for docs on graphics classes 2006-11-02 14:28:51 +00:00
graphicsfont.tex first version for docs on graphics classes 2006-11-02 14:28:51 +00:00
graphicsmatrix.tex Add wxGraphicsMatrix::Get 2006-12-05 23:42:52 +00:00
graphicsobject.tex Removed duplicate (and wrong) helpref 2006-11-03 17:55:10 +00:00
graphicspath.tex first version for docs on graphics classes 2006-11-02 14:28:51 +00:00
graphicspen.tex Typo correction 2006-11-02 15:45:39 +00:00
graphicsrenderer.tex first version for docs on graphics classes 2006-11-02 14:28:51 +00:00
grid1.bmp
grid1.eps
grid1.gif fixed broken GIFs 2000-01-23 16:25:47 +00:00
grid.tex corrected typo in \texttt in last commit 2007-03-17 23:19:28 +00:00
gridattr.tex document what exactly SetAlignment() expects (bug 1232727) + other minor corrections 2006-10-25 00:31:59 +00:00
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 allow customizing the string values returned by wxGridCellBoolEditor::GetValue() (feature request 1557790) 2006-10-28 13:57:38 +00:00
gridevt.inc Added event table macros to wxGrid that take window identifiers 2004-06-13 23:17:00 +00:00
gridevt.tex more minor doc corrections (patch 1144628) 2005-02-20 17:06:25 +00:00
gridrend.tex more minor doc corrections (patch 1144628) 2005-02-20 17:06:25 +00:00
gridsizr.tex Put include file for sizer classes in docs - documentation buglet from wiki http://wiki.wxwidgets.org/docs.cgi?q=buglets&target=wiki 2004-09-23 23:17:12 +00:00
gridtbl.tex more minor doc corrections (patch 1144628) 2005-02-20 17:06:25 +00:00
gridwork.tex Made the docs compile again. 2000-09-10 19:01:03 +00:00
gupdlock.tex added wxGridUpdateLocker helper class wrapping Begin/EndBatch() calls in a more convenient and safe way 2007-03-15 17:25:15 +00:00
hash.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-29 11:25:34 +00:00
hashmap.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
hashset.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +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
helpevt.tex fixed incorrect reference to wxhelpeventorigin 2006-06-18 21:40:22 +00:00
helpinst.tex Update docs to mention new filesystem handlers. 2006-10-31 07:40:30 +00:00
helpprov.tex fixed incorrect reference to wxhelpeventorigin 2006-06-18 21:40:22 +00:00
hprovcnt.tex made it possible to associate context help to a region of a window 2006-06-11 21:10:32 +00:00
hprovsmp.tex made it possible to associate context help to a region of a window 2006-06-11 21:10:32 +00:00
htcell.tex \newsince{2.7.0} for GetMouseCursor with a note to GetCursor 2006-05-28 09:47:08 +00:00
htcolor.tex Some doc proofreading 2000-03-15 00:21:49 +00:00
htcontnr.tex wxHtmlContainerCell::GetFirstCell was replaced with wxHtmlCell::GetFirstChild. 2005-05-13 18:43:38 +00:00
htdcrend.tex added missing consts and pass objects by const reference instead of by value (patch 1205869) 2005-09-24 21:43:15 +00:00
hteasypr.tex attempt to correct bogus tex2rtf warning about unmatched brackets in htprintmacros.inc 2006-10-10 13:49:17 +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 Update docs to mention new filesystem handlers. 2006-10-31 07:40:30 +00:00
hthlpdat.tex implemented nested index entries and index entries pointing to multiple documents in wxHtmlHelpController; modified wxHtmlHelpData API to make it possible 2004-06-28 21:45:30 +00:00
hthlpfrm.tex fixed syntax errors 2007-02-12 13:59:37 +00:00
htlnkinf.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
htmlcell.tex corrected example; minor fixes to the text; uncommented insertion of the bitmaps 2007-03-13 15:08:30 +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
htmllbox.tex removed 2 more extra '{'s 2006-12-02 18:35:55 +00:00
htmlprn.tex Name change replacements 2004-05-04 08:27:20 +00:00
htmlstrt.tex corrected example; minor fixes to the text; uncommented insertion of the bitmaps 2007-03-13 15:08:30 +00:00
htmltags.tex added SUB/SUP tags to the list of supported ones 2006-10-29 20:23:13 +00:00
htparser.tex added missing consts and pass objects by const reference instead of by value (patch 1205869) 2005-09-24 21:43:15 +00:00
htprint.tex attempt to correct bogus tex2rtf warning about unmatched brackets in htprintmacros.inc 2006-10-10 13:49:17 +00:00
htprintmacros.inc add @DATE@, @TIME@ and @TITLE@ macros to HTML printing (extended/modified patch 1528679) 2006-07-29 20:45:13 +00:00
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 TRUE/FALSE -> true/false in documentation 2003-01-18 00:16:34 +00:00
httagmod.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
http.tex invalid size is (size_t)-1, not 0xffffffff; stream returned by GetInputstream() must be destroyed while wxHTTP object is still alive; some English corrections 2006-08-09 21:23:56 +00:00
htwidget.tex merged 2.2 branch 2000-07-15 19:51:35 +00:00
htwindow.tex remove extra '{' which broke docs compilation 2006-12-02 18:17:33 +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 1. added abstract interface to wxHtmlWindow for use by wxHtmlWinParser and implemented it for wxHtmlListBox 2006-04-13 22:08:28 +00:00
hvscroll.tex Applied wxVScrolledWindow patch 2006-02-15 09:59:39 +00:00
hworld.tex Name change replacements 2004-05-04 08:27:20 +00:00
hyperlink.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
icon.tex COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
iconbndl.tex fixes after some of wxFrame methods were extracted to wxTLW docs 2004-09-13 14:11:01 +00:00
iconevt.tex Licence name correction. 2005-02-22 15:09:56 +00:00
iconloc.tex Licence name correction. 2005-02-22 15:09:56 +00:00
idleevt.tex removed wrong sentence about idle events being sent to TLWs only; explained why you would and wouldn't use RequestMore 2005-08-23 21:37:38 +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 Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-29 11:25:34 +00:00
image.tex COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
imaglist.tex Applied patch to add n bitmaps at once to an image 2006-04-30 11:58:40 +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 Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-29 11:25:34 +00:00
inputstr.tex Make behaviour of Eof() more consistent 2005-11-30 13:14:00 +00:00
ipaddr.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-29 11:25:34 +00:00
ipcclint.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places. 2004-10-04 15:13:52 +00:00
ipcconn.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places. 2004-10-04 15:13:52 +00:00
ipcservr.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places. 2004-10-04 15:13:52 +00:00
ipvaddr.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-29 11:25:34 +00:00
joyevent.tex Doc fixes 2005-01-24 16:37:28 +00:00
joystick.tex multiple fixes to wxJoystick under Unix and new index-based API for accessing joystick buttons and axes (patch 1678497) 2007-03-16 00:51:43 +00:00
keycode.tex minor corrections and note about Unicode (patch 1555691) 2006-09-10 23:49:19 +00:00
keyevent.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
keymod.tex added wxKeyEvent::GetModifiers() 2005-11-10 11:59:47 +00:00
langcodes.tex move wxLANGUAGE_XXX constants to constans section of the manual 2004-08-15 15:29:34 +00:00
layalgor.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-29 11:25:34 +00:00
layout.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-29 11:25:34 +00:00
libs.bmp Resaved corrupt libs.bmp again 2005-09-17 22:28:52 +00:00
libs.dia added wxMedia 2005-04-13 13:34:13 +00:00
libs.gif pretified libs.bmp/gif: use antialiasing 2005-06-01 13:46:50 +00:00
libs.tex wxRichTextCtrl updates and corrections 2006-07-03 21:00:39 +00:00
list.tex Fixes for bugs #1218219 and #1218254. 2005-11-17 14:36:32 +00:00
listattr.tex Doc corrections 2006-02-11 12:05:53 +00:00
listbook.tex Licence name correction. 2005-02-22 15:09:56 +00:00
listbox.tex Minor doc corrections. 2006-10-27 09:02:13 +00:00
listctrl.tex more unescaped underscores 2007-01-05 14:49:41 +00:00
listevt.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
listitem.tex Documented wxListItemAttr. 2005-06-26 13:51:29 +00:00
listview.tex [ 1541434 ] wxListView::IsSelected should be const 2006-09-26 09:20:50 +00:00
locale.tex use wxStrings in wxLocale methods, _() and wxGetTranslation(), so that it can be used with any string literals 2007-03-26 21:05:04 +00:00
log.tex miscellaneous minor corrections (patch 1652327) 2007-02-11 02:53:05 +00:00
longlong.tex The following methods appear to be new since 2.7.0 (from 64-bit stream patch): 2006-05-28 10:53:00 +00:00
ltx.tex Latex corrections from Marc Albrecht 2004-06-18 17:57:47 +00:00
Makefile added files for LaTeX compilation (second part of the patch 551210) 2002-05-05 14:25:45 +00:00
manual2e.tex Update copyright years. Is manual2e.tex even used anymore? Much information in it is out of date. 2006-03-18 13:32:23 +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 Set version number 2007-02-06 21:13:44 +00:00
mask.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-28 11:54:59 +00:00
maxzevt.tex Added wxNB_FLAT for WinCE property sheet tabs 2005-03-13 17:46:23 +00:00
mbcnvfil.tex Various underscore doc fixes and some wxXCharBuffer documentation. 2005-04-08 19:11:58 +00:00
mbcnvut7.tex updated wxMBConv docs slightly; added brief docs for UTF16/32 conversions 2003-09-22 20:34:03 +00:00
mbcnvut8.tex applied typos and spelling error fixes patch from Olly Betts 2002-06-07 20:15:28 +00:00
mbcnvutf.tex updated wxMBConv docs slightly; added brief docs for UTF16/32 conversions 2003-09-22 20:34:03 +00:00
mbconv.tex use wxNO_LEN and wxCONV_FAILED symbolic constants instead of -1 2007-01-11 16:41:43 +00:00
mcaptevt.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
mdi.tex minor docs corrections and improvements from Andreas Mohr (patch 1430551) 2006-02-13 15:18:35 +00:00
mediactrl.tex Doc corrections 2007-02-19 18:30:26 +00:00
mediaevt.tex Doc corrections 2007-02-19 18:30:26 +00:00
membuf.tex Licence name correction. 2005-02-22 15:09:56 +00:00
memorydc.tex More fun with line endings, to avoid mangling PDF contents 2006-10-30 23:42:22 +00:00
menu.tex add hyperlink to wxList to GetMenuItems() docs (bug 921322) 2006-10-25 00:00:22 +00:00
menuevt.tex warn that GetMenu() may return NULL 2005-12-24 01:31:55 +00:00
menuitem.tex fixes to menu stock items support (patch 1547639) 2006-09-05 21:00:55 +00:00
metafile.tex COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
mimetype.tex spelling fixes and other minor corrections to the docs (patch 1273930 by Andreas Mohr) 2005-08-28 16:25:43 +00:00
minifram.tex wxMiniFrame's default style is without closebox on 2006-11-01 12:26:12 +00:00
minimald.tex wxArrayString documentation added 1999-02-28 13:58:05 +00:00
mirrordc.tex Licence name correction. 2005-02-22 15:09:56 +00:00
mltchdlg.tex removed mention of client data, there is none in this class (bug 1144820) 2005-02-21 01:44:46 +00:00
module.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
mouseevt.tex document that the parent window gets EVT_LEAVE_WINDOW when the mouse enters one of its children 2007-01-24 22:32:44 +00:00
moveevt.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-27 16:01:38 +00:00
msgdlg.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-28 11:54:59 +00:00
mutex.tex added wxMutex::LockTimeout() (modified patch 1671637) 2007-03-08 00:22:11 +00:00
mutexlck.tex Spelling fixes from Andreas Mohr (patch #1360064) 2005-11-19 01:07:56 +00:00
nbsizer.tex Typo correction 2005-02-15 13:34:11 +00:00
node.tex Minor manual fixes. 2004-10-20 11:12:56 +00:00
notebook.tex Added some missing newlines to ends of files (necessary for linear RTF) 2006-10-10 16:48:47 +00:00
noteevt.inc Doc corrections 2004-02-22 01:16:32 +00:00
noteevt.tex Remove depreciated wxTabCtrl and wxTabEvent API from docs... 2005-02-07 04:40:35 +00:00
notifevt.tex Name change replacements 2004-05-04 08:27:20 +00:00
object.tex [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr 2007-02-17 09:16:35 +00:00
odcbox.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
outptstr.tex [ 1070686 ] wxOutputStream::Close() 2004-11-23 14:26:10 +00:00
pagedlg.tex Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies 2006-10-27 13:07:40 +00:00
paintdc.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-28 11:54:59 +00:00
paintevt.tex warning about standard controls 2005-09-22 09:59:57 +00:00
palette.tex COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
panel.tex updated docs after moving SetDefaultItem() from wxPanel to wxTLW 2006-08-07 21:13:43 +00:00
pantabv.tex TRUE/FALSE -> true/false in documentation 2003-01-18 00:16:34 +00:00
passdlg.tex Fixes to recently added documentation of wxPasswordEntryDialog. 2004-11-10 18:51:22 +00:00
pathlist.tex correct EnsureFileAccessible() docs broken by previous change (part of patch 1586730) 2006-10-29 18:05:55 +00:00
pen.tex Add more comments about ref counting and cow to 2006-11-21 09:27:10 +00:00
pickerbase.tex improvements to wxPickerBase default proportion values (patch 1525578) 2006-07-25 00:44:41 +00:00
platinfo.tex added missing blank line 2006-11-19 12:42:57 +00:00
point.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
porting.tex Name change replacements 2004-05-04 08:27:20 +00:00
portnote.tex Misc doc fixes 2005-02-11 20:08:51 +00:00
postscpt.tex more minor doc corrections (patch 1144628) 2005-02-20 17:06:25 +00:00
powerevt.tex added wxPowerEvent; moved power functions stubs to common/powercmn.cpp 2006-05-27 14:09:40 +00:00
prevwin.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-28 11:54:59 +00:00
print.tex Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies 2006-10-27 13:07:40 +00:00
process.tex Applied patch [ 1586964 ] Getting the PID of the process executed by wxProcess::Open() 2006-10-30 09:03:18 +00:00
procevt.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-27 16:01:38 +00:00
progdlg.tex rename UpdatePulse() to Pulse() (forgot to commit with the rest of the changes) 2006-10-26 19:11:45 +00:00
propdlg.tex Added wxPROPSHEET_TREEBOOK option 2006-06-27 08:01:54 +00:00
protocol.tex added a couple of base classes 2006-09-05 20:41:19 +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 TRUE/FALSE -> true/false in documentation 2003-01-18 00:16:34 +00:00
qylayevt.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-27 16:01:38 +00:00
radiobox.tex documented recently added Set/GetItemHelpText() and GetItemFromPoint() 2006-06-12 23:57:22 +00:00
radiobut.tex Doc fixes 2005-02-20 15:57:24 +00:00
re_syntax.tex *** empty log message *** 2004-10-22 19:15:35 +00:00
realpoin.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
recguard.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
recrdset.tex TRUE/FALSE -> true/false in documentation 2003-01-18 00:16:34 +00:00
rect.tex add Inflate(wxSize) overload 2006-09-20 17:20:10 +00:00
referenc.tex Name change replacements 2004-05-04 08:27:20 +00:00
refs.bib
regex.tex Use re_search directly instead of regexec when using the GNU regex lib 2005-11-20 17:25:33 +00:00
region.tex Add more comments about ref counting and cow to 2006-11-21 09:27:10 +00:00
regkey.tex Typo correction 2007-03-26 09:42:43 +00:00
renderer.tex Reverted renderer changes and just use window variant within renderer functions 2007-02-09 14:05:11 +00:00
rendver.tex Licence name correction. 2005-02-22 15:09:56 +00:00
richtextattr.tex Added outline level 2006-11-10 15:48:46 +00:00
richtextbuffer.tex Added flag for removing attributes 2007-02-07 12:24:17 +00:00
richtextcharacterstyledefinition.tex Added some missing newlines to ends of files (necessary for linear RTF) 2006-10-10 16:48:47 +00:00
richtextctrl.bmp First cut at wxRichTextCtrl documentation 2006-07-01 20:30:58 +00:00
richtextctrl.gif Corrected GIF 2006-07-01 20:32:34 +00:00
richtextctrl.tex Added flag for removing attributes 2007-02-07 12:24:17 +00:00
richtextevent.tex Further wxRTC doc updates 2006-11-26 20:41:48 +00:00
richtextfilehandler.tex Some documentation enhancements for wxRichTextCtrl 2006-11-09 20:22:33 +00:00
richtextformattingdialog.tex Added some missing newlines to ends of files (necessary for linear RTF) 2006-10-10 16:48:47 +00:00
richtextheaderfooterdata.tex Documented wxRichTextBuffer printing 2006-10-28 10:49:30 +00:00
richtexthtmlhandler.tex PCH build fix. 2006-07-25 06:50:19 +00:00
richtextliststyledefinition.tex Documented wxRichTextBuffer printing 2006-10-28 10:49:30 +00:00
richtextoverview.tex Further wxRTC doc updates 2006-11-26 20:41:48 +00:00
richtextparagraphstyledefinition.tex Added some missing newlines to ends of files (necessary for linear RTF) 2006-10-10 16:48:47 +00:00
richtextprinting.tex Further wxRTC doc updates 2006-11-26 20:41:48 +00:00
richtextprintout.tex Documented wxRichTextBuffer printing 2006-10-28 10:49:30 +00:00
richtextrange.tex Added some missing newlines to ends of files (necessary for linear RTF) 2006-10-10 16:48:47 +00:00
richtextstyledefinition.tex Some documentation enhancements for wxRichTextCtrl 2006-11-09 20:22:33 +00:00
richtextstylelistbox.tex Some documentation enhancements for wxRichTextCtrl 2006-11-09 20:22:33 +00:00
richtextstyleorganiserdialog.tex escape underscores to fix the docs build 2006-12-02 18:33:35 +00:00
richtextstylesheet.tex Some documentation enhancements for wxRichTextCtrl 2006-11-09 20:22:33 +00:00
richtextxmlhandler.tex Some documentation enhancements for wxRichTextCtrl 2006-11-09 20:22:33 +00:00
sashevt.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-24 10:57:56 +00:00
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 m_border and accessors not used 2006-02-06 17:37:26 +00:00
sbsizer.tex delete the associated wxStaticBox in wxStaticBoxSizer dtor (patch 1473769) 2006-05-28 17:24:12 +00:00
sckaddr.tex wxSockAddr docs 2005-02-10 11:05:53 +00:00
scpdarry.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-24 10:57:56 +00:00
scpdptr.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-24 10:57:56 +00:00
screendc.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-24 10:57:56 +00:00
scrlwevt.tex fixed typo in EVT_SCROLLWIN_BOTTOM documentation (patch 1463429) 2006-04-16 01:16:16 +00:00
scrolbar.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
scrolevt.inc Fix BOTTOM events to use BOTTOM in their description instead of TOP 2005-07-02 21:18:29 +00:00
scrolevt.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-23 15:41:43 +00:00
scrolwin.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
semaphor.tex Spelling fixes from Andreas Mohr (patch #1360064) 2005-11-19 01:07:56 +00:00
setcursorevt.tex added wxSetCursorEvent documentation (patch 1048181) 2004-10-16 19:59:04 +00:00
settings.tex Various underscore doc fixes and some wxXCharBuffer documentation. 2005-04-08 19:11:58 +00:00
setup.tex minor docs corrections (patch 1144566) 2005-02-20 00:07:35 +00:00
sistream.tex Licence name correction. 2005-02-22 15:09:56 +00:00
size.tex operators == and != are const (part of patch 1622125) 2007-01-07 14:55:15 +00:00
sizeevt.tex Licence name correction. 2005-02-22 15:09:56 +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.eps fixed line endings 2006-06-14 04:05:05 +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.eps fixed line endings 2006-06-14 04:05:05 +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.eps fixed line endings 2006-06-14 04:05:05 +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.eps fixed line endings 2006-06-14 04:05:05 +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.eps fixed line endings 2006-06-14 04:05:05 +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.eps fixed line endings 2006-06-14 04:05:05 +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.eps fixed line endings 2006-06-14 04:05:05 +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.eps fixed line endings 2006-06-14 04:05:05 +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.eps fixed line endings 2006-06-14 04:05:05 +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.eps fixed line endings 2006-06-14 04:05:05 +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.eps fixed line endings 2006-06-14 04:05:05 +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.eps fixed line endings 2006-06-14 04:05:05 +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 added const overload of GetChildren() 2007-02-08 14:27:25 +00:00
sizeritem.tex wxSizerItem can be used by user code 2006-04-18 22:54:48 +00:00
slider.tex documented wxSL_BOTTOM, clarified the others 2005-04-10 18:09:24 +00:00
sngchdlg.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-23 15:41:43 +00:00
snglinst.tex Licence name correction. 2005-02-22 15:09:56 +00:00
socket.tex add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
socksrv.tex add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
sostream.tex Licence name correction. 2005-02-22 15:09:56 +00:00
sound.tex async playback and object lifetime remarks 2005-07-29 14:06:27 +00:00
spinbutt.tex explain why wxSpinCtrl may be available on platforms where wxSpinButton isn't 2006-10-25 00:42:57 +00:00
spinctrl.tex Made MSW wxSpinCtrl emit UPDATE event when validating 2006-09-20 14:15:14 +00:00
spinevt.inc miscellaneous minor corrections (patch 1652327) 2007-02-11 02:53:05 +00:00
spinevt.tex Licence name correction. 2005-02-22 15:09:56 +00:00
splash.tex Changed the default style flags on wxSplashScreen 2002-05-27 19:23:10 +00:00
splitevt.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
splitpar.tex Licence name correction. 2005-02-22 15:09:56 +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 spelling fixes and other minor corrections to the docs (patch 1273930 by Andreas Mohr) 2005-08-28 16:25:43 +00:00
srchctrl.tex Change event names to clarify that they are only fired by button clicks, and note ways of retrieving search queries in the docs. 2006-12-11 20:32:16 +00:00
stackframe.tex Licence name correction. 2005-02-22 15:09:56 +00:00
stackwalker.tex Applied wxStackWalker improvement part of 2006-11-12 14:33:03 +00:00
statbmp.tex Added default value for "pos" parameter in constructor and Create function. 2006-07-29 14:26:36 +00:00
statbox.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-22 10:59:57 +00:00
statline.tex gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses anything else for it anyhow 2005-03-11 02:13:30 +00:00
stattext.tex Minor doc corrections 2005-09-17 12:53:07 +00:00
statusbr.tex Always use wxFULL_REPAINT_ON_RESIZE for generic status bar. 2006-09-06 17:36:22 +00:00
stdbtnsz.tex wxStdButtonSizer Finalise --> Realize 2005-02-18 17:49:03 +00:00
stdevtid.tex Commited FRM's stockitem patch (empty stock items). 2006-09-03 12:23:04 +00:00
stdpaths.tex Unswap example returns values for GetPluginsDir and GetResourcesDir. They got swapped by the introduction of 2006-12-19 12:41:41 +00:00
stockitems.tex fixes to menu stock items support (patch 1547639) 2006-09-05 21:00:55 +00:00
stopwtch.tex Header correction. 2005-07-26 07:54:36 +00:00
strcldat.tex Documented wxClienData and friends. 2002-05-31 07:41:46 +00:00
stream.tex document GetBufferSize() (patch 1687070) 2007-03-25 00:54:40 +00:00
strmbase.tex Made wxStreamBase::IsOk() virtual; 2006-10-19 12:30:59 +00:00
strmbfrd.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places. 2004-10-04 15:13:52 +00:00
strmmem.tex added wxMemoryInputStream(wxInputStream&, size_t) ctor (modified patch 1680108) 2007-03-17 15:28:28 +00:00
strmsock.tex Licence name correction. 2005-02-22 15:09:56 +00:00
strmzlib.tex Document filter streams take owner ship when created with a pointer, 2006-10-29 12:56:48 +00:00
strtotxt.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
symbolpickerdialog.tex escape underscores to fix the docs build 2006-12-02 18:33:35 +00:00
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 fix LaTeX syntax (non-escaped underscore) 2006-12-11 13:11:29 +00:00
tab.tex TRUE/FALSE -> true/false in documentation 2003-01-18 00:16:34 +00:00
table.tex wxTable renamed to wxDbTable 2000-08-14 11:42:35 +00:00
tabview.tex TRUE/FALSE -> true/false in documentation 2003-01-18 00:16:34 +00:00
tapp.tex Some additions to the wxRichTextCtrl overview. 2006-10-12 04:27:35 +00:00
tarstrm.tex Small fix. 2006-11-12 21:57:18 +00:00
taskbar.tex added EVT_TASKBAR_CLICK and use it to show taskbar icon menu on right button release, not press, under MSW (bug 1623761) 2007-01-07 19:44:14 +00:00
taui.tex added a couple of missing membersections and fixed a couple of typos (patch 1618846) 2006-12-24 12:19:27 +00:00
tbitmap.tex Minor doc corrections 2004-09-23 19:36:28 +00:00
tbook.tex Use common book flags (and other minor corrections). 2006-06-07 14:54:51 +00:00
tbuffer.tex Various underscore doc fixes and some wxXCharBuffer documentation. 2005-04-08 19:11:58 +00:00
tchanges.tex Spacing fixes 2005-02-11 12:01:38 +00:00
tclipbrd.tex Name change replacements 2004-05-04 08:27:20 +00:00
tcommdlg.tex Applied patch 1173802: Reimplementation of GtkFileChooser wxFileDialog 2005-03-31 21:20:58 +00:00
tconfig.tex Remove traces of wxIniConfig from docs 2005-02-08 00:04:14 +00:00
tconstr.tex Missed labels to replace number of 'topicNNN' in anchors. 2004-09-20 11:21:04 +00:00
tcontain.tex Spelling fixes [#1017001] 2004-09-04 02:44:43 +00:00
tcpclint.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places. 2004-10-04 15:13:52 +00:00
tcpconn.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places. 2004-10-04 15:13:52 +00:00
tcpservr.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places. 2004-10-04 15:13:52 +00:00
tdate.tex Minor doc corrections 2005-09-17 12:53:07 +00:00
tdb.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
tdc.tex documented wxBuffered[Paint]DC 2004-02-07 16:39:26 +00:00
tdebug.tex Name change replacements 2004-05-04 08:27:20 +00:00
tdelwin.tex corrected wording of application shutdown logic description 2006-05-05 23:58:22 +00:00
tdialog.tex Name change replacements 2004-05-04 08:27:20 +00:00
tdnd.tex Name change replacements 2004-05-04 08:27:20 +00:00
tdocview.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
tempfile.tex Add wxTempFileOutputStream 2005-03-13 16:20:51 +00:00
tempfilestrm.tex Small doc mods 2005-04-02 16:07:29 +00:00
tenvvars.tex Spelling fixes [#1017001] 2004-09-04 02:44:43 +00:00
tevent.tex miscellaneous minor corrections (patch 1652327) 2007-02-11 02:53:05 +00:00
tex2rtf_css.ini Revert last change, it was unintended 2006-06-14 04:08:33 +00:00
tex2rtf.ini added NUL command 2006-04-01 12:43:52 +00:00
texcept.tex Licence name correction. 2005-02-22 15:09:56 +00:00
texhelp2e.sty files for LaTeX 2e compilation 2004-02-07 16:37:49 +00:00
texhelp.sty added \true and \false defs 2003-07-28 07:52:51 +00:00
texpr.tex Name change replacements 2004-05-04 08:27:20 +00:00
text.tex added support for wxTE_NO_VSCROLL (patch 1588605) and documented its behaviour 2007-03-11 02:45:48 +00:00
textattr.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
textattrex.tex Added outline level 2006-11-10 15:48:46 +00:00
textdlg.tex Fixes to recently added documentation of wxPasswordEntryDialog. 2004-11-10 18:51:22 +00:00
textfile.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
tfile.tex Name change replacements 2004-05-04 08:27:20 +00:00
tfont.tex Missed labels to replace number of 'topicNNN' in anchors. 2004-09-21 13:24:41 +00:00
tfontenc.tex Licence name correction. 2005-02-22 15:09:56 +00:00
tglbtn.tex wxToggleButton for wxUniv already introduced. 2006-05-24 09:42:25 +00:00
tgrid.tex Missed labels to replace number of 'topicNNN' in anchors. 2004-09-20 11:21:04 +00:00
tguide.tex Remove almost all traces of wxStringList - (still exists in wxTextValidator) 2005-02-07 22:42:42 +00:00
thread.tex clarify Wait() semantics (see patch 1652076) 2007-02-12 19:17:18 +00:00
threadh.tex *** empty log message *** 2004-10-22 19:15:35 +00:00
ti18n.tex explain that the message catalogs should be installed in the default directory for them 2006-03-27 00:23:44 +00:00
timaglst.tex Removed some TODOs in the Latex docs; changed wxMotif wxClipboard to match 1999-02-09 21:22:58 +00:00
timer.tex added a couple of base classes 2006-09-05 20:41:19 +00:00
timespan.tex added wxTimeSpan::Millisecond[s]() for consistency 2006-04-02 00:58:44 +00:00
tipc.tex Removed over-specific references to wxDDE.. 2004-10-09 10:30:32 +00:00
tipprov.tex Some doc fixes 2002-08-31 16:27:35 +00:00
tipwin.tex document maxLenght and rectBounds ctor parameters; minor cleanup (use \arg, \NULL) 2006-08-28 10:05:23 +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 spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
tlw.tex simplify wxGTK DoSetSizeHints logic, respect size increments 2007-02-06 04:59:29 +00:00
tmbconv.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
tnoneng.tex Spelling fixes [#1017001] 2004-09-04 02:44:43 +00:00
tokenizr.tex wxStringTokenizer::GetLastDelimiter is new since 2.7.0 2006-05-28 10:19:23 +00:00
toolbar.tex escape _ in LaTeX sources 2007-03-26 20:50:34 +00:00
toolbook.tex COrrected style doc 2007-01-31 14:27:31 +00:00
tooltip.tex more minor doc corrections (patch 1144628) 2005-02-20 17:06:25 +00:00
topics2.tex Move list of raw overviews under the categorized 2006-12-03 20:26:53 +00:00
topics.tex removed many redundant 'overview's; tried to make more clear what each overview covers 2006-12-02 22:47:45 +00:00
tprint.tex More fun with line endings, to avoid mangling PDF contents 2006-10-30 23:42:22 +00:00
treebook.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
treebookevent.tex Added wxTreebook: 2005-10-09 18:40:36 +00:00
treebookevt.inc Added wxTreebook: 2005-10-09 18:40:36 +00:00
treectrl.tex deprecate wxTR_EXTENDED and remove it from the docs 2007-03-19 20:35:49 +00:00
treedata.tex Documentation fixes, patch 1179223 by Andreas Mohr 2005-04-08 14:34:30 +00:00
treeevt.tex remove space which broke tex2rtf 2007-01-08 14:47:02 +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
trefcount.tex wxVariant and wxVariantData are ref counted too (patch 1624344) 2006-12-29 20:22:23 +00:00
truntime.tex Whole bunch of minor doc updates from an external patch. 2004-12-11 21:33:17 +00:00
tsamples.tex added wxWindow::NavigateIn(); provide wxGTK implementation of DoNavigateIn() working with native tab traversal 2007-03-26 22:10:04 +00:00
tscroll.tex Name change replacements 2004-05-04 08:27:20 +00:00
tsizer.tex miscellaneous minor corrections (patch 1652327) 2007-02-11 02:53:05 +00:00
tsplittr.tex Bug [ 1355450 ] wxSplitterWindow overview shows horizontal says vertical 2006-01-21 15:04:02 +00:00
tstream.tex Doc corrections 2005-01-16 13:33:19 +00:00
tstring.tex [ 1578529 ] better docs for reference-counted objects 2006-10-18 17:23:42 +00:00
tstyles.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
ttab.tex TRUE/FALSE -> true/false in documentation 2003-01-18 00:16:34 +00:00
tthreads.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
ttips.tex *** empty log message *** 2004-10-22 19:15:35 +00:00
ttoolbar.tex Licence name correction. 2005-02-22 15:09:56 +00:00
ttreectl.tex minor docs corrections and improvements from Andreas Mohr (patch 1430551) 2006-02-13 15:18:35 +00:00
tunicode.tex Correct Unicode support topic. 2006-12-06 21:47:03 +00:00
tusage.tex Name change replacements 2004-05-04 08:27:20 +00:00
tvalidat.tex Name change replacements 2004-05-04 08:27:20 +00:00
twinsizes.tex Some typo fixes 2006-11-20 08:22:02 +00:00
txrc.tex Update docs to mention new filesystem handlers. 2006-10-31 07:40:30 +00:00
txtdatob.tex Name change replacements 2004-05-04 08:27:20 +00:00
txtdrptg.tex Minor doc corrections 2004-09-23 19:36:28 +00:00
txtstrm.tex more minor doc corrections (patch 1144628) 2005-02-20 17:06:25 +00:00
up.gif merged 2.2 branch 2000-07-15 19:51:35 +00:00
upduievt.tex corrected name of wxWS_EX_PROCESS_UI_UPDATES style (part of patch 1686335) 2007-03-25 00:53:13 +00:00
uri.tex Applied [ 1555974 ] small wxURL improvements 2006-09-17 10:59:18 +00:00
url.tex miscellaneous minor corrections (patch 1652327) 2007-02-11 02:53:05 +00:00
urldataob.tex documented wxURLDataObject 2006-08-23 13:47:22 +00:00
valgen.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-29 11:25:34 +00:00
validatr.tex Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. 2004-09-22 10:59:57 +00:00
valtext.tex change wxTextValidator to use wxArrayString instead of wxStringList 2005-02-07 23:46:42 +00:00
variant.tex wxVariant and wxVariantData are ref counted too (patch 1624344) 2006-12-29 20:22:23 +00:00
view.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
vlbox.tex add a note about changing selection background colour 2007-03-07 20:59:24 +00:00
vscroll.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
window.tex added wxWindow::NavigateIn(); provide wxGTK implementation of DoNavigateIn() working with native tab traversal 2007-03-26 22:10:04 +00:00
windowdc.tex Missed labels to replace number of 'topicNNN' in anchors. 2004-09-21 13:24:41 +00:00
wizard.tex Applied doc patch [ 1426505 ] Failure to call wxWizard.Destroy() causes hang on exit 2006-02-09 15:35:48 +00:00
wizevt.tex Licence name correction. 2005-02-22 15:09:56 +00:00
wizpage.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
wnddisbl.tex Licence name correction. 2005-02-22 15:09:56 +00:00
wupdlock.tex added a tiny class to call Freeze/Thaw in ctor/dtor 2006-03-07 01:50:21 +00:00
wx.css don't indent text body 2003-01-30 23:10:23 +00:00
wxgtk.tex Sync wxGTK docs from WX_2_6_BRANCH to HEAD 2006-04-03 05:53:39 +00:00
wxhtml.tex corrected example; minor fixes to the text; uncommented insertion of the bitmaps 2007-03-13 15:08:30 +00:00
wxmac.tex Name change replacements 2004-05-04 08:27:20 +00:00
wxManualTemplate.dot Added Word template for formatting wxWindows manual 2000-11-12 00:05:28 +00:00
wxmgl.tex Name change replacements 2004-05-04 08:27:20 +00:00
wxmsw.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
wxos2.tex Name change replacements 2004-05-04 08:27:20 +00:00
wxpalm.tex wxPalmOS mentioned. 2004-12-20 20:17:15 +00:00
wxPython.tex Add some helpref's in the wxPython topic overview. Some of the ones without a helpref in the list are a good 2006-05-11 16:46:38 +00:00
wxstring.tex deprecated wxString::GetWriteBuf() and friends in favour of wxStringBuffer 2007-03-07 19:41:05 +00:00
wxtab1.bmp
wxtab1.eps
wxtab1.gif fixed broken GIFs 2000-01-23 16:25:47 +00:00
wxx11.tex Name change replacements 2004-05-04 08:27:20 +00:00
xmldocument.tex [ 1601396 ] Fix copy of empty wxXmlDocuments 2006-11-26 18:41:43 +00:00
xmlnode.tex [ 1573138 ] small docs corrections 2006-10-08 15:49:36 +00:00
xmlproperty.tex Commit XML doc patch. 2006-04-30 11:37:12 +00:00
xmlres.tex Added newlines to end of files to avoid RTF-for-PDF index getting messed up 2006-10-10 17:46:49 +00:00
xmlresh.tex added default value argument to wxXmlResourceHandler::GetColour() 2006-07-15 15:32:57 +00:00
zipstrm.tex Fix a couple of small errors. 2006-11-12 21:45:06 +00:00