wxWidgets/include/wx/msw
Michael Wetherell a87f2821ad Declarations missing from VC++ 5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-16 12:21:20 +00:00
..
ole
wince define _TM_DEFINED if we define struct tm here 2006-07-26 13:21:02 +00:00
.cvsignore
accel.h build fix 2006-05-29 06:53:31 +00:00
amd64.manifest
app.h
apptbase.h wxPlatformInfo (patch 1532064) 2006-08-13 21:00:32 +00:00
apptrait.h wxPlatformInfo (patch 1532064) 2006-08-13 21:00:32 +00:00
bitmap.h
blank.cur
bmpbuttn.h
brush.h
bullseye.cur
button.h
caret.h
cdrom.ico
checkbox.h
checklst.h
child.ico
chkconf.h wxUSE_DATAOBJ requires wxUSE_OLE (bug 1526189) 2006-07-29 20:31:41 +00:00
choice.h
clipbrd.h
colordlg.h
colour.h [ 1473731 ] 'wxColourBase and wxString <-> wxColour implementation' with minor modifications and rebaked build files. 2006-04-24 14:52:23 +00:00
colours.bmp
combo.h better key handling for MSW and GTK (patch 1526666) 2006-08-13 00:35:02 +00:00
combobox.h
computer.ico
control.h
crashrpt.h
cross.cur
csquery.bmp
cursor.h
datectrl.h
dc.h
dcclient.h
dcmemory.h
dcprint.h
dcscreen.h
dde.h
debughlp.h
dialog.h
dib.h
dirdlg.h Trying to commit wxDirDialog patch. 2006-04-30 09:44:29 +00:00
dragimag.h
drive.ico
enhmeta.h
evtloop.h
fdrepdlg.h
file1.ico
filedlg.h File/dir dialog styles and other changes (patch 1488371): 2006-05-28 23:32:12 +00:00
floppy.ico
folder1.ico
folder2.ico
font.h miscellaneous wxFont enhancements (patch 1496606): 2006-05-29 00:03:36 +00:00
fontdlg.h
fontenum.h Source markup fixes. 2006-05-29 21:12:51 +00:00
frame.h correct access for virtuals 2006-05-07 01:14:50 +00:00
gauge95.h
gccpriv.h
gdiimage.h
genrcdefs.h
glcanvas.h
gsockmsw.h
hand.cur
helpbest.h added missing include after last commit 2006-05-29 14:51:42 +00:00
helpchm.h show native-looking (with 3D shadow) help tooltips for context help, if possible, using wxCHMHelpController 2006-06-14 17:46:51 +00:00
helpwin.h
htmlhelp.h
ia64.manifest
icon.h
imaglist.h
iniconf.h
joystick.h
libraries.h
listbox.h call SetHorizontalExtent() from SetString(); also simplified/cleaned up the former function and call InvalidateBestSize() from it automatically now 2006-07-12 21:44:34 +00:00
listctrl.h TLW default item changes have changed Enter key processing: it was now handled as TAB even for controls such as wxTree/ListCtrl which need it themselves; fix this by checking for VK_RETURN in these classes MSWShouldPreProcessMessage() implementation; also removed specific test for wxTextCtrl in wxWindowMSW::MSWProcessMessage() and simplified its code 2006-07-31 22:06:24 +00:00
magnif1.cur
mdi.h
mdi.ico
menu.h
menuitem.h
metafile.h
microwin.h
mimetype.h
minifram.h
missing.h Declarations missing from VC++ 5 2006-08-16 12:21:20 +00:00
msgdlg.h
mslu.h
msvcrt.h
notebook.h we don't need to override MSWTranslateMessage(), it was a wrong workaround for the bug fixed in rev 1.41 of src/msw/evtloop.cpp 2006-06-30 23:00:11 +00:00
palette.h
pbrush.cur
pen.h
pencil.cur
pntleft.cur
pntright.cur
popupwin.h
printdlg.h
printwin.h
private.h
question.ico
radiobox.h make it possible to associate context help text with individual radiobox items 2006-06-11 21:13:13 +00:00
radiobut.h
rcdefs.h
regconf.h
region.h moved duplicated wxRegionContain definitions to wx/region.h 2006-08-10 14:26:55 +00:00
registry.h
removble.ico
rightarr.cur
roller.cur
scrolbar.h
seh.h handle fatal exceptions in the other threads (based on patch 1459813 by Carl-Friedrich Braun) 2006-04-26 18:04:15 +00:00
setup0.h moved wxUSE_MS_HTML_HELP to MSW-specific setup.h, it's not used on other platforms 2006-06-30 22:04:56 +00:00
setup_microwin.h
slider95.h
sound.h
spinbutt.h added NormalizeValue() which can be used to ensure that the control value is in range 2006-08-10 00:43:35 +00:00
spinctrl.h force showing 0 in the spin control instead of leaving it empty as the native spin button seems to be content to do 2006-06-26 12:20:50 +00:00
stackwalk.h
statbmp.h
statbox.h
statbr95.h
statline.h
stattext.h
std.ico
stdpaths.h
subwin.h
tabctrl.h
taskbar.h
tbar95.h minor refactoring of OnEraseBackground() 2006-07-24 14:57:57 +00:00
textctrl.h
tglbtn.h
timer.h
tooltip.h Warning fix, minor source cleaning and better !PCH support. 2006-07-24 14:04:31 +00:00
toplevel.h move the logic for changing notebook pages using the standard Ctrl-Tab/PageUp/Dn keys even when focus is outside of the notebook to wxControlContainer from wxTopLevelWindowMSW to allow it work for notebooks whose parent is not a TLW (as a side effect, this now also works in all ports although I don't really know how desirable this is) 2006-08-10 15:42:07 +00:00
treectrl.h TLW default item changes have changed Enter key processing: it was now handled as TAB even for controls such as wxTree/ListCtrl which need it themselves; fix this by checking for VK_RETURN in these classes MSWShouldPreProcessMessage() implementation; also removed specific test for wxTextCtrl in wxWindowMSW::MSWProcessMessage() and simplified its code 2006-07-31 22:06:24 +00:00
uxtheme.h take const wxWindow * in wxUxThemeHandle ctor 2006-06-03 14:56:05 +00:00
uxthemep.h
window.h reorganized VK to WXK translation code to use a table instead of huge switch statement in which it was too easy to get lost 2006-06-22 18:27:02 +00:00
winundef.h
wrapcctl.h
wrapcdlg.h
wrapshl.h moved combobox styles from defs.to to combobox.h; added wxTE/wxCB_FILENAME styles (MSW only for now); show them in the widgets sample and use for file/dir pickers text controls 2006-07-29 19:19:50 +00:00
wrapwin.h
wx.manifest
wx.rc Give app a default wxWidgets icon other than random one e.g. CD-ROM 2006-06-18 11:07:19 +00:00