wxWidgets/docs/latex/wx
Vadim Zeitlin cb147822d0 document wxCB_SORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-07-20 14:10:47 +00:00
..
aboutdlginfo.tex document wxAboutBox &c 2006-10-08 15:12:54 +00:00
accel.tex support accelerators for buttons too (slightly modified patch 1549012) 2007-04-07 17:05:00 +00:00
accessible.tex
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
alignv.gif
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 show the unhandled exceptions in debug build instead of silently eating them 2007-06-16 14:20:16 +00:00
apptraits.tex document CreateConfig() (extended patch 1739374) 2007-06-22 02:01:40 +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 don't use obsolete functions (mostly copystring() and Count()), remove their documentation (patch 1697956) 2007-04-11 00:23:19 +00:00
arrstrng.tex ANSI+Unicode compatibility fixes to wxArrayString 2007-06-28 18:56:00 +00:00
artprov.tex added missing membersection for CreateIconBundle 2007-04-09 00:19:13 +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 Added font setting and ability to determine AUI notebook height for a given page height 2007-06-21 15:07:51 +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
back.gif
backwardcompat.tex
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
bmphand.tex Move some things to wxBitmapBase to avoid much duplication. 2006-10-08 08:04:49 +00:00
body.tex another patch bring the docs more up to date (patch 1717776) 2007-05-12 18:24:12 +00:00
border.bmp
border.gif
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
busycurs.tex
busyinfo.tex
button.tex updated docs after moving SetDefaultItem() from wxPanel to wxTLW 2006-08-07 21:13:43 +00:00
calclevt.tex
calctrl.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
caret.tex
category.tex renamed wxXmlProperty to wxXmlAttribute, plus implied method names changes (bug #1751761) 2007-07-14 10:07:41 +00:00
checkbox.tex
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 document wxCB_SORT 2007-07-20 14:10:47 +00:00
choicebevt.inc Added mini docs for wxChoicebook 2007-04-25 08:40:42 +00:00
choicebk.tex Added mini docs for wxChoicebook 2007-04-25 08:40:42 +00:00
clasinfo.tex Addd IsDynamic, added const to CreateObject 2006-04-12 14:29:50 +00:00
classes.tex renamed wxXmlProperty to wxXmlAttribute, plus implied method names changes (bug #1751761) 2007-07-14 10:07:41 +00:00
clientdat.tex
clientdc.tex added a couple of base classes 2006-09-05 20:41:19 +00:00
clipbrd.tex 1. Moved m_usePrimary to wxClipboardBase as it's now also used by wxMSW/wxMac 2007-03-31 02:57:55 +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
clrpicker.tex [ 1602455 ] [docs] Fix docs for event used by pickers & collapsiblepane 2006-11-26 18:48:36 +00:00
cmdevent.tex Fix SetExtraLong parameter type in docs from int to long. Noticed by nept2 on IRC 2007-06-20 04:22:56 +00:00
cmdlpars.tex LaTeX syntax and links corrections 2007-05-18 16:17:22 +00:00
cmdproc.tex minor docs corrections and improvements from Andreas Mohr (patch 1430551) 2006-02-13 15:18:35 +00:00
cntxtevt.tex
collpane.tex Typo correction 2007-02-05 11:46:52 +00:00
colordlg.tex
colour.tex added support for alpha channel to wxColour to/from string conversion functions (slightly modified patch 1750112) 2007-07-12 08:36:24 +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
conditn.tex mention that Wait() relocks the mutex before returning (patch 1482390) 2006-05-06 17:29:16 +00:00
config.tex added support for binary data to wxConfig (slightly modified patch 1736788) 2007-07-12 00:11:03 +00:00
constant.tex added documentation of wxUSE_XXX symbols (modified patch 1755127) 2007-07-18 18:09:28 +00:00
cont.bmp
cont.gif
contbox.bmp
contbox.gif
contents.gif
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 documentation of wxUSE_XXX symbols (modified patch 1755127) 2007-07-18 18:09:28 +00:00
createevt.tex
critsect.tex
crtslock.tex
csconv.tex added wxCSConv::IsOk() (patch 1637944) 2007-01-18 20:39:10 +00:00
cshelp.tex
ctrlsub.tex don't use obsolete functions (mostly copystring() and Count()), remove their documentation (patch 1697956) 2007-04-11 00:23:19 +00:00
cursor.tex added support for colour cursors in wxGTK (patch 1655576) 2007-02-11 03:02:34 +00:00
custdobj.tex
database.tex
dataform.tex
dataobj.tex
dataviewcolumn.tex Add docs to wxDataViewCtrl 2006-10-07 17:34:00 +00:00
dataviewctrl.tex corrected some links 2007-06-28 01:57:02 +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 Removed wxDataViewViewColumn since it is redundant. 2007-05-28 13:47:49 +00:00
dataviewrenderer.tex fix compilation 2007-05-11 22:40:56 +00:00
datectrl.tex SetFormat() exists in generic version only (bug 1605753) 2006-12-02 12:50:24 +00:00
dateevt.tex
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 use const wxMBConv& instead of wxMBConv& in public methods so that it's possible to pass in temporary objects; 2007-05-11 20:55:24 +00:00
datostrm.tex Fixed typo. 2007-05-12 14:11:55 +00:00
db.tex replaced some chars with wxChars (patch from Tim Kosse) 2006-11-26 20:20:52 +00:00
dc.tex Made device to logical and vv conversion methods 2007-05-01 21:28:29 +00:00
dcclipper.tex First cut at wxRichTextCtrl documentation 2006-07-01 20:30:58 +00:00
dcsvg.tex
ddeclint.tex
ddeconn.tex
ddeservr.tex
debugcxt.tex
debugrpt.tex
debugrptpvw.tex
debugrptpvwstd.tex
debugrptup.tex
debugrptz.tex
delgrend.tex
descent.bmp
descent.gif
destroyevt.tex
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
dialog.tex Don't use const bool. 2007-06-23 17:04:37 +00:00
dialup.tex
dir.tex Applied patch [ 1531615 ] size support for wxFileName 2006-08-18 15:30:28 +00:00
dirctrl.tex deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just always show the filters if they're present (modified patch 1719448) 2007-05-24 00:14:59 +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
dobjcomp.tex Give wxDataObjectComposite a way to report what kind of data was given 2006-04-15 05:35:08 +00:00
dobjsmpl.tex
docchfrm.tex
docmanag.tex replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName(wxString&) with GetUserReadableName() and MakeNewDocumentName() which return wxStrings directly 2007-06-16 12:49:56 +00:00
docmdich.tex
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
document.tex replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName(wxString&) with GetUserReadableName() and MakeNewDocumentName() which return wxStrings directly 2007-06-16 12:49:56 +00:00
dragimag.tex
dropevt.tex
dropsrc.tex
droptrgt.tex
dynlib.tex don't use obsolete functions (mostly copystring() and Count()), remove their documentation (patch 1697956) 2007-04-11 00:23:19 +00:00
editlistbox.tex [ 1713933 ] docs for wxEditableListBox 2007-05-07 07:51:28 +00:00
encconv.tex
eraseevt.tex
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 changed AddPendingEvent() to take const wxEvent reference, it doesn't need to modify it 2007-06-21 21:56:50 +00:00
expr.tex
fdrepdlg.tex
ffile.tex use const wxMBConv& instead of wxMBConv& in public methods so that it's possible to pass in temporary objects; 2007-05-11 20:55:24 +00:00
ffilestr.tex changed wxFFileOutput/InputStream ctor 'mode' argument to wxString 2007-06-19 11:57:48 +00:00
fildatob.tex
fildrptg.tex
file.tex use const wxMBConv& instead of wxMBConv& in public methods so that it's possible to pass in temporary objects; 2007-05-11 20:55:24 +00:00
fileconf.tex use const wxMBConv& instead of wxMBConv& in public methods so that it's possible to pass in temporary objects; 2007-05-11 20:55:24 +00:00
filedlg.tex replaced deprecated wxMULTIPLE with wxFD_MULTIPLE 2007-04-09 15:50:25 +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
filesys.tex use wxString in wxFileSystem::FindFileInPath() 2007-06-19 17:39:27 +00:00
filesysh.tex
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 don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future 2007-06-10 17:42:41 +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
font.tex Add more comments about ref counting and cow to 2006-11-21 09:27:10 +00:00
fontdlg.tex
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
fontpicker.tex [ 1602455 ] [docs] Fix docs for event used by pickers & collapsiblepane 2006-11-26 18:48:36 +00:00
forward.gif
frame.tex
fs_mem.tex added documentantion for wxMemoryFSHandler::AddFileWithMimeType() 2007-06-22 12:56:19 +00:00
fs.tex Update docs to mention new filesystem handlers. 2006-10-31 07:40:30 +00:00
fsfile.tex determine wxFSFile's MIME type when wxFSFile::GetMimeType() is called instead of creating it; this dramatically improves startup times of XRC applications on Unix 2007-06-17 10:59:01 +00:00
ftp.tex
function.tex added missing spaces 2007-07-12 00:18:01 +00:00
gauge.tex document that SetValue() accepts values in 0..GetRange interval, inclusive 2007-07-06 12:09:34 +00:00
gbposition.tex
gbsizeritem.tex
gbspan.tex
gdiobj.tex
glcanvas.tex changed wxGLContext::SetColour() argument from wxChar* to wxString 2007-06-19 11:54:36 +00:00
glcontext.tex LaTeX syntax and links corrections 2007-05-18 16:17:22 +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
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
gridedit.tex fix typo in allowOthers description 2007-04-05 09:33:42 +00:00
gridevt.inc
gridevt.tex fix typo in Selecting() description (bug 1726270) 2007-06-04 13:49:41 +00:00
gridrend.tex
gridsizr.tex
gridtbl.tex
gridwork.tex
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
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
hello.gif
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
hscrolledwindow.tex The great wxVScrolledWindow refactoring: allow using it both horizontal and 2007-04-08 01:58:16 +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
htcontnr.tex
htdcrend.tex
hteasypr.tex attempt to correct bogus tex2rtf warning about unmatched brackets in htprintmacros.inc 2006-10-10 13:49:17 +00:00
htfilter.tex
hthelpct.tex Update docs to mention new filesystem handlers. 2006-10-31 07:40:30 +00:00
hthlpdat.tex
hthlpfrm.tex fixed syntax errors 2007-02-12 13:59:37 +00:00
htlnkinf.tex
htmlcell.tex corrected example; minor fixes to the text; uncommented insertion of the bitmaps 2007-03-13 15:08:30 +00:00
htmlfilt.tex
htmlhand.tex
htmlhlpf.tex
htmllbox.tex removed 2 more extra '{'s 2006-12-02 18:35:55 +00:00
htmlprn.tex
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 use wxString argument and not wxChar* in wxHtmlParser::AddText(), for compatibility with STL build without implicit wxString conversions 2007-06-11 12:11: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
httaghnd.tex
httagmod.tex
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
htwindow.tex remove extra '{' which broke docs compilation 2006-12-02 18:17:33 +00:00
htwinhnd.tex
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
hvscrolledwindow.tex The great wxVScrolledWindow refactoring: allow using it both horizontal and 2007-04-08 01:58:16 +00:00
hworld.tex
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 added GetIconOfExactSize() 2007-04-07 23:53:06 +00:00
iconevt.tex
iconloc.tex
idleevt.tex
ignore.txt
ilayout.tex
image.tex clarified alpha support status (bug 1710013) 2007-05-01 14:34:53 +00:00
imaglist.tex Remove const bool 2007-06-23 17:05:34 +00:00
indent.bmp
indent.gif
indlgevt.tex
inputstr.tex
ipaddr.tex Fixed case on LaTeX member function labels. 2007-07-05 08:06:12 +00:00
ipcclint.tex
ipcconn.tex
ipcservr.tex
ipvaddr.tex
joyevent.tex
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
langcodes.tex
layalgor.tex
layout.tex
libs.bmp added new libraries (patch from Francesco) 2007-07-17 23:04:20 +00:00
libs.dia added new libraries (patch from Francesco) 2007-07-17 23:04:20 +00:00
libs.gif added new libraries (patch from Francesco) 2007-07-17 23:04:20 +00:00
libs.tex added missing libraries to the requirements list 2007-07-17 22:53:43 +00:00
list.tex
listattr.tex Doc corrections 2006-02-11 12:05:53 +00:00
listbevt.inc Added mini docs to wxListbook 2007-04-25 08:33:19 +00:00
listbook.tex Added mini docs to wxListbook 2007-04-25 08:33:19 +00:00
listbox.tex Minor doc corrections. 2006-10-27 09:02:13 +00:00
listctrl.tex Remove const bool 2007-06-23 17:09:16 +00:00
listevt.tex
listitem.tex
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 added wxLog::DisableTimestamp() to be used as a synonym for SetTimestamp(wxEmptyString) 2007-06-27 12:09:55 +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
Makefile
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
manual.tex Set version number 2007-02-06 21:13:44 +00:00
mask.tex
maxzevt.tex
mbcnvfil.tex
mbcnvut7.tex
mbcnvut8.tex
mbcnvutf.tex
mbconv.tex Corrected swapped descriptions 2007-05-02 13:01:12 +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
memorydc.tex More fun with line endings, to avoid mangling PDF contents 2006-10-30 23:42:22 +00:00
menu.tex GetMenuCount() returns size_t, not int 2007-05-26 10:23:20 +00:00
menuevt.tex
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 strip the leading dot from extension if present in GetFileTypeFromExtension() 2007-06-29 17:33:22 +00:00
minifram.tex wxMiniFrame's default style is without closebox on 2006-11-01 12:26:12 +00:00
minimald.tex The great wxVScrolledWindow refactoring: allow using it both horizontal and 2007-04-08 01:58:16 +00:00
mirrordc.tex
mltchdlg.tex
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
msgdlg.tex missing closing bracket broke tex2rtf 2007-06-07 08:44:28 +00:00
mutex.tex added wxMutex::LockTimeout() (modified patch 1671637) 2007-03-08 00:22:11 +00:00
mutexlck.tex
nbsizer.tex
node.tex
notebook.tex Mention that wxBookCtrlBase derived controls do derive 2007-04-24 08:28:29 +00:00
noteevt.inc
noteevt.tex
notifevt.tex
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
pagedlg.tex Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies 2006-10-27 13:07:40 +00:00
paintdc.tex
paintevt.tex
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
passdlg.tex
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 wxRect::operator+() and *() (union and intersection); also made other operators friends instead of members (patch 1589175) 2007-05-24 01:47:29 +00:00
porting.tex
portnote.tex another patch bring the docs more up to date (patch 1717776) 2007-05-12 18:24:12 +00:00
position.tex The great wxVScrolledWindow refactoring: allow using it both horizontal and 2007-04-08 01:58:16 +00:00
postscpt.tex
powerevt.tex added wxPowerEvent; moved power functions stubs to common/powercmn.cpp 2006-05-27 14:09:40 +00:00
prevwin.tex
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
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
quantize.tex
query.tex
qylayevt.tex
radiobox.tex documented recently added Set/GetItemHelpText() and GetItemFromPoint() 2006-06-12 23:57:22 +00:00
radiobut.tex
re_syntax.tex
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
rect.tex added wxRect::operator+() and *() (union and intersection); also made other operators friends instead of members (patch 1589175) 2007-05-24 01:47:29 +00:00
referenc.tex
refs.bib
regex.tex
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 added new wxCONTROL_FLAT bit (see discussion of patch 1691478) 2007-04-16 01:22:46 +00:00
rendver.tex
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 Typo fix 2007-06-03 11:23:02 +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 Small typo fix 2007-06-08 12:41:22 +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
sashlayw.tex
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
scpdarry.tex
scpdptr.tex
screendc.tex
scrlwevt.tex fixed typo in EVT_SCROLLWIN_BOTTOM documentation (patch 1463429) 2006-04-16 01:16:16 +00:00
scrolbar.tex Remove const bool 2007-06-23 17:10:25 +00:00
scrolevt.inc
scrolevt.tex
scrolwin.tex We don't use "const bool" anywhere, I think. 2007-06-23 17:03:05 +00:00
semaphor.tex
setcursorevt.tex
settings.tex
setup.tex
sistream.tex
size.tex added wxRect::operator+() and *() (union and intersection); also made other operators friends instead of members (patch 1589175) 2007-05-24 01:47:29 +00:00
sizeevt.tex
sizer00.bmp
sizer00.eps fixed line endings 2006-06-14 04:05:05 +00:00
sizer00.gif
sizer01.bmp
sizer01.eps fixed line endings 2006-06-14 04:05:05 +00:00
sizer01.gif
sizer02.bmp
sizer02.eps fixed line endings 2006-06-14 04:05:05 +00:00
sizer02.gif
sizer03.bmp
sizer03.eps fixed line endings 2006-06-14 04:05:05 +00:00
sizer03.gif
sizer04.bmp
sizer04.eps fixed line endings 2006-06-14 04:05:05 +00:00
sizer04.gif
sizer05.bmp
sizer05.eps fixed line endings 2006-06-14 04:05:05 +00:00
sizer05.gif
sizer06.bmp
sizer06.eps fixed line endings 2006-06-14 04:05:05 +00:00
sizer06.gif
sizer07.bmp
sizer07.eps fixed line endings 2006-06-14 04:05:05 +00:00
sizer07.gif
sizer08.bmp
sizer08.eps fixed line endings 2006-06-14 04:05:05 +00:00
sizer08.gif
sizer09.bmp
sizer09.eps fixed line endings 2006-06-14 04:05:05 +00:00
sizer09.gif
sizer10.bmp
sizer10.eps fixed line endings 2006-06-14 04:05:05 +00:00
sizer10.gif
sizer11.bmp
sizer11.eps fixed line endings 2006-06-14 04:05:05 +00:00
sizer11.gif
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
sngchdlg.tex
snglinst.tex
socket.tex added support for broadcasting to UDP sockets (patch 1740266) 2007-07-04 21:33:11 +00:00
socksrv.tex add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
sostream.tex
sound.tex
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
splash.tex
splitevt.tex
splitpar.tex
splitter.bmp
splitter.eps
splitter.gif
splitter.tex
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
stackwalker.tex Applied wxStackWalker improvement part of 2006-11-12 14:33:03 +00:00
statbmp.tex s/wxStaticIcon/wxStaticBitmap/g (bug 1724527) 2007-05-24 10:56:31 +00:00
statbox.tex
statline.tex
stattext.tex Minor cleanup ( _ -> \_ ). 2007-05-16 15:41:58 +00:00
statusbr.tex Always use wxFULL_REPAINT_ON_RESIZE for generic status bar. 2006-09-06 17:36:22 +00:00
stdbtnsz.tex added wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr) 2007-04-14 13:17:06 +00:00
stdevtid.tex Commited FRM's stockitem patch (empty stock items). 2006-09-03 12:23:04 +00:00
stdpaths.tex take wxString, not wxChar* in wxStandardPaths::GetLocalizedResourcesDir 2007-05-23 19:10:36 +00:00
stockitems.tex fixes to menu stock items support (patch 1547639) 2006-09-05 21:00:55 +00:00
stopwtch.tex LaTeX syntax and links corrections 2007-05-18 16:17:22 +00:00
strcldat.tex
stream.tex added wxStreamBuffer::Truncate() (patch 1687081) 2007-04-21 18:11:37 +00:00
strmbase.tex Made wxStreamBase::IsOk() virtual; 2006-10-19 12:30:59 +00:00
strmbfrd.tex
strmmem.tex added wxMemoryInputStream(wxInputStream&, size_t) ctor (modified patch 1680108) 2007-03-17 15:28:28 +00:00
strmsock.tex
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
sysopt.tex added msw.font.no-proof-quality system option as it makes more fonts available (feature request 1617941) 2007-06-02 12:56:36 +00:00
tab.tex
table.tex
tabview.tex
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
tbook.tex Use common book flags (and other minor corrections). 2006-06-07 14:54:51 +00:00
tbuffer.tex
tchanges.tex
tclipbrd.tex
tcommdlg.tex use wxFD_XXX instead of deprecated wxXXX in the documentation 2007-04-08 00:23:14 +00:00
tconfig.tex
tconstr.tex
tcontain.tex
tcpclint.tex
tcpconn.tex
tcpservr.tex
tdate.tex
tdb.tex
tdc.tex
tdebug.tex
tdelwin.tex corrected wording of application shutdown logic description 2006-05-05 23:58:22 +00:00
tdialog.tex
tdnd.tex
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 use const wxMBConv& instead of wxMBConv& in public methods so that it's possible to pass in temporary objects; 2007-05-11 20:55:24 +00:00
tempfilestrm.tex
tenvvars.tex
tevent.tex remove references to contrib (patch from Francesco) 2007-07-17 22:51:06 +00:00
tex2rtf_css.ini Bakefile and other changes for new locations of STC and wxSVGFileDC. 2007-04-05 06:27:23 +00:00
tex2rtf.ini added NUL command 2006-04-01 12:43:52 +00:00
texcept.tex
texhelp2e.sty
texhelp.sty
texpr.tex
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
textfile.tex use const wxMBConv& instead of wxMBConv& in public methods so that it's possible to pass in temporary objects; 2007-05-11 20:55:24 +00:00
tfile.tex
tfont.tex
tfontenc.tex don't mention obsolete 2.2 version (part of patch 1695722) 2007-04-07 15:42:42 +00:00
tglbtn.tex More const bool (sigh) 2007-06-23 17:11:25 +00:00
tgrid.tex
tguide.tex
thread.tex clarify Wait() semantics (see patch 1652076) 2007-02-12 19:17:18 +00:00
threadh.tex
ti18n.tex remove gettext docs, they have nothing to do in our cvs (see patch 1713939) 2007-05-12 18:21:00 +00:00
timaglst.tex
timer.tex LaTeX syntax and links corrections 2007-05-18 16:17:22 +00:00
timespan.tex added wxTimeSpan::Millisecond[s]() for consistency 2006-04-02 00:58:44 +00:00
tipc.tex
tipprov.tex
tipwin.tex document maxLenght and rectBounds ctor parameters; minor cleanup (use \arg, \NULL) 2006-08-28 10:05:23 +00:00
tlistctl.tex
tlog.tex Added DetachOldLog to avoid destruction of old log target 2007-06-21 12:44:38 +00:00
tlw.tex simplify wxGTK DoSetSizeHints logic, respect size increments 2007-02-06 04:59:29 +00:00
tmbconv.tex
tnoneng.tex
tokenizr.tex wxStringTokenizer::GetLastDelimiter is new since 2.7.0 2006-05-28 10:19:23 +00:00
toolbar.tex Remove const bool 2007-06-23 17:09:16 +00:00
toolbook.tex Mention that wxBookCtrlBase derived controls do derive 2007-04-24 08:28:29 +00:00
tooltip.tex
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 Mention that wxBookCtrlBase derived controls do derive 2007-04-24 08:28:29 +00:00
treebookevent.tex
treebookevt.inc
treectrl.tex deprecate wxTR_EXTENDED and remove it from the docs 2007-03-19 20:35:49 +00:00
treedata.tex
treeevt.tex remove space which broke tex2rtf 2007-01-08 14:47:02 +00:00
treetst.bmp
treetst.gif
trefcount.tex wxVariant and wxVariantData are ref counted too (patch 1624344) 2006-12-29 20:22:23 +00:00
truntime.tex
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
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
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
tthreads.tex spelling fixes (patch 1495562) 2006-05-28 23:56:51 +00:00
ttips.tex
ttoolbar.tex
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
tvalidat.tex
twinsizes.tex Some typo fixes 2006-11-20 08:22:02 +00:00
txrc.tex remove references to contrib (patch from Francesco) 2007-07-17 22:51:06 +00:00
txtdatob.tex
txtdrptg.tex
txtstrm.tex use const wxMBConv& instead of wxMBConv& in public methods so that it's possible to pass in temporary objects; 2007-05-11 20:55:24 +00:00
up.gif
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 Fix "depreciated" to "deprecated". 2007-05-06 03:48:16 +00:00
urldataob.tex documented wxURLDataObject 2006-08-23 13:47:22 +00:00
valgen.tex
validatr.tex
valtext.tex
varhscrollhelper.tex The great wxVScrolledWindow refactoring: allow using it both horizontal and 2007-04-08 01:58:16 +00:00
varhvscrollhelper.tex tested and applied http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/85790/ 2007-04-26 10:50:54 +00:00
variant.tex wxVariant and wxVariantData are ref counted too (patch 1624344) 2006-12-29 20:22:23 +00:00
varscrollhelperbase.tex tested and applied http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/85790/ 2007-04-26 10:50:54 +00:00
varvscrollhelper.tex The great wxVScrolledWindow refactoring: allow using it both horizontal and 2007-04-08 01:58:16 +00:00
view.tex fix typo in OnClosingDocument() name 2007-04-07 10:40:11 +00:00
vlbox.tex fix broken wxvscrolledwindowsetrowcount link 2007-07-18 18:08:54 +00:00
vscrolledwindow.tex Added deprecation warnings to old wxVScrolledWindow functions (in wxVarVScrollLegacyAdaptor), and fixed a minor documentation format error in the wxVScrolledWindow docs. 2007-07-05 21:42:39 +00:00
window.tex fix typo 2007-06-21 16:33:48 +00:00
windowdc.tex
wizard.tex Added SetBitmap, GetBitmap to wxWizard 2007-07-02 08:00:48 +00:00
wizevt.tex
wizpage.tex More patches from FM to clean up after moving contribs. Also removes 2007-04-06 21:08:30 +00:00
wnddisbl.tex
wupdlock.tex added a tiny class to call Freeze/Thaw in ctor/dtor 2006-03-07 01:50:21 +00:00
wx.css
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
wxManualTemplate.dot
wxmgl.tex
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
wxpalm.tex
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 added wxString::FromAscii(char*,size_t) for consistency with FromUTF8() 2007-06-28 12:36:54 +00:00
wxtab1.bmp
wxtab1.eps
wxtab1.gif
wxusedef.tex added wxUSE_TASKBARICON; corrected condition for generating the taskbar sample makefile in configure 2007-07-19 01:02:28 +00:00
wxx11.tex
xmlattr.tex renamed wxXmlProperty to wxXmlAttribute, plus implied method names changes (bug #1751761) 2007-07-14 10:07:41 +00:00
xmldocument.tex renamed wxXmlProperty to wxXmlAttribute, plus implied method names changes (bug #1751761) 2007-07-14 10:07:41 +00:00
xmlnode.tex renamed wxXmlProperty to wxXmlAttribute, plus implied method names changes (bug #1751761) 2007-07-14 10:07:41 +00:00
xmlres.tex use char* instead of wxChar* for XRC IDs to save space; GetXRCID() takes wxString argument 2007-06-15 15:12:51 +00:00
xmlresh.tex document GetAnimation() (patch 1695722) 2007-04-07 15:45:26 +00:00
zipstrm.tex Fix a couple of small errors. 2006-11-12 21:45:06 +00:00