wxWidgets/include/wx/msw
Vadim Zeitlin 926df8a162 Add wxFileDialog::GetCurrentlySelectedFilename().
Also send wxEVT_UPDATE_UI events for the extra controls in wxFileDialog.

The combination of these changes allows extra controls to update their state
depending on the current selection in the dialog. Show a simple example of
doing it in the dialogs sample.

Closes #15235.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-05-31 23:21:27 +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 Make wxToolBar styles consistent and add wxTB_DEFAULT_STYLE. 2013-03-31 01:12:27 +00:00
accel.h
amd64.manifest
anybutton.h
app.h
apptbase.h
apptrait.h Define wxGUIAppTraits for wxGTK/Windows port. 2012-07-23 15:03:30 +00:00
bitmap.h add wxMask::GetBitmap(), closes #9381 2013-01-20 06:28:11 +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 Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
child.ico
chkconf.h
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 use const arrays for wxDC array parameters, closes #10712 2013-01-18 17:27:51 +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 Use API_VERSION_NUMBER for debug help API version check. 2013-04-08 14:15:35 +00:00
dialog.h
dib.h
dirdlg.h
dragimag.h
drive.ico
enhmeta.h
evtloop.h
evtloopconsole.h
fdrepdlg.h
file1.ico
filedlg.h Add wxFileDialog::GetCurrentlySelectedFilename(). 2013-05-31 23:21:27 +00:00
floppy.ico
folder1.ico
folder2.ico
font.h Add wxFontInfo class to allow using named parameters for wxFont creation. 2013-04-30 10:27:38 +00:00
fontdlg.h
frame.h Move menu messages handling from wxFrame to wxTLW in wxMSW. 2013-02-24 13:48:13 +00:00
fswatcher.h
gauge.h
gccpriv.h
gdiimage.h
genrcdefs.h Don't include the manifest in wx/msw/wx.rc by default for MSVC compiler. 2013-02-09 00:35:46 +00:00
glcanvas.h
hand.cur
headerctrl.h Fix bug with dragging non-draggable columns in wxMSW wxHeaderCtrl. 2013-01-20 02:08:51 +00:00
helpbest.h
helpchm.h
helpwin.h
htmlhelp.h
hyperlink.h
ia64.manifest
icon.h Add wxIcon::CreateFromHICON() to wxMSW. 2013-02-10 16:13:37 +00:00
imaglist.h
iniconf.h
init.h
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 Add wxListCtrl::EnableAlternateRowColours() and SetAlternateRowColour(). 2012-12-22 02:33:23 +00:00
magnif1.cur
mdi.h Forward events to active child at MSW, not wx, level in wxMDIParentFrame. 2013-05-04 23:59:51 +00:00
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 Add support for wxICON_AUTH_NEEDED to wxMessageDialog. 2013-04-29 12:54:08 +00:00
mslu.h
msvcrt.h
nonownedwnd.h
notebook.h
notifmsg.h
ownerdrw.h
palette.h
panel.h
pbrush.cur
pen.h
pencil.cur
pntleft.cur
pntright.cur
popupwin.h
printdlg.h
printwin.h
private.h Allow building wxGTK under Windows with MSVC. 2012-12-28 16:03:03 +00:00
progdlg.h
question.ico
radiobox.h
radiobut.h
rcdefs.h Don't include the manifest in wx/msw/wx.rc by default for MSVC compiler. 2013-02-09 00:35:46 +00:00
regconf.h
region.h
registry.h
removble.ico
richmsgdlg.h
roller.cur
scrolbar.h
seh.h Suppress warning about _set_se_translator() for VC++ 10 and 11 too. 2012-12-28 16:03:24 +00:00
setup0.h
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 Refresh wxMSW wxStaticBitmap when its size changes. 2013-02-09 00:35:54 +00:00
statbox.h
statline.h
stattext.h
statusbar.h
std.ico
stdpaths.h
subwin.h
taskbar.h
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 Make wxToolBar styles consistent and add wxTB_DEFAULT_STYLE. 2013-03-31 01:12:27 +00:00
tooltip.h
toplevel.h Move menu messages handling from wxFrame to wxTLW in wxMSW. 2013-02-24 13:48:13 +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 Use wxCOMPtr throughout the wxWebViewIE Find code. 2013-05-18 14:07:58 +00:00
webview_missing.h Add HTTP status code definitions to attempt to fix VC6 compilation following #73325. 2013-01-09 20:27:48 +00:00
webviewhistoryitem_ie.h
window.h Add wxWindow::BeginRepositioningChildren() and EndRepositioningChildren(). 2013-05-31 23:21:03 +00:00
winundef.h
wrapcctl.h
wrapcdlg.h
wrapgdip.h
wrapshl.h
wrapwin.h No real changes, just spelling fixes to comments. Closes #15030. 2013-02-27 12:05:17 +00:00
wx.manifest
wx.rc Create wxCURSOR_RIGHT_ARROW on the fly from normal arrow cursor under MSW. 2013-02-10 16:13:46 +00:00