wxWidgets/include/wx/msw
Vadim Zeitlin 8957e55ed3 Refactor wxDatePickerCtrl to derive from wxDateTimePickerCtrl.
No real changes, just refactor wxMSW wxDatePickerCtrl to allow sharing code
with the upcoming wxTimePickerCtrl class. Even less changes for the other
platforms where wxDateTimePickerCtrl is trivial.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-09-29 13:43:02 +00:00
..
ole
private No changes, just extract wxCreateHiddenWindow() declaration in a header. 2011-09-21 15:07:32 +00:00
wince Update setup files 2011-09-11 10:15:28 +00:00
accel.h
amd64.manifest
anybutton.h Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +00:00
app.h
apptbase.h
apptrait.h
bitmap.h
blank.cur
bmpbuttn.h Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +00:00
bmpcbox.h
brush.h
bullseye.cur
button.h Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +00:00
calctrl.h
caret.h
cdrom.ico
checkbox.h
checklst.h
child.ico
chkconf.h Move msw configuration checking to chkconf.h 2011-05-06 12:59:13 +00:00
choice.h
clipbrd.h
colordlg.h
colour.h
colours.bmp
combo.h
combobox.h Replace wxComboBox::IsEmpty() with Is{List,Text}Empty(). 2011-08-21 12:06:16 +00:00
commandlinkbutton.h
computer.ico
control.h
crashrpt.h
cross.cur
csquery.bmp
ctrlsub.h
cursor.h
datectrl.h Refactor wxDatePickerCtrl to derive from wxDateTimePickerCtrl. 2011-09-29 13:43:02 +00:00
datetimectrl.h Refactor wxDatePickerCtrl to derive from wxDateTimePickerCtrl. 2011-09-29 13:43:02 +00:00
dc.h Add wxDC::SetTransformMatrix() and related methods and implement them in wxMSW. 2011-04-23 16:03:10 +00:00
dcclient.h
dcmemory.h
dcprint.h
dcscreen.h
dde.h
debughlp.h
dialog.h
dib.h
dirdlg.h
dragimag.h
drive.ico
enhmeta.h Make wxEnhMetaFileDC ctor from wxDC explicit. 2011-07-21 13:49:59 +00:00
evtloop.h
fdrepdlg.h
file1.ico
filedlg.h
floppy.ico
folder1.ico
folder2.ico
font.h
fontdlg.h
frame.h
fswatcher.h Implement watching directory correctly in MSW wxFileSystemWatcher. 2011-05-03 23:31:39 +00:00
gauge.h
gccpriv.h
gdiimage.h
genrcdefs.h
glcanvas.h
hand.cur
headerctrl.h
helpbest.h
helpchm.h Use DECLARE_DYNAMIC_CLASS instead of DECLARE_CLASS. 2011-06-07 14:28:55 +00:00
helpwin.h Replace more DECLARE_CLASS occurrences with DECLARE_DYNAMIC_CLASS. 2011-06-07 16:48:36 +00:00
htmlhelp.h
hyperlink.h
ia64.manifest
icon.h
imaglist.h
iniconf.h
joystick.h
libraries.h
listbox.h
listctrl.h
magnif1.cur
mdi.h
mdi.ico
menu.h Added private wxMenu::MSWNewFromHMENU() method. 2011-08-08 09:32:39 +00:00
menuitem.h Rewrote wxMSW radio menu items code to support not only appending them. 2011-05-10 08:50:38 +00:00
metafile.h
microwin.h
mimetype.h
minifram.h
missing.h Fix compilation of wxWebView under mingw by adding missing definitions and dynamically loading urlmon. 2011-09-28 14:54:56 +00:00
msgdlg.h
mslu.h
msvcrt.h
notebook.h No changes, just use symbolic NO_IMAGE constant instead of -1 or wxNOT_FOUND. 2011-08-21 14:08:49 +00:00
notifmsg.h
ownerdrw.h
palette.h
panel.h Merge in from trunk r67662 to r64801 2011-07-25 16:54:53 +00:00
pbrush.cur
pen.h
pencil.cur
pntleft.cur
pntright.cur
popupwin.h
printdlg.h Initialize the native printer info for ConvertFromNative if it hasn't been done already. 2011-08-02 19:49:02 +00:00
printwin.h
private.h Always initialize SelectInHDC::m_hgdiobj in wxMSW. 2011-06-29 17:50:30 +00:00
progdlg.h Enable the HWND of the task dialog to be fetched with GetHandle if it is being used. 2011-09-10 03:26:37 +00:00
question.ico
radiobox.h
radiobut.h
rcdefs.h
regconf.h
region.h
registry.h
removble.ico
richmsgdlg.h
rightarr.cur
roller.cur
scrolbar.h
seh.h
setup0.h Update setup files 2011-09-11 10:15:28 +00:00
setup_inc.h
slider.h Fix showing slider label in wxMSW when wxSL_MIN_MAX_LABELS was not used. 2011-07-11 22:49:33 +00:00
sound.h Change wxSound ctor from in-memory data to use size_t/void *. 2011-09-21 15:08:02 +00:00
spinbutt.h
spinctrl.h
stackwalk.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbar.h
std.ico
stdpaths.h
subwin.h
taskbar.h
textctrl.h Add wxTextCtrl::PositionToCoords() functions for wxMSW and wxGTK. 2011-07-29 15:11:54 +00:00
textentry.h Add wxTextEntry::AutoCompleteDirectories(). 2011-08-27 14:11:13 +00:00
tglbtn.h Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +00:00
tls.h
toolbar.h
tooltip.h
toplevel.h Added wxTopLevelWindow::MSWGetSystemMenu() method. 2011-08-08 09:32:42 +00:00
treectrl.h
uxtheme.h
uxthemep.h
webview_ie.h Fix compilation of wxWebView under mingw by adding missing definitions and dynamically loading urlmon. 2011-09-28 14:54:56 +00:00
webviewhistoryitem_ie.h Update wxWebView guards to stop backend compilation when wxUSE_WEBVIEW is 0. 2011-09-12 18:35:39 +00:00
window.h Refactor wxWindow::MSWHandleMessage() out from MSWWindowProc(). 2011-07-22 12:49:22 +00:00
winundef.h
wrapcctl.h
wrapcdlg.h
wrapgdip.h
wrapshl.h
wrapwin.h
wx.manifest
wx.rc