wxWidgets/interface/wx
Vadim Zeitlin 7a78a93782 Add wxControl::GetSizeFromTextSize() to size the control to its text.
This function can be used to size a, say, wxTextCtrl to be exactly of the size
needed to enter the given amount of text in it.

This patch adds wxGTK implementation for wxTextCtrl, wxChoice and wxCombobox;
changes to the samples and the documentation.

Closes #14812.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-11-09 21:11:37 +00:00
..
aui Add wxAuiToolBar::Create(). 2012-10-27 01:27:19 +00:00
generic Revert "Split documentation of the GUI wxLog classes in a separate file." 2012-10-31 12:55:52 +00:00
html Fixes and tweaks and additions to the wxHtml docs for Phoenix 2012-11-01 22:56:13 +00:00
msw Correctly document the library the classes belong to. 2012-10-15 01:17:21 +00:00
persist Fix the name of wxPersistentTreeBookCtrl in the documentation. 2012-02-15 15:40:14 +00:00
propgrid Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
protocol Document wxFTP::TransferMode enum in the correct scope. 2012-02-15 00:35:47 +00:00
ribbon Add a setting for the disabled text colour to wxRibbon art. 2012-10-04 23:23:41 +00:00
richtext Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
stc Generate the interface file for STC from gen_iface too. 2012-10-27 03:15:08 +00:00
xml No real changes, just fix spelling errors in the documentation. 2012-02-23 13:56:10 +00:00
xrc
aboutdlg.h Fix wxAboutDialogInfo::GetName() return type in the documentation. 2012-02-07 13:48:44 +00:00
accel.h Document "raw control" use with accelerators. 2012-05-23 21:16:28 +00:00
access.h
affinematrix2d.h Several fixes for wxAffineMatrix2D transformations. 2012-05-25 09:48:09 +00:00
affinematrix2dbase.h Several fixes for wxAffineMatrix2D transformations. 2012-05-25 09:48:09 +00:00
animate.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
any.h
anybutton.h Interface fixes and tweaks for Phoenix 2011-12-30 06:14:17 +00:00
app.h remove some wxPython-only methods that were accidentally added to the interface file 2012-02-11 20:32:32 +00:00
apptrait.h
archive.h The wxStreamProtocolType enum is multiply defined, remove one of them. 2011-11-24 01:37:45 +00:00
arrstr.h Fix wxArrayString::Item() and Last() documentation. 2012-04-02 16:07:41 +00:00
artprov.h Interface fixes for Phoenix 2012-07-19 06:46:44 +00:00
atomic.h
bannerwindow.h Extend wxBannerWindow background bitmap if necessary. 2011-11-28 18:58:52 +00:00
base64.h
bitmap.h Add wxBitmap::NewFromPNGData() for creating bitmaps from PNG data. 2012-09-13 17:15:00 +00:00
bmpbuttn.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
bmpcbox.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
bookctrl.h Interface tweaks for Phoenix 2012-06-20 17:10:23 +00:00
brush.h wxBrushList and wxFontList do not derive from wxList. 2012-11-09 05:02:52 +00:00
buffer.h Document the default size of new wxMemoryBuffer correctly. 2012-02-15 15:39:56 +00:00
busyinfo.h
button.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
calctrl.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
caret.h Interface fixes for Phoenix 2012-06-18 02:14:07 +00:00
chartype.h
checkbox.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
checklst.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
choicdlg.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
choice.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
choicebk.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
clipbrd.h Document that wxClipboard::Flush() is not implemented in wxGTK. 2012-05-23 21:16:31 +00:00
clntdata.h
clrpicker.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
cmdline.h Added convenient wxCmdLineParser::AddLong{Option,Switch}() wrappers. 2011-11-22 13:18:58 +00:00
cmdproc.h Document more wxCommandProcessor methods. 2011-11-30 09:21:37 +00:00
cmndata.h I think the "specific to PostScript" methods have been gone since 2.6, so let's stop saying that they are there but undocumented. 2012-07-20 00:53:31 +00:00
collpane.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
colordlg.h
colour.h Add a more convenient wxColour::MakeDisabled() overload. 2012-10-04 23:23:18 +00:00
colourdata.h Add NUM_CUSTOM 2012-03-31 04:39:48 +00:00
combo.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
combobox.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
commandlinkbutton.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
config.h Interface fixes for Phoenix 2012-07-19 06:46:44 +00:00
containr.h
control.h Add wxControl::GetSizeFromTextSize() to size the control to its text. 2012-11-09 21:11:37 +00:00
convauto.h Add wxConvAuto::GetBOMChars() helper. 2011-11-05 11:23:41 +00:00
cpp.h
cshelp.h
ctrlsub.h
cursor.h Document wxIMAGE_OPTION_CUR_HOTSPOT_[XY] in wxCursor ctor. 2012-01-03 00:40:27 +00:00
custombgwin.h
dataobj.h Correctly document the library the classes belong to. 2012-10-15 01:17:21 +00:00
dataview.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
datectrl.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
dateevt.h Fix missing and broken interface items for Phoenix 2012-04-10 03:27:50 +00:00
datetime.h Make wxDateTime invalid after Set((time_t)-1) call. 2012-10-24 14:02:30 +00:00
datstrm.h
dc.h Interface fixes for Phoenix 2012-08-14 05:11:59 +00:00
dcbuffer.h Correctly document the library the classes belong to. 2012-10-15 01:17:21 +00:00
dcclient.h Correct wxPaintDC base class in the documentation. 2012-04-19 16:14:16 +00:00
dcgraph.h
dcmemory.h
dcmirror.h
dcprint.h
dcps.h
dcscreen.h
dcsvg.h Implement clipping in wxSVGFileDC. 2012-10-24 23:40:41 +00:00
dde.h
debug.h Remove support for MetroWerks CodeWarrior compiler. 2012-04-05 18:40:11 +00:00
debugrpt.h
defs.h Add missing WXK constants for the control keys 2012-10-27 03:15:17 +00:00
dialog.h Add CreateTextSizer 2012-04-10 03:27:22 +00:00
dialup.h
dir.h Add wxDIR_NO_FOLLOW flag for wxDir iteration. 2012-10-23 23:57:32 +00:00
dirctrl.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
dirdlg.h Add missing styles 2012-07-14 21:36:25 +00:00
display.h
dnd.h Document wxDropTarget::GetDataObject(). 2012-09-09 00:44:03 +00:00
docmdi.h Don't document private event handlers in doc/view frame classes. 2012-02-15 00:35:18 +00:00
docview.h Document wxDocManager::CreatePreviewFrame() as being protected, not public. 2012-02-15 00:35:21 +00:00
dragimag.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
dynarray.h
dynlib.h
editlbox.h Interface fixes for Phoenix 2012-05-22 00:17:03 +00:00
encconv.h Fix wxEncodingConverter::Convert(wchar_t) documentation. 2012-01-03 23:27:50 +00:00
event.h Add wxUSE_{BASE,GUI} checks to interface headers. 2012-11-06 23:53:17 +00:00
eventfilter.h no code changes, fixed some typos 2012-01-09 14:04:25 +00:00
evtloop.h Add simple document for wxGUIEventLoop 2012-06-23 00:44:14 +00:00
fdrepdlg.h Make wxFindReplaceData accessors const. 2012-10-17 15:45:20 +00:00
ffile.h Remove duplicate wxFileKind definition from documentation. 2012-02-23 16:33:13 +00:00
file.h Added wxFile::ReadAll() for consistency with wxFFile::ReadAll(). 2012-09-30 22:28:08 +00:00
fileconf.h Document wxFileConfig ctor. 2011-12-10 11:42:49 +00:00
filectrl.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
filedlg.h Add documentation of wxFileSelectorEx() and wx{Load,Save}FileSelector(). 2012-03-04 00:29:11 +00:00
filefn.h Clarify wxFileOffset description a bit. 2012-06-23 12:27:14 +00:00
filehistory.h
filename.h Make wxFILE_EXISTS_SYMLINK work on its own, without wxFILE_EXISTS_NO_FOLLOW. 2012-10-25 22:30:43 +00:00
filepicker.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
filesys.h Add wxFSInputStream providing stream interface to wxFileSystem. 2012-04-16 13:53:49 +00:00
font.h wxBrushList and wxFontList do not derive from wxList. 2012-11-09 05:02:52 +00:00
fontdata.h
fontdlg.h
fontenum.h Interface tweaks for Phoenix 2012-06-20 17:10:23 +00:00
fontmap.h Remove documentation of non-existent wxFontMapper::SetConfig(). 2012-02-15 00:35:39 +00:00
fontpicker.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
fontutil.h
frame.h Interface fixes for Phoenix 2012-05-30 03:13:27 +00:00
fs_arc.h Add a bit of docs for the FS Handlers 2012-02-27 23:51:05 +00:00
fs_filter.h Add a bit of docs for the FS Handlers 2012-02-27 23:51:05 +00:00
fs_inet.h Add a bit of docs for the FS Handlers 2012-02-27 23:51:05 +00:00
fs_mem.h Add generic wxFileSystem support to wxWebView using wxWebViewFSHandler. 2012-09-11 09:26:58 +00:00
fswatcher.h Respect wxFileName::DontFollowLink() in wxFileSystemWatcher. 2012-10-24 18:21:31 +00:00
gauge.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
gbsizer.h Document wxGB{Position,Size}::operator!=(), remove operator!(). 2012-02-15 00:35:43 +00:00
gdicmn.h Better documentation for wxRect::Set{Left,Top}(). 2012-09-20 15:46:40 +00:00
gdiobj.h
geometry.h Make wxRect2D::Get{Position,Size}() const. 2012-08-03 12:50:03 +00:00
glcanvas.h
graphics.h Several fixes for wxAffineMatrix2D transformations. 2012-05-25 09:48:09 +00:00
grid.h Make TAB behaviour in wxGrid more configurable. 2012-10-13 22:55:18 +00:00
hash.h
hashmap.h A better fix for wxHash{Map,Set} with g++ 4.7. 2012-08-06 11:06:45 +00:00
hashset.h A better fix for wxHash{Map,Set} with g++ 4.7. 2012-08-06 11:06:45 +00:00
headercol.h
headerctrl.h Interface fixes for Phoenix. 2012-07-10 05:12:05 +00:00
help.h Fixes and tweaks and additions to the wxHtml docs for Phoenix 2012-11-01 22:56:13 +00:00
htmllbox.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
hyperlink.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
icon.h Make documentation of wxIcon::ConvertToDisabled() more explicit. 2012-02-15 00:35:52 +00:00
iconbndl.h Fix setting frame icon when using non-standard icon sizes in wxMSW. 2012-01-24 22:17:47 +00:00
iconloc.h fix missing and broken interface items for Phoenix 2011-11-17 03:20:25 +00:00
image.h Typo fix, and add some missing methods. 2012-04-26 01:29:00 +00:00
imaglist.h
infobar.h Make Dismiss() virtual. 2012-03-17 02:55:30 +00:00
init.h No real changes, just fix spelling errors in the documentation. 2012-02-23 13:56:10 +00:00
intl.h Add wxTranslations::GetBestTranslation(). 2012-09-08 08:58:38 +00:00
ipc.h
ipcbase.h
joystick.h
kbdstate.h Revert HasModifiers() change in behaviour, add HasAnyModifiers(). 2012-07-29 22:08:09 +00:00
language.h
layout.h No changes, just remove functions bodies from interface docs. 2012-02-25 15:03:20 +00:00
laywin.h Interface fixes for Phoenix 2012-05-30 03:13:27 +00:00
link.h
list.h No real changes, just fix spelling errors in the documentation. 2012-02-23 13:56:10 +00:00
listbook.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
listbox.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
listctrl.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
log.h Add wxUSE_BASE checks for wxLog classes in the interface header. 2012-11-06 23:53:39 +00:00
longlong.h
math.h
mdi.h
mediactrl.h Fix spelling in the documentation. 2012-02-22 13:41:07 +00:00
memory.h
menu.h Remove wrong const from wxMenu::GetMenuItems() documentation. 2012-04-05 18:40:00 +00:00
menuitem.h Document that menu item bitmaps must be set before appending them. 2012-08-30 20:20:44 +00:00
metafile.h
mimetype.h Interface fixes for Phoenix 2012-05-18 19:54:25 +00:00
minifram.h
module.h
mousemanager.h
mousestate.h
msgdlg.h Better documentation for the default parameters values. 2012-03-04 00:29:07 +00:00
msgout.h Explicitly document wxMessageOutputFlags. 2012-03-10 14:26:22 +00:00
msgqueue.h
mstream.h
nonownedwnd.h Add missing wxFRAME_SHAPED 2012-07-11 04:23:52 +00:00
notebook.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
notifmsg.h Implement wxNotificationMessage using libnotify in wxGTK. 2012-07-27 15:36:54 +00:00
numdlg.h
numformatter.h
object.h
odcombo.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
overlay.h Add interface and simple docs doe wxOverlay and wxDCOverlay. 2012-05-19 06:21:37 +00:00
palette.h
panel.h Fix incorrect libraries in the documentation. 2012-10-27 01:27:23 +00:00
pen.h Added internal wxHatchStyle enum. 2012-06-30 23:41:15 +00:00
persist.h Correct the return type of wxPersistenceManager methods in the documentation. 2012-04-02 16:07:28 +00:00
pickerbase.h Add missing interface items for Phoenix 2012-04-12 05:33:29 +00:00
platform.h
platinfo.h Remove wxMGL port. 2012-01-15 14:46:41 +00:00
popupwin.h Interface tweaks and fixes for Phoenix 2011-12-19 22:39:02 +00:00
position.h Remove wrong "const" from wxPosition::operator{+,-}=() documentation. 2012-02-15 15:40:18 +00:00
power.h Interface fixes for Phoenix 2012-05-19 06:21:25 +00:00
print.h Fix incorrect libraries in the documentation. 2012-10-27 01:27:23 +00:00
printdlg.h Fix missing and broken interface items for Phoenix 2012-04-21 00:07:31 +00:00
process.h Interface fixes and tweaks for Phoenix 2011-12-30 06:14:17 +00:00
progdlg.h Fix incorrect libraries in the documentation. 2012-10-27 01:27:23 +00:00
propdlg.h Remove inexistent wxPropertySheetDialog::SetInnerSizer() from documentation. 2012-02-20 21:56:10 +00:00
quantize.h
radiobox.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
radiobut.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
rawbmp.h
rearrangectrl.h Add missing parent classes 2012-06-26 02:01:09 +00:00
recguard.h
regex.h
region.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
renderer.h Fix incorrect libraries in the documentation. 2012-10-27 01:27:23 +00:00
richmsgdlg.h
richtooltip.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
sashwin.h Interface fixes for Phoenix 2012-05-30 03:13:27 +00:00
sckipc.h
sckstrm.h
scopedarray.h
scopedptr.h
scopeguard.h
scrolbar.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
scrolwin.h Add support for wxALWAYS_SHOW_SB style to wxScrolled<>. 2012-10-04 23:24:28 +00:00
settings.h Remove duplicate wxSYS_DCLICK_MSEC in wxSystemMetric documentation. 2012-03-11 23:41:23 +00:00
sharedptr.h No real changes, just fix spelling errors in the documentation. 2012-02-23 13:56:10 +00:00
simplebook.h Added wxSimplebook class: a wxBookCtrl without controller. 2012-08-30 20:21:54 +00:00
sizer.h Interface fixes for Phoenix 2012-08-14 05:11:59 +00:00
slider.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
snglinst.h
socket.h Correctly document the library the classes belong to. 2012-10-15 01:17:21 +00:00
sound.h Interface fixes for Phoenix 2012-05-17 02:47:34 +00:00
spinbutt.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
spinctrl.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
splash.h Interface fixes for Phoenix 2012-05-24 23:26:27 +00:00
splitter.h Added wxSplitterWindow::SetSashInvisible() and IsSashInvisible(). 2012-03-08 13:23:39 +00:00
srchctrl.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
sstream.h
stack.h
stackwalk.h
statbmp.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
statbox.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
statline.h
stattext.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
statusbr.h Fix missing or broken interface items for Phoenix 2011-11-02 23:42:26 +00:00
stdpaths.h Add @onlyfor tags for Unix-specific wxStandardPaths methods. 2012-02-20 21:56:25 +00:00
stdstream.h
stockitem.h
stopwatch.h Fix bug with wxStopWatch::Start() not resuming paused stopwatch any more. 2011-12-03 00:34:00 +00:00
strconv.h Document wxConvFileName variable, not wxMBConvFile class. 2012-02-15 15:39:49 +00:00
stream.h Added wxWrapperInputStream class. 2012-04-16 13:53:45 +00:00
string.h
sysopt.h Remove wxMGL port. 2012-01-15 14:46:41 +00:00
tarstrm.h
taskbar.h Make wxTaskBarIcon's ctor have the same API on all platforms even though setting the icon type can only be done on wxOSX-cocoa 2012-04-20 05:41:54 +00:00
textcompleter.h
textctrl.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
textdlg.h Add two step creation to wxTextEntryDialog. 2012-09-27 22:41:33 +00:00
textentry.h Preserve size of wxGrid rows/columns when hiding and showing them back. 2012-09-15 23:18:23 +00:00
textfile.h Remove support for MetroWerks CodeWarrior compiler. 2012-04-05 18:40:11 +00:00
textwrapper.h
tglbtn.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
thread.h Added wxCriticalSection::TryEnter() method. 2011-12-01 14:22:15 +00:00
time.h No changes, just move time functions from wx/stopwatch.h to wx/time.h. 2011-11-27 19:50:27 +00:00
timectrl.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
timer.h Add wxAnyButton so the shared class hierarchy of wxButton and wxToggleButton is accurate. 2011-11-04 03:38:09 +00:00
tipdlg.h Fix missing and broken interface items for Phoenix 2012-04-17 17:00:36 +00:00
tipwin.h
tls.h
tokenzr.h Better documentation for the default parameters values. 2012-03-04 00:29:07 +00:00
toolbar.h Document the non-deprecated version of InsertTool, and some other tweaks. 2012-03-10 00:01:15 +00:00
toolbook.h Interface tweaks for Phoenix 2012-06-20 17:10:23 +00:00
tooltip.h Remove Palm OS port. 2012-01-15 01:05:28 +00:00
toplevel.h Document ShowWithoutActivating 2012-09-20 16:42:27 +00:00
tracker.h
translation.h Add wxTranslations::GetBestTranslation(). 2012-09-08 08:58:38 +00:00
treebase.h Remove the wxPython-only doc snippets from the C++ docs 2012-04-10 03:27:44 +00:00
treebook.h Interface tweaks for Phoenix 2012-06-20 17:10:23 +00:00
treectrl.h Fixed appearance images to use Doxygen @image command (Doxygen will now copy files automatically), and cleaned up some more overviews. 2012-11-03 18:32:50 +00:00
treelist.h Interface fixes for Phoenix 2012-06-07 04:43:09 +00:00
txtstrm.h
uiaction.h Add support for digits and +/- sign to wxUIActionSimulator::Text(). 2011-11-15 15:56:55 +00:00
unichar.h
uri.h Fix wxURI::HasUserInfo() name in the documentation. 2012-04-02 16:07:38 +00:00
url.h
ustring.h
utils.h Provide up to date documentation for wxLoadUserResource(). 2012-09-13 17:13:50 +00:00
valgen.h
validate.h Interface fixes for Phoenix 2012-08-14 05:11:59 +00:00
valnum.h
valtext.h
variant.h Improve SAFEARRAY support in wxMSW OLE Automation code. 2012-09-23 22:49:50 +00:00
vector.h Add wxVector::assign(). 2012-10-24 14:01:44 +00:00
version.h
versioninfo.h Gave proper spacing to header include sections. 2012-01-18 19:14:16 +00:00
vidmode.h
vlbox.h Correct a missing apostrophe in a doc string. 2012-08-16 00:42:40 +00:00
volume.h
vscroll.h
weakref.h
webview.h Document which wxWebView methods must wait for a page load before being called. 2012-10-28 21:01:06 +00:00
webviewarchivehandler.h Minor changes, just trim trailing spaces in webview code. 2012-03-28 18:00:30 +00:00
webviewfshandler.h Set svn properties on recently added files. 2012-09-17 23:35:26 +00:00
wfstream.h
window.h Document that HasFocus() is new in 2.9. 2012-10-13 22:54:32 +00:00
windowid.h
withimages.h
wizard.h Interface fixes for Phoenix 2012-06-08 05:11:21 +00:00
wrapsizer.h Interface fixes and tweaks for Phoenix 2011-12-30 06:14:17 +00:00
wupdlock.h
wxcrt.h
xlocale.h Remove the mention of non-existing wxPrintf_l() from the documentation. 2012-02-14 23:09:33 +00:00
zipstrm.h
zstream.h