wxWidgets/include/wx/msw
Vadim Zeitlin 65676a2882 Make wxChoice and wxComboBox behaviour same as in native controls in wxMSW.
Keep the item selected from the drop down using keyboard when switching away
from the control by pressing TAB: although this generates CBN_SELENDCANCEL
notification, the selection is actually kept by the native controls in this
case, so don't reset it ourselves -- even though it makes sense, it makes wx
applications behave differently from the native ones.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-12-02 23:49:25 +00:00
..
ole Provide stand-in IDropTargetHelper definition to fix VC6 build. 2012-10-14 14:42:58 +00:00
private Allow creating wxTextMeasure without specifying the font. 2012-11-01 17:15:22 +00:00
wince Add wxUSE_COMPILER_TLS to allow disabling compiler TLS support. 2012-06-17 21:34:47 +00:00
accel.h
amd64.manifest
anybutton.h
app.h Define wxEntry() with WinMain-compatible signature for all Windows ports. 2012-06-30 16:33:28 +00:00
apptbase.h
apptrait.h Define wxGUIAppTraits for wxGTK/Windows port. 2012-07-23 15:03:30 +00:00
bitmap.h Add wxBitmap::NewFromPNGData() for creating bitmaps from PNG data. 2012-09-13 17:15:00 +00:00
blank.cur
bmpbuttn.h
bmpcbox.h
brush.h
bullseye.cur
button.h
calctrl.h
caret.h
cdrom.ico
checkbox.h Correct best size computation for wxCheckBox with borders under MSW. 2012-09-23 22:48:16 +00:00
checklst.h
child.ico
chkconf.h Remove support for MetroWerks CodeWarrior compiler. 2012-04-05 18:40:11 +00:00
choice.h Make wxChoice and wxComboBox behaviour same as in native controls in wxMSW. 2012-12-02 23:49:25 +00:00
clipbrd.h
colordlg.h
colour.h
colours.bmp
combo.h
combobox.h Implement DoGetSizeFromTextSize() for wxMSW wx{Choice,Combobox,TextCtrl}. 2012-11-14 13:47:59 +00:00
commandlinkbutton.h
computer.ico
control.h
crashrpt.h
cross.cur
csquery.bmp
ctrlsub.h
cursor.h
custombgwin.h
datectrl.h
datetimectrl.h
dc.h wxDC::GetHandle support for wxMSW 2012-07-28 19:31:09 +00:00
dcclient.h Cache HDC used for painting for the entire duration of WM_PAINT processing. 2012-11-10 00:52:54 +00:00
dcmemory.h
dcprint.h
dcscreen.h
dde.h
debughlp.h
dialog.h
dib.h Fix wxMSW compilation without PCH. 2012-07-01 22:39:41 +00:00
dirdlg.h Use new style directory selection dialog under Vista and later. 2012-04-15 23:18:12 +00:00
dragimag.h
drive.ico
enhmeta.h
evtloop.h Use the same console event loop in wxBase and wxCore in wxMSW. 2012-07-10 23:52:00 +00:00
evtloopconsole.h Use the same console event loop in wxBase and wxCore in wxMSW. 2012-07-10 23:52:00 +00:00
fdrepdlg.h
file1.ico
filedlg.h
floppy.ico
folder1.ico
folder2.ico
font.h
fontdlg.h
frame.h
fswatcher.h
gauge.h
gccpriv.h
gdiimage.h
genrcdefs.h
glcanvas.h
hand.cur
headerctrl.h Make a couple virtuals protected so they can be overridden. 2012-07-10 06:42:15 +00:00
helpbest.h
helpchm.h Use wxString::t_str() in calls to Windows API functions in wxMSW. 2012-06-03 19:16:59 +00:00
helpwin.h
htmlhelp.h
hyperlink.h
ia64.manifest
icon.h
imaglist.h
iniconf.h
init.h Define wxEntry() with WinMain-compatible signature for all Windows ports. 2012-06-30 16:33:28 +00:00
joystick.h
libraries.h
listbox.h Don't try to determine the clicked item ourselves in wxMSW wxListBox. 2012-09-09 00:44:26 +00:00
listctrl.h Implement constrained best size calculation in wxMSW wxListCtrl. 2012-05-09 14:24:47 +00:00
magnif1.cur
mdi.h
mdi.ico
menu.h
menuitem.h
metafile.h
microwin.h
mimetype.h
minifram.h
missing.h Add MUI_LANGUAGE_NAME to wx/msw/missing.h. 2012-09-08 10:53:16 +00:00
msgdlg.h
mslu.h
msvcrt.h
nonownedwnd.h
notebook.h
notifmsg.h Add missing "flags" argument to wxNotificationMessage ctor in wxMSW. 2012-04-28 22:25:23 +00:00
ownerdrw.h
palette.h
panel.h
pbrush.cur
pen.h
pencil.cur
pntleft.cur
pntright.cur
popupwin.h
printdlg.h
printwin.h
private.h Use wxString::t_str() in calls to Windows API functions in wxMSW. 2012-06-03 19:16:59 +00:00
progdlg.h
question.ico
radiobox.h
radiobut.h
rcdefs.h
regconf.h
region.h
registry.h
removble.ico
richmsgdlg.h
rightarr.cur
roller.cur
scrolbar.h
seh.h
setup0.h Add wxUSE_COMPILER_TLS to allow disabling compiler TLS support. 2012-06-17 21:34:47 +00:00
setup_inc.h
slider.h
sound.h
spinbutt.h
spinctrl.h Implement GetSizeFromTextSize() for wxSpinCtrl. 2012-11-20 12:49:53 +00:00
stackwalk.h
statbmp.h Fix wxStaticBitmap best size calculation in wxMSW. 2012-05-09 14:23:57 +00:00
statbox.h Revert r71595 for now, as the bug it fixed is the lesser of two evils with the potential bugs it causes. See #14453. 2012-07-08 03:48:55 +00:00
statline.h
stattext.h
statusbar.h
std.ico
stdpaths.h
subwin.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
textctrl.h Revert all wxNOEXCEPT-related changes. 2012-11-20 12:49:03 +00:00
textentry.h Fix wxMSW wxTextEntry compilation in wxUSE_DYNLIB_CLASS==0 case. 2012-07-23 15:03:57 +00:00
tglbtn.h
timectrl.h
tls.h
toolbar.h Fixed parts of toolbar background not being drawn with older comctl32.dll. 2012-05-02 14:44:45 +00:00
tooltip.h No real changes, just use clearer names for wxMSW wxToolTip methods. 2012-04-05 13:55:51 +00:00
toplevel.h Removed redundant DoEnable 2012-03-12 11:42:49 +00:00
treectrl.h Freeze wxTreeCtrl in wxMSW by hiding it. 2012-10-13 22:52:35 +00:00
uxtheme.h
uxthemep.h
webview_ie.h Explicitly unregister custom wxWebViewIE namespaces when we are done with them. Also add a missing ClassFactory::AddRef. 2012-10-21 20:33:48 +00:00
webview_missing.h Move wxWebViewIE missing definitions to webview_missing.h and add new definitions required for Find. 2012-09-10 20:02:58 +00:00
webviewhistoryitem_ie.h Minor changes, just trim trailing spaces in webview code. 2012-03-28 18:00:30 +00:00
window.h Implement horizontal mouse wheel events support for wxMSW. 2012-03-22 00:27:02 +00:00
winundef.h Don't use wxCHECK_W32API_VERSION() in #if when it can be undefined. 2012-05-23 21:16:41 +00:00
wrapcctl.h
wrapcdlg.h
wrapgdip.h
wrapshl.h
wrapwin.h
wx.manifest
wx.rc Remove support for MetroWerks CodeWarrior compiler. 2012-04-05 18:40:11 +00:00