wxWidgets/include/wx/generic
Vadim Zeitlin c31d9c7f60 Use task dialog for wxProgressDialog implementation in wxMSW.
If available, the task dialog is now used for the wxProgressDialog under
Windows. This provides a much more native looking dialog which doesn't look
out of place under modern Windows versions, unlike the generic implementation.

The internals of the code had to be significantly changed as the task dialog
can only be shown modally so, to emulate wxProgressDialog modeless nature, a
separate thread is used for the progress dialog management.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-08-18 22:49:02 +00:00
..
private Send right and double click events in wxGrid when using native header. 2010-07-13 12:38:00 +00:00
aboutdlgg.h
accel.h
animate.h
bmpcbox.h
busyinfo.h
buttonbar.h
calctrlg.h
caret.h
choicdgg.h Add initial selection parameter to wxGetSingleChoice() functions. 2010-03-21 11:06:31 +00:00
clrpickerg.h
collpaneg.h
colour.h
colrdlgg.h
combo.h
ctrlsub.h
dataview.h Add wxDataViewCtrl::{Set,Get}CurrentItem(). 2010-08-10 12:53:03 +00:00
datectrl.h
dcpsg.h
dirctrlg.h
dirdlgg.h
dragimgg.h
dvrenderer.h Fix activation handling in generic wxDataViewCtrl renderers. 2010-06-20 17:43:30 +00:00
dvrenderers.h Fix activation handling in generic wxDataViewCtrl renderers. 2010-06-20 17:43:30 +00:00
fdrepdlg.h
filectrlg.h
filedlgg.h
filepickerg.h Initialize picker style in native GTK file/dir pickers. 2010-03-16 00:23:57 +00:00
fontdlgg.h
fontpickerg.h
fswatcher.h
grid.h Remove scroll units duplication in wxGrid to fix setting them. 2010-07-12 22:50:23 +00:00
gridctrl.h Add documentation for several grid cell renderer/editor classes. 2010-04-22 11:20:50 +00:00
grideditors.h
gridsel.h
headerctrlg.h
helpext.h
hyperlink.h Provide native wxHyperlinkCtrl implementation for wxMSW. 2010-08-17 16:55:32 +00:00
icon.h
imaglist.h
infobar.h Move wxInfoBar to core library from adv. 2010-05-05 12:20:08 +00:00
laywin.h Implement wx-prefixed macros versions of DECLARE_EVENT_TABLE, BEGIN_EVENT_TABLE* and END_EVENT_TABLE macros. 2010-06-09 14:28:08 +00:00
listctrl.h Account for largest item in wxGenericListCtrl::GetBestSize(). 2010-07-11 10:44:08 +00:00
logg.h
mask.h
mdig.h
msgdlgg.h Provide a task-dialog based wxMSW wxMessageDialog implementation. 2010-08-18 22:48:28 +00:00
notebook.h
notifmsg.h
numdlgg.h
paletteg.h
panelg.h Inherit notebook background recursively under wxMSW. 2010-08-10 21:48:17 +00:00
printps.h
prntdlgg.h
progdlgg.h Use task dialog for wxProgressDialog implementation in wxMSW. 2010-08-18 22:49:02 +00:00
propdlg.h
region.h
richmsgdlgg.h Add wxRichMessageDialog class. 2010-08-18 22:48:41 +00:00
sashwin.h
scrolwin.h
spinctlg.h Fix compilation of wxSpinCtrlGenericBase when PCH are not used. 2010-07-22 13:42:38 +00:00
splash.h
splitter.h
srchctlg.h
statbmpg.h
statline.h
stattextg.h
statusbr.h
tabg.h
textdlgg.h
treectlg.h Implement wx-prefixed macros versions of DECLARE/IMPLEMENT*CLASS macros. 2010-06-09 13:55:48 +00:00
wizard.h