wxWidgets/include/wx/generic
Vadim Zeitlin a9e41db760 Add wxCompositeWindow<> and use it in wxDatePickerCtrlGeneric.
wxCompositeWindow<> is a convenient base class for composite windows, i.e.
windows consisting of several other wxWindows. Currently it just automatically
forwards various attributes setters calls to all of the composite window parts
but it could become more useful in the future.

Similarly, for now it is only used in wxDatePickerCtrlGeneric but it could
(and should) be used for other composite controls later and we probably should
even make this class public to allow its use in the client code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-01-03 11:24:13 +00:00
..
private Fix resizing of wxGrid columns when they were reordered. 2010-11-13 15:02:42 +00:00
aboutdlgg.h
accel.h
animate.h
bmpcbox.h
busyinfo.h
buttonbar.h
calctrlg.h No real changes, just cleanup week days handling in wxGenericCalendarCtrl. 2010-10-24 22:40:47 +00:00
caret.h
choicdgg.h
clrpickerg.h
collpaneg.h
colour.h
colrdlgg.h
combo.h Added dummy GetTextWidget() implementation for wxMotif wxComboCtrl 2010-12-23 10:26:06 +00:00
ctrlsub.h
dataview.h Add optional columns autosizing to wxDataViewCtrl. 2010-10-30 15:57:41 +00:00
datectrl.h Add wxCompositeWindow<> and use it in wxDatePickerCtrlGeneric. 2011-01-03 11:24:13 +00:00
dcpsg.h
dirctrlg.h Rename wxGenericDirCtrl::ExpandDir() to PopulateNode(). 2010-12-03 14:12:23 +00:00
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
fontdlgg.h
fontpickerg.h
fswatcher.h
grid.h Add wxGrid::RefreshAttr() method to force attribute refresh. 2010-08-30 22:18:52 +00:00
gridctrl.h
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
laywin.h
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 Allow using custom labels for wxGenericMessageDialog buttons. 2010-08-30 21:48:21 +00:00
notebook.h Refactor: use wxBookCtrlBase::m_selection in all derived classes. 2010-10-27 16:54:36 +00:00
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 Block in wxMSW wxProgressDialog::Update(max) until the dialog is dismissed. 2010-09-10 17:26:03 +00:00
propdlg.h
region.h
richmsgdlgg.h Compilation fix for non-PCH build in wxGenericRichMessageDialog code. 2010-08-19 00:06:12 +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 Deprecate not working wxSplitterWindow::SetSashSize(). 2010-11-22 01:23:16 +00:00
srchctlg.h
statbmpg.h
statline.h
stattextg.h
statusbr.h
tabg.h
textdlgg.h
treectlg.h Send generic wxTreeCtrl wxEVT_COMMAND_TREE_KEY_DOWN events from OnKeyDown rather than OnChar. This change means it sends events for the same keys as the wxMSW control. It also fixes the failing unit test. 2010-09-22 10:06:39 +00:00
wizard.h