wxWidgets/include/wx/msw
2006-03-10 21:26:59 +00:00
..
ole fixed wx_media linkage/export problems - from RN patch 2006-02-11 00:30:20 +00:00
wince Fixed interpretation of selection and added selection/check notification 2006-02-24 16:00:42 +00:00
.cvsignore
accel.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
amd64.manifest Manifest files for win64 2005-10-12 11:47:09 +00:00
app.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
apptbase.h
apptrait.h
bitmap.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
blank.cur
bmpbuttn.h use focused bitmap as fallback for the hover one 2005-11-03 19:38:20 +00:00
brush.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
bullseye.cur
button.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
caret.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
cdrom.ico
checkbox.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
checklst.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
child.ico
chkconf.h Attempt at using inkedit control for wxTextCtrl, when PC is tablet enabled. Currently 2006-02-06 17:56:44 +00:00
choice.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
clipbrd.h don't clear clipboard if it was changed by another application since we used it (patch 1436601) 2006-03-09 13:59:31 +00:00
colordlg.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
colour.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
colours.bmp
combobox.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
computer.ico
control.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
crashrpt.h
cross.cur
csquery.bmp
cursor.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
datectrl.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
dc.h added linear and concentric gradient fill functions (modified/fixed patch from Ryan Norton) 2006-02-12 01:57:31 +00:00
dcclient.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dcmemory.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dcprint.h disallow creation of wxDC objects and made wxDC an ABC; use wxDCTemp instead of wxDC in wx code; fixed WinCE bug with deleting a DC which should be released in wxListBox::MSWOnMeasure() 2005-12-25 02:34:42 +00:00
dcscreen.h Start/EndDrawingOnTop are still used under Motif, don't deprecate them 2005-12-25 12:52:53 +00:00
dde.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
debughlp.h
dialog.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
dib.h
dirdlg.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
display.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
dragimag.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
drive.ico
enhmeta.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
evtloop.h Build fix for wxWindowMSW used in header. 2006-01-15 10:13:40 +00:00
fdrepdlg.h Fixes for include guards, patch 1256967 Paul Cornett 2005-09-25 20:49:40 +00:00
file1.ico
filedlg.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
floppy.ico
folder1.ico
folder2.ico
font.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
fontdlg.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
fontenum.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
frame.h extracted wxFrame::MSWTranslateMessage() implementation into new MSWDoTranslateMessage so that it can be reused by wxMDIChildFrame; this allows to pass the correct window to ::TranslateAccelerator() and fix UI updating of the MDI child menu items (bug 1214439) 2006-01-23 16:38:07 +00:00
gauge95.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
gccpriv.h Macros for simplified testing Open Watcom version and required tweaks. 2005-11-10 16:16:05 +00:00
gdiimage.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
gdiobj.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
genrcdefs.h Add rcdefs.h and support for automatic manifests on Windows 2005-11-08 22:49:46 +00:00
glcanvas.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
gsockmsw.h
hand.cur
helpbest.h __WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes. 2005-12-19 10:55:11 +00:00
helpchm.h Added parent window parameter to wxHelpController constructor 2005-10-26 09:32:10 +00:00
helpwin.h Added parent window parameter to wxHelpController constructor 2005-10-26 09:32:10 +00:00
htmlhelp.h
ia64.manifest Manifest files for win64 2005-10-12 11:47:09 +00:00
icon.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
imaglist.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
iniconf.h
joystick.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
libraries.h Move oleacc.lib from the VC++ projects/makefiles to libraries.h 2006-01-21 22:50:46 +00:00
listbox.h added wxListBox::HitTest() from Ryan (patch 1446207) 2006-03-09 12:48:52 +00:00
listctrl.h Applied Patch #1424869: Implement wxListCtrl::SetItemColumnImage 2006-03-10 21:26:59 +00:00
magnif1.cur
mdi.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
mdi.ico
menu.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
menuitem.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
metafile.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
microwin.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
mimetype.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
minifram.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
missing.h DMC build fix. 2006-03-07 19:53:43 +00:00
msgdlg.h Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 17:20:50 +00:00
mslu.h
msvcrt.h
notebook.h wxUSE_UXTHEME=0 (WinCE) build fix. 2006-02-12 13:06:54 +00:00
palette.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
pbrush.cur
pen.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
pencil.cur
pntleft.cur
pntright.cur
popupwin.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
printdlg.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
printwin.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
private.h fix gcc4 warning for wndproc casts (patch 1431939) 2006-03-09 13:18:50 +00:00
question.ico
radiobox.h Make radiobuttons siblings instead of children in radioboxes again and remove refresh hack. Fixes bug #1387591. 2006-01-02 11:03:28 +00:00
radiobut.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
rcdefs.h Add rcdefs.h and support for automatic manifests on Windows 2005-11-08 22:49:46 +00:00
regconf.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
region.h great copy ctor/assignment operators cleanup by Paul Cornett (patch 1307665) 2006-02-09 00:51:23 +00:00
registry.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
removble.ico
rightarr.cur
roller.cur
scrolbar.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
setup0.h Added wxUSE_TOOLBOOK 2006-01-30 16:26:30 +00:00
setup_microwin.h Removed WXWIN_COMPATIBILITY_2_2 together with code guarded by it. 2005-10-09 15:48:42 +00:00
slider95.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
sound.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
spinbutt.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
spinctrl.h Committed forgotten files 2006-01-17 16:59:02 +00:00
stackwalk.h
statbmp.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
statbox.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
statbr95.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
statline.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
stattext.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
std.ico
stdpaths.h
subwin.h
tabctrl.h Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const. 2006-01-16 14:59:55 +00:00
taskbar.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
tbar95.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
textctrl.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
tglbtn.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
timer.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
tooltip.h added wx/object.h include (bug 1398517) 2006-01-06 12:54:44 +00:00
toplevel.h Revitalise SIP support in all toplevel wince windows. 2006-02-25 23:11:26 +00:00
treectrl.h make access specifiers for the virtual functions match their access in the base class (patch 1400131) 2006-02-08 21:47:09 +00:00
uxtheme.h Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
uxthemep.h
window.h Added context menu support under PocketPC 2006-02-28 13:37:23 +00:00
winundef.h #undef CreateFont to fix cygwin compilation now that wxRichTextCtrl uses it 2005-10-31 19:35:41 +00:00
wrapcctl.h Helpers in disabling warnings for unused params. 2005-07-01 13:39:03 +00:00
wrapcdlg.h
wrapshl.h
wrapwin.h avoid warnings C4311/4312 when building with MSVC >= 7 (patch 1414052) 2006-02-08 22:32:42 +00:00
wx.manifest
wx.rc Add rcdefs.h and support for automatic manifests on Windows 2005-11-08 22:49:46 +00:00