wxWidgets/interface/wx
Vadim Zeitlin 63ff0fefcf Correct typo in wxRefCounter description.
Closes #11047.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-07-30 13:14:25 +00:00
..
aui
generic Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
html Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
msw
persist
propgrid Fixed wxPropertyGridInterface::SetPropertyValues() documentation 2009-07-20 15:06:04 +00:00
protocol correct an example which had no chance of working 2009-06-27 21:35:27 +00:00
richtext
stc
xml
xrc add support for loading wxListCtrl items and wxImageLists from XRC (closes #10647) 2009-05-07 17:29:57 +00:00
aboutdlg.h Allow setting long version field in About dialog. 2009-07-25 22:53:23 +00:00
accel.h
access.h
animate.h
app.h Support delayed destruction in console applications too.\n\nThis only works if there is a running event loop but if there is one, we can have the same kind of problems with non-GUI objects such as sockets in console applications as we have with windows in GUI ones, so we must support this (see #10989). 2009-07-21 14:16:44 +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 now wxGTK is always compiled against GTK+ >= 2.4 2009-04-12 12:43:38 +00:00
atomic.h
base64.h document wxBase64DecodeMode and other minor fixes (closes #10882) 2009-06-10 14:44:26 +00:00
bitmap.h
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
busyinfo.h
button.h added support for bitmaps in wxButton to wxOSX/Cocoa 2009-06-21 03:01:53 +00:00
calctrl.h
caret.h
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 use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
choicdlg.h
choice.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
choicebk.h
clipbrd.h
clntdata.h
clrpicker.h
cmdline.h
cmdproc.h
cmndata.h
collpane.h
colordlg.h
colour.h add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669) 2009-05-09 12:40:09 +00:00
combo.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
combobox.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
config.h
control.h
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 fix the wxCursor(const wxString& cursor_file, ...) ctor by reusing wxImage ctor; fix doxygen rendering of that ctor docs 2009-05-16 10:42:48 +00:00
dataobj.h
dataview.h added EVT_DATAVIEW_CACHE_HINT event (closes #9891) 2009-07-05 15:21:52 +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
datstrm.h
dc.h added wxDC::CopyAttributes() and use it in wxBufferedDC to ensure that wxAutoBufferedPaintDC font is correctly initialized from the window font, as it already happens with wxPaintDC that it mimics 2009-05-31 19:40:04 +00:00
dcbuffer.h
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
debugrpt.h
defs.h introduce wxBG_STYLE_{ERASE,PAINT} and implement their documented semantics in wxGTK 2009-06-16 23:04:42 +00:00
dialog.h
dialup.h
dir.h
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
dragimag.h
dynarray.h
dynlib.h
editlbox.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
encconv.h
event.h don't duplicate wxMouseState in wxMouseEvent but reuse its methods and variables (somehow this was never done when wxMouseState was introduced) 2009-04-29 21:42:30 +00:00
evtloop.h
fdrepdlg.h
ffile.h
file.h added wxTempFile::Flush() (dedicated to Theodore Ts'o and Ext4) 2009-05-31 09:49:31 +00:00
fileconf.h
filectrl.h
filedlg.h
filefn.h
filename.h make more wxFileName methods const (closes #10887) 2009-06-12 15:28:45 +00:00
filepicker.h
filesys.h
font.h wxFont::MakeXXX() and Scale() methods now modify the font in place; XXX() and Scaled() create new font 2009-06-17 21:27:37 +00:00
fontdlg.h
fontenum.h
fontmap.h
fontpicker.h
frame.h use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically 2009-04-25 12:59:09 +00:00
fs_mem.h
gauge.h
gbsizer.h
gdicmn.h
gdiobj.h
glcanvas.h
graphics.h Document CreateMeasuringContext now that it is available for all wxGC impls. 2009-04-19 19:51:08 +00:00
grid.h generate wxEVT_GRID_{COL,ROW}_SIZE events when the user double clicks the separating line too; do not generate these events if the size didn't really change (further improvements to grid events are possible and remain needed, see #10754) 2009-04-29 21:59:10 +00:00
hash.h
hashmap.h
hashset.h
headercol.h
headerctrl.h
help.h
htmllbox.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
hyperlink.h
icon.h
iconbndl.h document effect of loading an icon bundle on stream position 2009-06-06 12:09:30 +00:00
iconloc.h
image.h clatify alpha discussion (closes #10888) 2009-06-12 15:35:17 +00:00
imaglist.h
init.h
intl.h regenerated after r60684 2009-07-06 21:11:52 +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
laywin.h
link.h
list.h
listbook.h
listbox.h added wxLB_NO_SB style and implementation for wxMSW (closes #10991) 2009-07-17 14:36:30 +00:00
listctrl.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
log.h Make wxLog::EnableLogging() and wxLogNull thread-specific. 2009-07-13 13:21:52 +00:00
longlong.h
math.h
mdi.h
mediactrl.h
memory.h
menu.h fix doxygen warning 2009-03-30 19:57:34 +00:00
menuitem.h
metafile.h
mimetype.h
minifram.h
module.h
mousemanager.h added default ctor to wxMouseEventsManager, this is convenient when deriving window classes (which must provide default ctors to e.g. allow loading them from XRC) from it 2009-05-31 14:43:01 +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 Correct obsolete information: SetYesNoLabels() is not Mac-only any more. 2009-07-18 12:15:25 +00:00
msgout.h Document wxMessageOutput and related classes. 2009-07-18 23:48:50 +00:00
msgqueue.h
mstream.h
notebook.h
notifmsg.h
numdlg.h
object.h Correct typo in wxRefCounter description. 2009-07-30 13:14:25 +00:00
odcombo.h
palette.h
panel.h
pen.h add new predefined colour (and relative brush/pen): wxYELLOW (closes #10669) 2009-05-09 12:40:09 +00:00
persist.h
pickerbase.h
platform.h
platinfo.h add wxGetLinuxDistributionInfo() and wxPlatformInfo::GetLinuxDistribution() functions; also add to wxPlatformInfo the GetOperatingSystemDescription(), GetDesktopEnvironment(), GetOperatingSystemDirectory() functions to group in the same class (wxPlatformInfo) all available platform-detection functions 2009-06-02 13:01:41 +00:00
popupwin.h
position.h
power.h
print.h
printdlg.h
process.h
progdlg.h add wxProgressDialog::SetRange() function 2009-06-01 23:19:25 +00:00
propdlg.h
quantize.h
radiobox.h
radiobut.h
rawbmp.h
rearrangectrl.h
recguard.h
regex.h
region.h
renderer.h
sashwin.h
sckipc.h
sckstrm.h
scopedarray.h
scopedptr.h
scopeguard.h
scrolbar.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
scrolwin.h
settings.h
sharedptr.h
sizer.h allow windows which are placed inside wxStaticBoxes to be built as children of the wxStaticBox itself rather than forcing users to build them as siblings of the static box (closes #9859) 2009-04-25 10:49:36 +00:00
slider.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
snglinst.h
socket.h
sound.h
spinbutt.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
spinctrl.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
splash.h
splitter.h
srchctrl.h
sstream.h
stackwalk.h
statbmp.h
statbox.h allow windows which are placed inside wxStaticBoxes to be built as children of the wxStaticBox itself rather than forcing users to build them as siblings of the static box (closes #9859) 2009-04-25 10:49:36 +00:00
statline.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
stattext.h
statusbr.h use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically 2009-04-25 12:59:09 +00:00
stdpaths.h allow customizing wxStandardPaths logic for the program directory determination 2009-06-11 16:46:19 +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 Added wxSTOCK_FOR_BUTTON flag for wxGetStockLabel(). 2009-07-25 16:41:05 +00:00
stopwatch.h
strconv.h
stream.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
string.h Correct example in wxStringBufferLength documentation. 2009-07-22 23:23:01 +00:00
sysopt.h
tarstrm.h
taskbar.h
textctrl.h only run tests using multiline strings with multiline text control; document that using multiline strings doesn't work with singleline controls 2009-04-14 13:22:09 +00:00
textdlg.h
textentry.h
textfile.h minor corrections: document typeDefault, remove text copied from the header (closes #10740) 2009-04-25 14:42:59 +00:00
textwrapper.h extracted wxTextWrapper in its own header and made it public 2009-05-31 20:12:07 +00:00
tglbtn.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
thread.h Added wxThread::GetMainId(). 2009-07-11 20:46:55 +00:00
timer.h
tipdlg.h
tipwin.h
tls.h
tokenzr.h
toolbar.h
toolbook.h
tooltip.h
toplevel.h
tracker.h
treebase.h improve wxTreeItemData documentation (closes #10662) 2009-04-05 13:07:24 +00:00
treebook.h
treectrl.h added wxTreeCtrl::GetFocusedItem() (closes #10859) 2009-06-19 23:34:51 +00:00
txtstrm.h
unichar.h
uri.h use :: when referring to wxDefaultSize or wxDefaultPosition 2009-04-21 11:21:36 +00:00
url.h
ustring.h
utils.h add wxGetLinuxDistributionInfo() and wxPlatformInfo::GetLinuxDistribution() functions; also add to wxPlatformInfo the GetOperatingSystemDescription(), GetDesktopEnvironment(), GetOperatingSystemDirectory() functions to group in the same class (wxPlatformInfo) all available platform-detection functions 2009-06-02 13:01:41 +00:00
valgen.h
validate.h
valtext.h
variant.h wxVariantData now inherits from wxObjectRefData 2009-06-17 01:32:40 +00:00
vector.h
version.h
vidmode.h
vlbox.h
volume.h
vscroll.h
weakref.h
wfstream.h typo fix (closes #10699) 2009-05-09 12:42:59 +00:00
window.h Implement wxWindow::GetToolTipText(). 2009-07-25 23:13:58 +00:00
windowid.h
wizard.h
wrapsizer.h
wupdlock.h
wxcrt.h
xlocale.h
zipstrm.h
zstream.h