wxWidgets/samples/widgets
Vadim Zeitlin 6305f044a1 Add "filter changed" event to wxFileCtrl.
Generate an event when the selection in the filter combobox of wxFileCtrl
changes.

Closes #12099.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-05-29 10:35:47 +00:00
..
icons added wxGenericStaticBitmap (#9608) 2008-06-21 15:32:33 +00:00
bmpcombobox.cpp Added workaround for VC6 internal compiler error (fixes #11104) 2009-08-15 05:30:18 +00:00
button.cpp Add support for showing "elevation" icon in wxMSW buttons. 2010-02-08 19:52:00 +00:00
checkbox.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
choice.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
clrpicker.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
combobox.cpp Add wxComboBox::Popup() and Dismiss() to manually show or hide its popup. 2010-01-24 01:00:45 +00:00
datepick.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
dirctrl.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
dirpicker.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
editlbox.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
filectrl.cpp Add "filter changed" event to wxFileCtrl. 2010-05-29 10:35:47 +00:00
filepicker.cpp Undo test code accidentally committed as part of r62643. 2009-11-14 17:34:47 +00:00
fontpicker.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
gauge.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
hyperlnk.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
itemcontainer.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
itemcontainer.h compilation fix in wxUSE_STL case after r54761 2008-08-31 15:05:02 +00:00
listbox.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
makefile.bcc Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
makefile.gcc Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
Makefile.in Rebake. 2010-01-09 19:56:18 +00:00
makefile.mic
makefile.unx Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
makefile.vc Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
makefile.wat Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
notebook.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
odcombobox.cpp Have wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDOWN and wxEVT_COMMAND_COMBOBOX_CLOSEUP events 2009-09-26 09:15:29 +00:00
radiobox.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
searchctrl.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
slider.cpp Implement support for wxSL_<DIR> in wxGTK, show them better in the sample. 2009-11-14 23:15:27 +00:00
spinbtn.cpp Use GetWidgets() in the widgets samples instead of GetWidget2(). 2010-05-13 15:31:30 +00:00
statbmp.cpp Suppress errors from static bitmap page of widgets sample. 2009-12-03 16:26:25 +00:00
static.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
textctrl.cpp Test wxTE_PROCESS_ENTER style in the widgets sample. 2010-02-03 21:07:46 +00:00
toggle.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
widgets_vc7.vcproj Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
widgets_vc8.vcproj Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
widgets_vc9.vcproj Regenerated makefiles after removing USE_GDIPLUS. 2010-04-09 14:14:26 +00:00
widgets.bkl add headers to the samples' bakefiles so that they show up in MSVC project files 2009-03-04 11:47:32 +00:00
widgets.cpp Simplify and correct MSW selection of background brush for children painting. 2010-05-21 12:51:20 +00:00
widgets.dsp Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
widgets.h Use GetWidgets() in the widgets samples instead of GetWidget2(). 2010-05-13 15:31:30 +00:00