.. |
aui
|
|
|
generic
|
Document wxSpinCtrlDouble in correct header file.
|
2009-12-19 12:00:16 +00:00 |
html
|
Add <span> tag and limited support for CSS styles to wxHTML.
|
2010-05-30 23:12:25 +00:00 |
msw
|
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT*CLASS macros.
|
2010-06-09 13:55:48 +00:00 |
persist
|
|
|
propgrid
|
Added 'Delimiter' attribute for wxArrayStringProperty. Moved static ArrayStringToString() to wxArrayStringProperty.
|
2010-07-11 17:04:23 +00:00 |
protocol
|
Allow specifying non default port for wxFTP connections.
|
2010-06-17 22:30:31 +00:00 |
ribbon
|
fix errors/inconsistencies pointed out by ifacecheck
|
2010-05-11 21:12:10 +00:00 |
richtext
|
Documentation change for new wxRTC function
|
2010-06-26 09:15:03 +00:00 |
stc
|
fix errors/inconsistencies pointed out by ifacecheck
|
2010-05-11 21:12:10 +00:00 |
xml
|
fixed wxXmlDocument::Save() to interpret the indentstep argument correctly
|
2009-10-04 21:19:40 +00:00 |
xrc
|
added a note about XRCID() and EVT_*_RANGE macros (see bug #11431)
|
2009-11-11 10:22:57 +00:00 |
aboutdlg.h
|
Add a simple example to make it easier to get started (by copy&paste).
|
2010-05-30 23:28:51 +00:00 |
accel.h
|
Copy wxPerl notes from the LaTeX documentation.
|
2009-10-18 17:47:01 +00:00 |
access.h
|
|
|
animate.h
|
|
|
any.h
|
Made wxAny::IsNull() doc string a bit clearer
|
2010-06-18 13:32:12 +00:00 |
app.h
|
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT_APP_* macros.
|
2010-06-09 13:23:13 +00:00 |
apptrait.h
|
|
|
archive.h
|
Globally replace _T() with wxT().
|
2009-07-23 20:30:22 +00:00 |
arrstr.h
|
make wxSortedArrayString::Sort() and Insert() private in STL build (closes #10947)
|
2009-07-01 08:56:31 +00:00 |
artprov.h
|
Fix links to wxArtClient and wxArtID in the generated documentation.
|
2010-05-16 12:31:52 +00:00 |
atomic.h
|
|
|
base64.h
|
Add wxBase64Decode(void*,size_t,wxString) overload.
|
2009-11-11 14:38:40 +00:00 |
bitmap.h
|
Copy wxPerl notes from the LaTeX documentation.
|
2009-10-18 17:47:01 +00:00 |
bmpbuttn.h
|
minor tweaks to alignment styles documentation
|
2009-06-15 23:18:06 +00:00 |
bmpcbox.h
|
|
|
bookctrl.h
|
|
|
brush.h
|
add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669)
|
2009-05-09 12:40:09 +00:00 |
buffer.h
|
Fix wxScopedCharTypeBuffer<T>::CreateOwned() to match docs.
|
2010-05-05 07:45:33 +00:00 |
busyinfo.h
|
|
|
button.h
|
Document that images in buttons and menus might not be shown under GTK.
|
2010-03-03 01:08:19 +00:00 |
calctrl.h
|
|
|
caret.h
|
Copy wxPerl notes from the LaTeX documentation.
|
2009-10-18 17:47:01 +00:00 |
chartype.h
|
Globally replace _T() with wxT().
|
2009-07-23 20:30:22 +00:00 |
checkbox.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
checklst.h
|
Copy wxPerl notes from the LaTeX documentation.
|
2009-10-18 17:47:01 +00:00 |
choicdlg.h
|
Add initial selection parameter to wxGetSingleChoice() functions.
|
2010-03-21 11:06:31 +00:00 |
choice.h
|
fix miscellaneous Doxygen 1.6.1 warnings
|
2009-12-20 15:07:08 +00:00 |
choicebk.h
|
|
|
clipbrd.h
|
|
|
clntdata.h
|
fix miscellaneous Doxygen 1.6.1 warnings
|
2009-12-20 15:07:08 +00:00 |
clrpicker.h
|
|
|
cmdline.h
|
better docs for wxCmdLineParser (fixes a few typos, adds more comments)
|
2009-03-22 23:29:14 +00:00 |
cmdproc.h
|
|
|
cmndata.h
|
Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum.
|
2009-12-08 16:35:47 +00:00 |
collpane.h
|
|
|
colordlg.h
|
|
|
colour.h
|
document wxTransparentColour global instance
|
2010-06-06 11:35:11 +00:00 |
combo.h
|
Added wxComboCtrl::SetTextCtrlStyle()
|
2010-06-13 09:59:32 +00:00 |
combobox.h
|
Document that wxComboBox::Dismiss() and Popup() generate events.
|
2010-01-24 11:33:11 +00:00 |
config.h
|
Make wxConfig ctor docs more readable.
|
2010-06-02 13:53:12 +00:00 |
control.h
|
better docs for Get/SetLabel methods
|
2010-03-29 21:31:27 +00:00 |
convauto.h
|
|
|
cpp.h
|
|
|
cshelp.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
ctrlsub.h
|
|
|
cursor.h
|
Copy wxPerl notes from the LaTeX documentation.
|
2009-10-18 17:47:01 +00:00 |
dataobj.h
|
Make wxDataObjectComposite::GetObject() public.
|
2010-02-04 01:02:43 +00:00 |
dataview.h
|
Part II of: Add GetChoice() and GetChoices() getters to all choice renderers and actually mention it in the docs
|
2010-05-16 15:29:35 +00:00 |
datectrl.h
|
removed wxDatePickerCtrlGeneric::SetFormat() which didn't exist but was declared and documented (closes #10988)
|
2009-07-19 16:49:29 +00:00 |
dateevt.h
|
|
|
datetime.h
|
fix errors/inconsistencies pointed out by ifacecheck
|
2010-05-11 21:12:10 +00:00 |
datstrm.h
|
|
|
dc.h
|
more readable argument names for wxDC::DrawArc
|
2010-06-06 11:34:33 +00:00 |
dcbuffer.h
|
minor fixes to reduce number of Doxygen warnings
|
2010-05-11 19:44:16 +00:00 |
dcclient.h
|
|
|
dcgraph.h
|
|
|
dcmemory.h
|
document wxDCMemory(wxDC*) ctor
|
2009-07-16 12:06:54 +00:00 |
dcmirror.h
|
|
|
dcprint.h
|
|
|
dcps.h
|
|
|
dcscreen.h
|
|
|
dcsvg.h
|
|
|
dde.h
|
|
|
debug.h
|
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT_APP_* macros.
|
2010-06-09 13:23:13 +00:00 |
debugrpt.h
|
Fix various doxygen warnings
|
2010-03-19 22:35:30 +00:00 |
defs.h
|
Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrientation enum.
|
2009-12-08 16:35:47 +00:00 |
dialog.h
|
|
|
dialup.h
|
|
|
dir.h
|
Remove identic implementations of wxDir::Exists from platform-specific files and put it in dircmn.cpp (they all used wxDirExists).
|
2010-06-19 11:07:16 +00:00 |
dirctrl.h
|
added multiple selections support to wxDirCtrl (closes #10830)
|
2009-06-06 14:00:51 +00:00 |
dirdlg.h
|
|
|
display.h
|
|
|
dnd.h
|
|
|
docmdi.h
|
|
|
docview.h
|
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT*CLASS macros.
|
2010-06-09 13:55:48 +00:00 |
dragimag.h
|
|
|
dynarray.h
|
Minor corrections to sorted arrays documentation.
|
2009-09-24 00:21:36 +00:00 |
dynlib.h
|
|
|
editlbox.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
encconv.h
|
Remove wxUSE_WCHAR_T checks.
|
2010-04-16 10:43:18 +00:00 |
event.h
|
Implement wx-prefixed macros versions of DECLARE_EVENT_TABLE, BEGIN_EVENT_TABLE* and END_EVENT_TABLE macros.
|
2010-06-09 14:28:08 +00:00 |
evtloop.h
|
|
|
fdrepdlg.h
|
|
|
ffile.h
|
|
|
file.h
|
Move wxPosixPermissions definition from wx/file.h to wx/filefn.h.
|
2010-02-10 11:38:41 +00:00 |
fileconf.h
|
|
|
filectrl.h
|
Undo/replace the workaround for Doxygen crash from r64630.
|
2010-06-22 09:50:40 +00:00 |
filedlg.h
|
Add examples of usage for easy copy-and-paste.
|
2010-05-28 20:31:45 +00:00 |
filefn.h
|
moved non-interactive tests for wxDynamicLibrary, wxGet/SetEnv, wxTempFile, wxCopyFile to appropriate CppUnit test suites;
|
2010-06-13 14:30:55 +00:00 |
filehistory.h
|
Move wxFileHistory out of docview framework, add wxUSE_FILE_HISTORY.
|
2010-05-04 12:15:14 +00:00 |
filename.h
|
Remove identic implementations of wxDir::Exists from platform-specific files and put it in dircmn.cpp (they all used wxDirExists).
|
2010-06-19 11:07:16 +00:00 |
filepicker.h
|
|
|
filesys.h
|
Clarify that wxFileSystem::OpenFile() takes URL, not filename.
|
2010-05-06 18:28:31 +00:00 |
font.h
|
Minor corrections to wxFont size-changing methods.
|
2010-05-21 13:17:36 +00:00 |
fontdlg.h
|
|
|
fontenum.h
|
|
|
fontmap.h
|
|
|
fontpicker.h
|
|
|
frame.h
|
update docs for wxMAXIMIZE on GTK
|
2010-01-16 04:14:18 +00:00 |
fs_mem.h
|
|
|
fswatcher.h
|
Merge SOC2009_FSWATCHER branch into trunk.
|
2009-10-22 11:35:43 +00:00 |
gauge.h
|
|
|
gbsizer.h
|
|
|
gdicmn.h
|
Add wxSize::IncBy() and DecBy() overloads taking wxPoint.
|
2010-07-11 10:44:03 +00:00 |
gdiobj.h
|
|
|
glcanvas.h
|
adding comment about wxHAS_OPENGL_ES
|
2009-03-29 17:20:14 +00:00 |
graphics.h
|
fix couple of typos
|
2010-06-26 11:43:13 +00:00 |
grid.h
|
minor fixes to reduce number of Doxygen warnings
|
2010-05-11 19:44:16 +00:00 |
hash.h
|
|
|
hashmap.h
|
Fixed up the short description of wxHashMap::find().
|
2009-08-05 17:38:25 +00:00 |
hashset.h
|
|
|
headercol.h
|
|
|
headerctrl.h
|
wxHeaderColumnBase -> wxHeaderColumn; Fixed UpdateColumnWidthToFit() sample code
|
2009-12-12 12:24:28 +00:00 |
help.h
|
|
|
htmllbox.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
hyperlink.h
|
Correct the case of wxHyperlinkCtrl in the documentation.
|
2010-04-16 12:47:27 +00:00 |
icon.h
|
Remove unnecessary mondrian.{ico,xpm} files from samples directory.
|
2010-06-20 17:42:33 +00:00 |
iconbndl.h
|
document effect of loading an icon bundle on stream position
|
2009-06-06 12:09:30 +00:00 |
iconloc.h
|
|
|
image.h
|
Add wxImage::ClearAlpha().
|
2010-04-09 13:15:20 +00:00 |
imaglist.h
|
|
|
infobar.h
|
Move wxInfoBar to core library from adv.
|
2010-05-05 12:20:08 +00:00 |
init.h
|
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT_APP_* macros.
|
2010-06-09 13:23:13 +00:00 |
intl.h
|
Don't use size_t for plural forms parameter.
|
2010-05-05 12:27:07 +00:00 |
ipc.h
|
fix typo in wxClient::MakeConnection() docs (closes #10841)
|
2009-07-02 22:29:43 +00:00 |
ipcbase.h
|
|
|
joystick.h
|
|
|
kbdstate.h
|
put wx{Keyboard,Mouse}State in events category instead of misc one
|
2009-05-01 22:37:14 +00:00 |
language.h
|
Added wxLANGUAGE_BOSNIAN.
|
2010-05-06 12:40:11 +00:00 |
laywin.h
|
|
|
link.h
|
|
|
list.h
|
Change return type of wxList::Member() to bool.
|
2009-09-18 17:10:58 +00:00 |
listbook.h
|
|
|
listbox.h
|
Correct typo in wxEVT_COMMAND_LISTBOX_DOUBLECLICKED.
|
2009-12-16 19:27:34 +00:00 |
listctrl.h
|
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT*CLASS macros.
|
2010-06-09 13:55:48 +00:00 |
log.h
|
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT_APP_* macros.
|
2010-06-09 13:23:13 +00:00 |
longlong.h
|
|
|
math.h
|
|
|
mdi.h
|
|
|
mediactrl.h
|
|
|
memory.h
|
|
|
menu.h
|
Check for menu title being non-empty when appending it to the menu bar.
|
2010-04-20 11:59:46 +00:00 |
menuitem.h
|
Mention that stock bitmaps are a wxGTK-only feature for now.
|
2010-05-16 12:31:57 +00:00 |
metafile.h
|
|
|
mimetype.h
|
get rid of wxMimeTypesManager::ReadMailcap and wxMimeTypesManager::ReadMimeTypes from old include files and from the docs.
|
2010-06-06 11:37:10 +00:00 |
minifram.h
|
Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION.
|
2010-05-10 21:09:57 +00:00 |
module.h
|
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT*CLASS macros.
|
2010-06-09 13:55:48 +00:00 |
mousemanager.h
|
fix miscellaneous Doxygen 1.6.1 warnings
|
2009-12-20 15:07:08 +00:00 |
mousestate.h
|
put wx{Keyboard,Mouse}State in events category instead of misc one
|
2009-05-01 22:37:14 +00:00 |
msgdlg.h
|
Document that message box with wxYES_NO but without wxCANCEL can't be closed.
|
2010-03-14 14:15:46 +00:00 |
msgout.h
|
Document wxMessageOutput and related classes.
|
2009-07-18 23:48:50 +00:00 |
msgqueue.h
|
Added wxMessageQueue::Clear().
|
2010-05-22 16:14:16 +00:00 |
mstream.h
|
|
|
notebook.h
|
|
|
notifmsg.h
|
|
|
numdlg.h
|
|
|
object.h
|
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT*CLASS macros.
|
2010-06-09 13:55:48 +00:00 |
odcombo.h
|
fix miscellaneous Doxygen 1.6.1 warnings
|
2009-12-20 15:07:08 +00:00 |
palette.h
|
Copy wxPerl notes from the LaTeX documentation.
|
2009-10-18 17:47:01 +00:00 |
panel.h
|
|
|
pen.h
|
Mention that hatched pens don't work under wxGTK and wxX11.
|
2010-05-06 12:22:57 +00:00 |
persist.h
|
Optionally set the window name in wxPersistentRegisterAndRestore().
|
2010-07-11 10:44:23 +00:00 |
pickerbase.h
|
|
|
platform.h
|
|
|
platinfo.h
|
Provide more details about the major and minor version numbers returned by wxGetOsVersion() under linux,mac,windows.
|
2010-03-07 16:03:53 +00:00 |
popupwin.h
|
|
|
position.h
|
|
|
power.h
|
|
|
print.h
|
Replace wxPrintout::SetIsPreview() with SetPreview().
|
2010-05-05 12:19:59 +00:00 |
printdlg.h
|
Remove obsolete parts of wxPageSetupDialog documentation.
|
2010-03-20 13:18:28 +00:00 |
process.h
|
Copy wxPerl notes from the LaTeX documentation.
|
2009-10-18 17:47:01 +00:00 |
progdlg.h
|
Add wxProgressDialog::Was{Cancelled,Skipped}() convenience methods.
|
2010-04-20 11:10:33 +00:00 |
propdlg.h
|
|
|
quantize.h
|
|
|
radiobox.h
|
Copy wxPerl notes from the LaTeX documentation.
|
2009-10-18 17:47:01 +00:00 |
radiobut.h
|
|
|
rawbmp.h
|
|
|
rearrangectrl.h
|
Document that wxRearrange* controls exist since 2.9.0.
|
2010-06-26 08:01:14 +00:00 |
recguard.h
|
|
|
regex.h
|
|
|
region.h
|
|
|
renderer.h
|
Document wxRendererNative::DrawTitleBarBitmap() and use it properly.
|
2009-10-19 08:59:25 +00:00 |
sashwin.h
|
|
|
sckipc.h
|
|
|
sckstrm.h
|
|
|
scopedarray.h
|
|
|
scopedptr.h
|
No real changes, just fix a typo in comments and documentation.
|
2010-01-14 18:02:26 +00:00 |
scopeguard.h
|
|
|
scrolbar.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
scrolwin.h
|
Allow user code to override key events in generic wxListCtrl.
|
2010-07-11 10:43:35 +00:00 |
settings.h
|
make sure that wxSystemSettings::GetFont/GetColour return values are always valid
|
2009-03-24 23:13:02 +00:00 |
sharedptr.h
|
|
|
sizer.h
|
Don't use grouping of different methods as this creates confusing output
|
2010-03-16 19:13:36 +00:00 |
slider.h
|
Implement support for wxSL_<DIR> in wxGTK, show them better in the sample.
|
2009-11-14 23:15:27 +00:00 |
snglinst.h
|
Allow creating wxSingleInstanceChecker with default name.
|
2009-09-16 12:38:00 +00:00 |
socket.h
|
wxSocket::Initialize() and Shutdown() are for main thread only.
|
2009-09-21 08:44:35 +00:00 |
sound.h
|
|
|
spinbutt.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
spinctrl.h
|
Document wxSpinCtrlDouble in correct header file.
|
2009-12-19 12:00:16 +00:00 |
splash.h
|
|
|
splitter.h
|
|
|
srchctrl.h
|
Set the string to search for in wxSearchCtrl events.
|
2010-07-11 10:44:18 +00:00 |
sstream.h
|
|
|
stackwalk.h
|
|
|
statbmp.h
|
|
|
statbox.h
|
Correct examples in wxStaticBox(Sizer) documentation.
|
2009-08-07 12:39:41 +00:00 |
statline.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
stattext.h
|
better docs for Get/SetLabel methods
|
2010-03-29 21:31:27 +00:00 |
statusbr.h
|
Copy wxPerl notes from the LaTeX documentation.
|
2009-10-18 17:47:01 +00:00 |
stdpaths.h
|
fixing doc for OSX
|
2010-07-05 06:39:56 +00:00 |
stdstream.h
|
correct a typo in a comment in the example (see #10637)
|
2009-05-03 09:29:13 +00:00 |
stockitem.h
|
Extract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON.
|
2010-02-04 01:33:32 +00:00 |
stopwatch.h
|
|
|
strconv.h
|
Add convenient wxMBConv::cMB2WC/WC2MB overloads taking buffers.
|
2009-09-12 22:40:25 +00:00 |
stream.h
|
Globally replace _T() with wxT().
|
2009-07-23 20:30:22 +00:00 |
string.h
|
Use wxScopedCharBuffer in To8BitData() in ANSI build too.
|
2010-07-01 15:28:30 +00:00 |
sysopt.h
|
Add a system option to exit immediately on assert failure.
|
2010-06-20 17:43:21 +00:00 |
tarstrm.h
|
|
|
taskbar.h
|
|
|
textctrl.h
|
Copy wxPerl notes from the LaTeX documentation.
|
2009-10-18 17:47:01 +00:00 |
textdlg.h
|
|
|
textentry.h
|
Document that wxTextEntry was added in 2.9.0.
|
2010-06-17 14:39:27 +00:00 |
textfile.h
|
minor corrections: document typeDefault, remove text copied from the header (closes #10740)
|
2009-04-25 14:42:59 +00:00 |
textwrapper.h
|
fix miscellaneous Doxygen 1.6.1 warnings
|
2009-12-20 15:07:08 +00:00 |
tglbtn.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
thread.h
|
Implement wx-prefixed macros versions of DECLARE_EVENT_TABLE, BEGIN_EVENT_TABLE* and END_EVENT_TABLE macros.
|
2010-06-09 14:28:08 +00:00 |
timer.h
|
Implement wx-prefixed macros versions of DECLARE_EVENT_TABLE, BEGIN_EVENT_TABLE* and END_EVENT_TABLE macros.
|
2010-06-09 14:28:08 +00:00 |
tipdlg.h
|
|
|
tipwin.h
|
|
|
tls.h
|
|
|
tokenzr.h
|
add docs for the global wxStringTokenize() function which were lost during latex=>doxygen conversion
|
2010-05-26 23:05:04 +00:00 |
toolbar.h
|
minor fixes to reduce number of Doxygen warnings
|
2010-05-11 19:44:16 +00:00 |
toolbook.h
|
|
|
tooltip.h
|
|
|
toplevel.h
|
Add OSX prefix, and be clear that this is OS X only API to avoid any expectation that this API may work elsewhere.
|
2009-12-09 05:25:32 +00:00 |
tracker.h
|
|
|
translation.h
|
Add wxTranslations::GetAvailableTranslations().
|
2010-06-16 14:09:32 +00:00 |
treebase.h
|
Copy wxPerl notes from the LaTeX documentation.
|
2009-10-18 17:47:01 +00:00 |
treebook.h
|
|
|
treectrl.h
|
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT*CLASS macros.
|
2010-06-09 13:55:48 +00:00 |
txtstrm.h
|
|
|
uiaction.h
|
Add wxUSE_UIACTIONSIMULATOR and turn it off by default.
|
2010-03-22 11:40:35 +00:00 |
unichar.h
|
Allow calling wxStrchr() with a narrow string and wide character.
|
2009-11-28 14:37:03 +00:00 |
uri.h
|
use :: when referring to wxDefaultSize or wxDefaultPosition
|
2009-04-21 11:21:36 +00:00 |
url.h
|
|
|
ustring.h
|
|
|
utils.h
|
Provide more details about the major and minor version numbers returned by wxGetOsVersion() under linux,mac,windows.
|
2010-03-07 16:03:53 +00:00 |
valgen.h
|
|
|
validate.h
|
Replace wxValidator::SetBellOnError() with SuppressBellOnError().
|
2009-10-15 14:44:22 +00:00 |
valtext.h
|
|
|
variant.h
|
wxVariant <-> wxAny conversion functionality. Includes implicit construction of wxAny from wxVariant, and vice versa. wxVariant->wxAny conversion is implemented by adding new virtual member function into wxVariantData. wxAny->wxVariant conversion is implemented by associating wxAnyValueTypes with functions that generate wxVariantData instances (using a hash map).
|
2010-04-16 14:33:52 +00:00 |
vector.h
|
Add wxVectorSort function for sorting wxVector<T> containers. Closes #11889
|
2010-04-07 20:32:25 +00:00 |
version.h
|
|
|
vidmode.h
|
|
|
vlbox.h
|
|
|
volume.h
|
minor additions and clarifications
|
2010-04-19 18:54:26 +00:00 |
vscroll.h
|
|
|
weakref.h
|
Add wxWeakRef::element_type, remove unnecessary assignment operator.
|
2010-04-10 18:13:23 +00:00 |
wfstream.h
|
Override some methods in wxF(F)ileStream to resolve ambiguities.
|
2009-12-27 19:39:55 +00:00 |
window.h
|
Document that wxWindow::FindWindowByXXX() functions may return NULL.
|
2010-05-19 21:03:49 +00:00 |
windowid.h
|
|
|
wizard.h
|
Added EVT_WIZARD_PAGE_SHOWN event for wxWizard, to give apps
|
2010-01-25 18:48:21 +00:00 |
wrapsizer.h
|
|
|
wupdlock.h
|
|
|
wxcrt.h
|
|
|
xlocale.h
|
|
|
zipstrm.h
|
|
|
zstream.h
|
|
|