wxWidgets/include/wx/msw
2005-07-28 14:02:55 +00:00
..
ole wxVariant is in wxBase so should be forward declared using WXDLLIMPEXP_BASE and not WXDLLEXPORT 2005-07-01 21:36:25 +00:00
wince eVC3 compatibility workaround. 2005-07-21 17:44:06 +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 added wxBitmap::GetMaskBitmap() 2005-03-27 17:47:39 +00:00
blank.cur
bmpbuttn.h
brush.h wxBrushBase between wxBrush and wxGDIObject (class follows wxFontBase model). 2004-12-03 15:31:31 +00:00
bullseye.cur Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
button.h simplifications and corrections to background drawing: 2005-04-10 15:23:08 +00:00
caret.h
cdrom.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
checkbox.h setting foreground colour for wxCheckBox now works when using XP themes too 2005-05-18 23:16:46 +00:00
checklst.h
child.ico REmoved unnecessary cursor and icon files 2005-05-15 14:48:42 +00:00
chkconf.h disabled wxStackWalker and wxCrashReport for Win64 2005-07-28 14:02:55 +00:00
choice.h extended wxWindow::MSWGetBgBrush() and wxControl::MSWControlColor() to work for arbitrary HWNDs and not just wxWindows: this allows us to draw proper background for slider labels and other subcontrols 2005-04-10 21:55:12 +00:00
clipbrd.h
colordlg.h
colour.h
colours.bmp
combobox.h Fixed bug #1022383: 'several ComboBoxes appear selected' 2005-03-18 19:32:20 +00:00
computer.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
control.h extended wxWindow::MSWGetBgBrush() and wxControl::MSWControlColor() to work for arbitrary HWNDs and not just wxWindows: this allows us to draw proper background for slider labels and other subcontrols 2005-04-10 21:55:12 +00:00
crashrpt.h Typo correction patch [ 1208110 ] Lots of typo corrections 2005-05-31 09:20:43 +00:00
cross.cur Cross-hair cursor appears as an I-beam on WinXP for some reason; 2005-04-03 11:36:31 +00:00
csquery.bmp Restored scrollbar background 2005-05-31 14:40:34 +00:00
cursor.h
datectrl.h corrected wxRTTI macros 2005-02-17 23:17:30 +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 Typo correction patch [ 1208110 ] Lots of typo corrections 2005-05-31 09:20:43 +00:00
dcmemory.h
dcprint.h
dcscreen.h
dde.h
debughlp.h wxWinCE fixes. 2005-01-18 10:10:23 +00:00
dialog.h moved Esc processing from wxWindow to wxDialog where it belongs; use the -- to be implemented in 2.7 -- GetEscapeId() to decide what to do when Esc is pressed 2005-07-14 23:09:00 +00:00
dib.h
dirdlg.h
display.h
dragimag.h
drive.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
enhmeta.h MinGW warning fix. 2005-01-18 20:23:48 +00:00
evtloop.h wxMSWUniv build fix. 2005-07-18 13:36:31 +00:00
fdrepdlg.h
file1.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
filedlg.h
floppy.ico Artwork replacement (c) Julian Smart 2005-05-31 20:29:11 +00:00
folder1.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
folder2.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
font.h
fontdlg.h
fontenum.h
frame.h Added WXK_SPECIAL... keycodes for special hardware buttons 2005-03-18 14:26:57 +00:00
gauge95.h Warning fixes for MinGW. 2005-01-21 18:15:42 +00:00
gccpriv.h Warning fixes for Cygwin 2005-05-19 17:03:10 +00:00
gdiimage.h return name and extension by const ref, not by value, to prevent bugs as the one just fixed by patch 1159289 from compiling 2005-03-08 20:16:44 +00:00
gdiobj.h
glcanvas.h removed ambiguity from wxGLCanvas ctors (bug 1102544) 2005-02-21 01:52:23 +00:00
gsockmsw.h Added licence/copyright information 2005-05-04 18:57:50 +00:00
hand.cur Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
helpbest.h
helpchm.h
helpwin.h
htmlhelp.h Use theme and HTML Help headers from Wine (with permission) 2005-05-14 16:58:36 +00:00
icon.h
imaglist.h Added GetBitmap, GetIcon to wxImageList 2005-02-27 10:36:58 +00:00
iniconf.h
joystick.h
listbox.h Applied patch [ 1218833 ] [wxMSW] wxListBox optimisation for XP 2005-06-16 15:36:48 +00:00
listctrl.h Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesco Montorsi 2005-07-22 22:29:20 +00:00
magnif1.cur Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
mdi.h added orient parameter to wxMDIParentFrame::Tile() 2005-03-21 12:27:49 +00:00
mdi.ico REmoved unnecessary cursor and icon files 2005-05-15 14:48:42 +00:00
menu.h Typo correction patch [ 1208110 ] Lots of typo corrections 2005-05-31 09:20:43 +00:00
menuitem.h
metafile.h
microwin.h
mimetype.h
minifram.h
missing.h Add HANGUL_CHARSET for vc++ 5, and move a couple of others that were already 2005-06-29 01:34:43 +00:00
msgdlg.h Base for wxMessageDialog with common checks for style. 2005-03-11 15:34:42 +00:00
mslu.h fix for BCC compilation (see patch 1101702) 2005-02-27 14:43:31 +00:00
msvcrt.h
notebook.h subclass all updown controls in notebooks, not just the first one 2005-05-24 19:18:15 +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 Restoring binary files 2005-05-16 12:33:21 +00:00
pen.h
pencil.cur Restoring binary files 2005-05-16 12:33:21 +00:00
pntleft.cur Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
pntright.cur Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
popupwin.h
printdlg.h Applied patch [ 1208256 ] Fixes bug #1193626 [wxPrintData asserts on or ignores...] 2005-05-30 08:39:23 +00:00
printwin.h
private.h added AutoHANDLE class to close a HANDLE automatically 2005-06-19 23:48:43 +00:00
question.ico Replaced icon 2005-05-15 19:20:49 +00:00
radiobox.h after latest changes background of radio buttons _not_ inside the notebook wasn't redrawn at all, fixed this 2005-04-11 14:41:36 +00:00
radiobut.h simplifications and corrections to background drawing: 2005-04-10 15:23:08 +00:00
regconf.h
region.h
registry.h fixed problem with non-const methods not working on wxRegKey initially opened in read-only mode 2005-05-18 23:29:54 +00:00
removble.ico Made the colours more muted 2005-06-01 14:21:07 +00:00
rightarr.cur Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
roller.cur Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00
scrolbar.h keep correct default background but allow overriding it in user code too 2005-05-31 14:52:23 +00:00
setup0.h Typo correction patch [ 1208110 ] Lots of typo corrections 2005-05-31 09:20:43 +00:00
setup_microwin.h Typo correction patch [ 1208110 ] Lots of typo corrections 2005-05-31 09:20:43 +00:00
slider95.h send wxEVT_SCROLL_CHANGED when using mouse wheel as well 2005-05-31 15:33:43 +00:00
sound.h
spinbutt.h
spinctrl.h show tooltips for the text control part of the spin control as well (bug 735044) 2005-02-28 01:23:03 +00:00
stackwalk.h implemented wxStackWalker for Unix (using glibc-specific methods); moved wxUSE_STACKWALKER to common setu_inc.h 2005-01-19 01:15:12 +00:00
statbmp.h Restored mouse sensitivity for static box and static bitmap 2005-02-24 08:26:50 +00:00
statbox.h Make PaintBackground virtual, too. Now that we have 2005-05-21 07:05:02 +00:00
statbr95.h
statline.h gave default value of wxID_ANY to id parameter of wxStaticLine ctor as nobody uses anything else for it anyhow 2005-03-11 02:13:30 +00:00
stattext.h simplifications and corrections to background drawing: 2005-04-10 15:23:08 +00:00
std.ico REmoved unnecessary cursor and icon files 2005-05-15 14:48:42 +00:00
stdpaths.h
subwin.h added WX_FORWARD_STD_METHODS_TO_SUBWINDOWS macro 2004-12-13 01:02:32 +00:00
tabctrl.h Warning fixes for MinGW. 2005-01-21 18:15:42 +00:00
taskbar.h
tbar95.h applied heavily modified patch 1116702: support for specifying disabled toolbar images and modified the sample to show how it works (badly, background of tools for which disabled bitmap is not specified is wrong) 2005-03-27 18:03:57 +00:00
tbarmsw.h Warning fixes for MinGW. 2005-01-21 18:15:42 +00:00
textctrl.h extended wxWindow::MSWGetBgBrush() and wxControl::MSWControlColor() to work for arbitrary HWNDs and not just wxWindows: this allows us to draw proper background for slider labels and other subcontrols 2005-04-10 21:55:12 +00:00
tglbtn.h Warning fixes for MinGW. 2005-01-21 18:15:42 +00:00
timer.h
tooltip.h made Add() public so that it could be called for addition HWNDs making part of the same logical wxWindow from other classes 2005-02-28 01:22:35 +00:00
toplevel.h Added wxDialog::GetToolBar for PocketPC 2005-03-19 12:06:56 +00:00
treectrl.h Applied patch [ 1212208 ] Fix a bug in wxTreeCtrl with wxTR_MULTIPLE 2005-06-16 17:01:19 +00:00
uxtheme.h Use theme and HTML Help headers from Wine (with permission) 2005-05-14 16:58:36 +00:00
uxthemep.h include wx/msw/wrapcctl.h instead of <commctrl.h> as otherwise value of _WIN32_IE is inconsistent when we do include wx/msw/wrapcctl.h 2005-06-08 21:47:29 +00:00
window.h Applied patch [ 1218833 ] [wxMSW] wxListBox optimisation for XP 2005-06-16 15:36:48 +00:00
winundef.h Helpers in disabling warnings for unused params. 2005-07-01 13:39:03 +00:00
wrapcctl.h Helpers in disabling warnings for unused params. 2005-07-01 13:39:03 +00:00
wrapcdlg.h Wrap <commdlgs.h> as <commctls.h>. Required makefiles rebuilded. 2005-03-22 19:39:54 +00:00
wrapshl.h
wrapwin.h don't define WINVER as 0x0600 for VC6, its standard headers warn against this if we do 2005-06-08 20:13:27 +00:00
wx.manifest
wx.rc Removed rarely-used cursor; replaced other cursors 2005-05-15 16:43:12 +00:00