wxWidgets/docs/latex/wx
2007-07-17 22:51:06 +00:00
..
aboutdlginfo.tex
accel.tex support accelerators for buttons too (slightly modified patch 1549012) 2007-04-07 17:05:00 +00:00
accessible.tex
activevt.tex
activexcontainer.tex
activexevt.tex
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
bitmap.tex COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
bitmapcombobox.tex
bmpdatob.tex
bmphand.tex
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
calclevt.tex
calctrl.tex
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
chfocevt.tex
choice.tex
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
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
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
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
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
command.tex
conditn.tex
config.tex added support for binary data to wxConfig (slightly modified patch 1736788) 2007-07-12 00:11:03 +00:00
constant.tex
cont.bmp
cont.gif
contbox.bmp
contbox.gif
contents.gif
control.tex
countstr.tex
cppconst.tex fix __SUNCC__ definition; added wxCHECK_SUNCC_VERSION 2007-06-22 13:58:05 +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
dataviewctrl.tex corrected some links 2007-06-28 01:57:02 +00:00
dataviewevent.tex
dataviewlistmodelnotifier.tex
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
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
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
dialevt.tex
dialog.tex Don't use const bool. 2007-06-23 17:04:37 +00:00
dialup.tex
dir.tex
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
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
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
docprfrm.tex
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
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
filename.tex fix broken links to File/DirName() 2007-01-05 14:30:39 +00:00
fileostr.tex
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
flexsizr.tex
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
fontlist.tex
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
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
hashset.tex
hello.bmp
hello.gif
helpevt.tex
helpinst.tex Update docs to mention new filesystem handlers. 2006-10-31 07:40:30 +00:00
helpprov.tex
hprovcnt.tex
hprovsmp.tex
hscrolledwindow.tex The great wxVScrolledWindow refactoring: allow using it both horizontal and 2007-04-08 01:58:16 +00:00
htcell.tex
htcolor.tex
htcontnr.tex
htdcrend.tex
hteasypr.tex
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
htprintmacros.inc
httag.tex
httaghnd.tex
httagmod.tex
http.tex
htwidget.tex
htwindow.tex remove extra '{' which broke docs compilation 2006-12-02 18:17:33 +00:00
htwinhnd.tex
htwinprs.tex
hvscrolledwindow.tex The great wxVScrolledWindow refactoring: allow using it both horizontal and 2007-04-08 01:58:16 +00:00
hworld.tex
hyperlink.tex
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
keyevent.tex
keymod.tex
langcodes.tex
layalgor.tex
layout.tex
libs.bmp
libs.dia
libs.gif
libs.tex another patch bring the docs more up to date (patch 1717776) 2007-05-12 18:24:12 +00:00
list.tex
listattr.tex
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
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
ltx.tex
Makefile
manual2e.tex
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
mdi.tex
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
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
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
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
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
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
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
protocol.tex
psbox.tex
quantize.tex
query.tex
qylayevt.tex
radiobox.tex
radiobut.tex
re_syntax.tex
realpoin.tex
recguard.tex
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
richtextctrl.bmp
richtextctrl.gif
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
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
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
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
sbsizer.tex
sckaddr.tex
scpdarry.tex
scpdptr.tex
screendc.tex
scrlwevt.tex
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
sizer00.gif
sizer01.bmp
sizer01.eps
sizer01.gif
sizer02.bmp
sizer02.eps
sizer02.gif
sizer03.bmp
sizer03.eps
sizer03.gif
sizer04.bmp
sizer04.eps
sizer04.gif
sizer05.bmp
sizer05.eps
sizer05.gif
sizer06.bmp
sizer06.eps
sizer06.gif
sizer07.bmp
sizer07.eps
sizer07.gif
sizer08.bmp
sizer08.eps
sizer08.gif
sizer09.bmp
sizer09.eps
sizer09.gif
sizer10.bmp
sizer10.eps
sizer10.gif
sizer11.bmp
sizer11.eps
sizer11.gif
sizer.tex added const overload of GetChildren() 2007-02-08 14:27:25 +00:00
sizeritem.tex
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
sostream.tex
sound.tex
spinbutt.tex
spinctrl.tex
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
stdbtnsz.tex added wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr) 2007-04-14 13:17:06 +00:00
stdevtid.tex
stdpaths.tex take wxString, not wxChar* in wxStandardPaths::GetLocalizedResourcesDir 2007-05-23 19:10:36 +00:00
stockitems.tex
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
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
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
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
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
tdialog.tex
tdnd.tex
tdocview.tex
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
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
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
tipc.tex
tipprov.tex
tipwin.tex
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
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
tstream.tex
tstring.tex
tstyles.tex
ttab.tex
tthreads.tex
ttips.tex
ttoolbar.tex
ttreectl.tex
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
url.tex Fix "depreciated" to "deprecated". 2007-05-06 03:48:16 +00:00
urldataob.tex
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 Added minor clarification to the wxListBox events used 2007-06-21 19:49:26 +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
wx.css
wxgtk.tex
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
wxos2.tex
wxpalm.tex
wxPython.tex
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
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