]> git.saurik.com Git - wxWidgets.git/commit - build/msw/makefile.vc
Add wxCompositeWindow<> and use it in wxDatePickerCtrlGeneric.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jan 2011 11:24:13 +0000 (11:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jan 2011 11:24:13 +0000 (11:24 +0000)
commita9e41db760792a4e666492d77290f4c51e9c5b19
treeb211e7a692b2333e1743a7bbf009aabb36a5c1c2
parentb9acd101f74b63940c7c32d7885a53c58faeb7e0
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
13 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_core.vcproj
include/wx/compositewin.h [new file with mode: 0644]
include/wx/generic/datectrl.h
src/generic/datectlg.cpp