wxWidgets/include/wx/msw
Robin Dunn 9d17ee60a5 Put back wxMSW's wxStaticBitmap::DoGetBestSize because GetBitmap (used
in base DoGBS) is not able to be called until the control is fully
constructed


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 22:41:34 +00:00
..
ctl3d
ole removed Win16 code (patch 905241), last version with remains of Win16 support tagged with BEFORE_WIN16_REMOVAL 2004-03-28 13:10:14 +00:00
wince removed tons of unused stuff apparently copied verbatim from MS headers (argh!!); added bsearch() 2004-04-04 12:59:29 +00:00
.cvsignore
accel.h
app.h implemented wxApp::OnExceptionInMainLoop() 2004-03-30 20:50:59 +00:00
apptbase.h
apptrait.h
bitmap.h enable wxDIB for Windows CE 2004-04-04 12:57:36 +00:00
blank.cur
bmpbuttn.h implment wxBitmapButton::DoGetBestSize 2004-03-16 21:58:53 +00:00
brush.h
bullseye.cur
button.h Changed CanApplyParentThemeBackground to ApplyParentThemeBackground 2004-03-05 05:28:21 +00:00
caret.h
cdrom.ico
checkbox.h
checklst.h Added some missing STL-like wxArray/wxArrayString constructors. 2004-01-31 18:21:45 +00:00
child.ico
chkconf.h 1. 2003-12-17 19:30:31 +00:00
choice.h Applied patch [ 903619 ] Win64 and Itanium support 2004-02-25 10:45:02 +00:00
clipbrd.h
clock.cur
colordlg.h
colour.h Applied patch [ 828303 ] Slight wxColour cleanup 2003-12-11 10:10:40 +00:00
colours.bmp
combobox.h Applied patch [ 903619 ] Win64 and Itanium support 2004-02-25 10:45:02 +00:00
computer.ico
control.h default implementation of Get(Class)DefaultAttributes() 2004-04-01 00:07:32 +00:00
crashrpt.h
csquery.bmp
cursor.h
dc.h renamed start parameter of wxDC::DrawPolyPolygon() to count (patch 882189) 2004-02-29 23:34:01 +00:00
dcclient.h
dcmemory.h
dcprint.h
dcscreen.h
dde.h
dialog.h Applied patch [ 903619 ] Win64 and Itanium support 2004-02-25 10:45:02 +00:00
dib.h enable wxDIB for Windows CE 2004-04-04 12:57:36 +00:00
dirdlg.h
disable.bmp
display.h
dragimag.h
drive.ico
enhmeta.h
error.ico
fdrepdlg.h
file1.ico
filedlg.h
floppy.ico
folder1.ico
folder2.ico
font.h
fontdlg.h
fontenum.h
frame.h Applied patch [ 903619 ] Win64 and Itanium support 2004-02-25 10:45:02 +00:00
gauge95.h
gccpriv.h
gdiimage.h
gdiobj.h Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom 2004-01-15 13:49:22 +00:00
glcanvas.h Fixed wxUniv+OpenGL compilation for MSW; Cosmetic cleanup. 2003-11-14 12:59:03 +00:00
gsockmsw.h
hand.cur
heart.cur
helpbest.h
helpchm.h
helpwin.h
icon.h
imaglist.h
info.ico
iniconf.h
joystick.h
listbox.h use MSWCreateControl() instead of the old mess; implemented Get(Class)DefaultAttributes() 2004-04-01 00:15:07 +00:00
listctrl.h implemented Get(Class)DefaultAttributes() 2004-04-01 00:14:42 +00:00
magnif1.cur
mdi.h Applied patch [ 903619 ] Win64 and Itanium support 2004-02-25 10:45:02 +00:00
mdi.ico
menu.h wxMenu::Append (and similar) now return a pointer to the wxMenuItem 2004-01-23 18:46:05 +00:00
menuitem.h
metafile.h
microwin.h
mimetype.h
minifram.h
missing.h include wince/missing.h under CE 2004-04-04 13:00:34 +00:00
msgdlg.h
mslu.h
msvcrt.h WinCE SDK doesn't have crtdbg.h 2004-04-01 19:51:18 +00:00
noentry.cur
notebook.h Applied patch [ 903619 ] Win64 and Itanium support 2004-02-25 10:45:02 +00:00
palette.h
pbrush.cur
pen.h fixed operator=(), ==() and !=() for wxPen 2004-02-08 14:20:50 +00:00
pencil.cur
pntleft.cur
pntright.cur
popupwin.h
printdlg.h
printwin.h
private.h GlobalLock/Unlock() are available under CE, no need to redefine them, it is already done in eVC 4 headers 2004-04-04 13:02:56 +00:00
query.cur
question.ico
radiobox.h Changed CanApplyParentThemeBackground to ApplyParentThemeBackground 2004-03-05 05:28:21 +00:00
radiobut.h Changed CanApplyParentThemeBackground to ApplyParentThemeBackground 2004-03-05 05:28:21 +00:00
regconf.h use global file/regkey by default 2004-03-03 23:04:04 +00:00
region.h
registry.h added AccessMode parameter to wxRegKey 2004-03-03 23:01:05 +00:00
removble.ico
rightarr.cur
roller.cur
scrolbar.h
setup0.h docs correction 2004-03-09 22:30:08 +00:00
setup_microwin.h renamed wxWave to wxSound 2004-02-02 14:34:35 +00:00
size.cur
slider95.h don't override GetSize(), this doesn't work (bug 732758) 2004-02-12 18:19:12 +00:00
slidrmsw.h
sound.h renamed wxWave to wxSound 2004-02-02 13:15:51 +00:00
spinbutt.h
spinctrl.h
statbmp.h Put back wxMSW's wxStaticBitmap::DoGetBestSize because GetBitmap (used 2004-04-07 22:41:34 +00:00
statbox.h Applied patch [ 903619 ] Win64 and Itanium support 2004-02-25 10:45:02 +00:00
statbr95.h
statline.h
stattext.h
std.ico
tabctrl.h another part of adding error checking to event table macros 2004-02-11 22:00:53 +00:00
taskbar.h fixed warnings about unneeded arguments 2004-03-24 20:12:14 +00:00
tbar95.h Applied patch [ 903619 ] Win64 and Itanium support 2004-02-25 10:45:02 +00:00
tbarmsw.h removed Win16 code (patch 905241), last version with remains of Win16 support tagged with BEFORE_WIN16_REMOVAL 2004-03-28 13:10:14 +00:00
textctrl.h removed Win16 code (patch 905241), last version with remains of Win16 support tagged with BEFORE_WIN16_REMOVAL 2004-03-28 13:10:14 +00:00
tglbtn.h
timer.h
tooltip.h
toplevel.h don't define SetShape() for Windows CE; use wxTLWBase::GetDefaultSize() to avoid creating too big windows under CE 2004-04-04 17:27:31 +00:00
treectrl.h implemented Get(Class)DefaultAttributes() 2004-04-01 00:14:42 +00:00
uxtheme.h
warning.ico
watch1.cur
window.h moved wxWinHandleHash below wxWindow declaration as otherwise the dtor of forward declared wxWindow is not called inside WX_DECLARE_HASH 2004-03-22 18:06:23 +00:00
winundef.h do #undef CreateDialog() under CE, what was the reason for not doing it? 2004-04-04 13:01:00 +00:00
wrapcctl.h use wxUnusedVar() to suppress warnings about unused variable 2004-04-05 10:51:49 +00:00
wrapwin.h include headers normally included from windows.h and shellapi.h under Windows CE 2004-04-04 13:02:12 +00:00
wx.manifest
wx.rc Applied patch [ 903619 ] Win64 and Itanium support 2004-02-25 10:45:02 +00:00