wxWidgets/include/wx/msw
2005-01-16 15:46:22 +00:00
..
ctl3d
ole
wince removed obsolete wxUSE_CTL3D 2005-01-15 14:45:20 +00:00
.cvsignore
accel.h really implemented operator==(); reformatted a little 2004-12-10 11:23:16 +00:00
app.h
apptbase.h
apptrait.h
bitmap.h
blank.cur
bmpbuttn.h update the disabled buttons appearance when system colours change (followup to patch 1027243) 2004-10-03 13:46:11 +00:00
brush.h wxBrushBase between wxBrush and wxGDIObject (class follows wxFontBase model). 2004-12-03 15:31:31 +00:00
bullseye.cur
button.h
caret.h
cdrom.ico
checkbox.h override MSWGetDefaultBgBrush() to use transparent brush 2004-12-12 19:47:01 +00:00
checklst.h
child.ico
chkconf.h MS Smartphone has no input other than phone buttons which limits pointing on screen. Perhaps in the future..... 2005-01-07 18:27:43 +00:00
choice.h replaced OnCtlColor(7 params) with MSWControlColor(1 param) 2004-11-19 19:40:31 +00:00
clipbrd.h
clock.cur
colordlg.h
colour.h
colours.bmp
combobox.h Added further 'missing' wxTextCtrl-like functions to wxComboBox 2004-12-09 15:16:51 +00:00
computer.ico
control.h fixed background drawing for opaque controls 2004-12-22 21:07:33 +00:00
crashrpt.h
csquery.bmp
cursor.h
datectrl.h wxMSW wxDatePickerCtrl header 2005-01-15 17:08:07 +00:00
dc.h Use Get*Box instead Get*Region if you are asking about position and size. And it is enough to have it in base class only. 2004-12-06 15:48:50 +00:00
dcclient.h
dcmemory.h
dcprint.h
dcscreen.h
dde.h
dialog.h replaced OnCtlColor(7 params) with MSWControlColor(1 param) 2004-11-19 19:40:31 +00:00
dib.h
dirdlg.h
display.h fix for [ 1020924 ] wx.Display.IsPrimary is wrong 2004-11-07 00:48:37 +00:00
dragimag.h
drive.ico
enhmeta.h fixed enhanced metafiles loading from files 2004-10-16 13:31:27 +00:00
error.ico
evtloop.h
fdrepdlg.h
file1.ico
filedlg.h Hardware defines spec. 2004-09-29 08:03:26 +00:00
floppy.ico
folder1.ico
folder2.ico
font.h keep the old wxFont::Create() signature (changed by font size in pixels patch) to fix XTI and to preserve backwards compatibility 2004-09-27 11:02:11 +00:00
fontdlg.h
fontenum.h Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). 2004-10-13 14:04:19 +00:00
frame.h moved wxWindow::m_hMenu to wxFrame, it is not needed in the base class 2004-12-19 20:56:38 +00:00
gauge95.h
gccpriv.h
gdiimage.h
gdiobj.h
glcanvas.h
gsockmsw.h
hand.cur
heart.cur
helpbest.h
helpchm.h
helpwin.h Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). 2004-10-13 14:04:19 +00:00
icon.h
imaglist.h
info.ico
iniconf.h
joystick.h
listbox.h always return solid background for listbox 2004-11-19 20:36:23 +00:00
listctrl.h Common wxListCtrl control name. 2005-01-14 13:07:44 +00:00
magnif1.cur
mdi.h fixed flicker during MDI children creation: the frame is now created hidden and shown in idle time to maintain backward compatibility 2004-09-29 21:07:48 +00:00
mdi.ico
menu.h
menuitem.h
metafile.h
microwin.h
mimetype.h
minifram.h
missing.h
msgdlg.h
mslu.h Added wxFopen to the MSLU code. 2005-01-07 18:48:30 +00:00
msvcrt.h
noentry.cur
notebook.h Common default notebook name. 2005-01-13 20:30:21 +00:00
palette.h wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platforms. wxColourMap definition centralized and 2.4 only. Source cleaning. 2004-12-08 17:43:18 +00:00
pbrush.cur
pen.h
pencil.cur
pntleft.cur
pntright.cur
popupwin.h
printdlg.h Made wxPageSetupDialog a pimpl implementation. 2004-11-20 14:46:25 +00:00
printwin.h
private.h removed obsolete wxUSE_CTL3D 2005-01-15 14:45:20 +00:00
query.cur
question.ico
radiobox.h accept focus in radiobox again (broken by making it derive from static box which doesn't accept it) 2004-12-17 01:41:47 +00:00
radiobut.h
regconf.h Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested). 2004-10-13 14:04:19 +00:00
region.h
registry.h implemented Export(file) 2005-01-16 00:26:40 +00:00
removble.ico
rightarr.cur
roller.cur
scrolbar.h replaced OnCtlColor(7 params) with MSWControlColor(1 param) 2004-11-19 19:40:31 +00:00
setup0.h don't force wxUSE_EXTENDED_RTTI to eb 1 for Borland compiler (why?) 2005-01-16 15:46:22 +00:00
setup_microwin.h removed 2.0 compatibility stuff (patch 1054261) 2004-11-11 18:59:51 +00:00
size.cur
slider95.h forward Enable() and SetFont() to the labels as well 2004-12-12 21:51:11 +00:00
slidrmsw.h replaced OnCtlColor(7 params) with MSWControlColor(1 param) 2004-11-19 19:40:31 +00:00
sound.h
spinbutt.h
spinctrl.h Fixes for wxUSE_SPIN... == 0. 2004-11-23 20:08:56 +00:00
statbmp.h
statbox.h moved styles logic to MSWGetStyle() (no real changes) 2005-01-15 17:10:34 +00:00
statbr95.h
statline.h
stattext.h
std.ico
stdpaths.h moved AppendAppName() from MSW to common code; modified it to not double the trailing slash, if any 2004-10-20 00:34:32 +00:00
subwin.h added WX_FORWARD_STD_METHODS_TO_SUBWINDOWS macro 2004-12-13 01:02:32 +00:00
tabctrl.h
taskbar.h
tbar95.h
tbarmsw.h
textctrl.h changed the code to be really sure that exactly one update event is sent when SetValue() is called 2004-11-25 14:43:54 +00:00
tglbtn.h Changed Rocketeer licence to wxWindows licence, by authorisation 2004-11-22 15:55:34 +00:00
timer.h
tooltip.h
toplevel.h Hardware defines spec. 2004-09-29 08:03:26 +00:00
treectrl.h Old API deprecated. Source cleaning. 2005-01-11 21:17:16 +00:00
uxtheme.h last commit broke compilation for wxUSE_UXTHEME == 0; fixing 2004-11-19 21:52:18 +00:00
warning.ico
watch1.cur
window.h don't include wx/msw/wrapwin.h in public header; corrected the m_hDWP type instead 2005-01-05 22:46:32 +00:00
winundef.h undef CreateWindow too, even if we don't use it ourselves it's still a very common name and shouldn't be defined after including wxWindows headers 2004-12-13 21:30:39 +00:00
wrapcctl.h
wrapshl.h extracted LPITEMIDLIST wrappers in a separate header (also [will be] used by wxStdnardPaths) 2004-10-19 16:43:53 +00:00
wrapwin.h
wx.manifest
wx.rc use slashes instead of backslashes and quotes instead of angle brackets in all #includes 2004-10-20 15:14:46 +00:00