wxWidgets/include/wx/univ
Vadim Zeitlin 961f4d0ce6 Correct compilation breakage of r63832.
wx/setup.h can't use wxCHECK_VISUALC_VERSION() which is defined in
wx/platform.h _after_ wx/setup.h inclusion.

Replace wxCHECK_VISUALC_VERSION() with manual tests for _MSC_VER.

Also add more comments to explain what's going on.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-03 12:25:52 +00:00
..
app.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
bmpbuttn.h compilation fix for wxUniv with 2.8 compatibility disabled (closes #10912) 2009-06-28 17:16:41 +00:00
button.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
checkbox.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
checklst.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
chkconf.h Disable wxUSE_OWNER_DRAWN for wxUniv to fix the build. 2010-01-28 12:07:16 +00:00
choice.h No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
colschem.h wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv code, they depend on the theme, not lowlovel port 2008-05-17 09:41:25 +00:00
combobox.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
control.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
dialog.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
frame.h use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically 2009-04-25 12:59:09 +00:00
gauge.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
inpcons.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
inphand.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
listbox.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
menu.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
menuitem.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
notebook.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
radiobox.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
radiobut.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
renderer.h Add a separate wxControlRenderer::DrawButtonLabel() too. 2009-09-22 00:23:03 +00:00
scrarrow.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
scrolbar.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
scrthumb.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
scrtimer.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
setup0.h Correct compilation breakage of r63832. 2010-04-03 12:25:52 +00:00
setup_inc.h generate include/wx/univ/setup0.h from setup_inc.h too 2008-02-03 12:20:06 +00:00
slider.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
spinbutt.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
statbmp.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
statbox.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
statline.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
stattext.h add wxGenericStaticText (#9656) 2008-10-12 13:04:00 +00:00
statusbr.h Don't pop explicitly changed status messages. 2009-08-06 00:01:43 +00:00
stdrend.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
textctrl.h No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
tglbtn.h substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE 2008-03-26 15:06:00 +00:00
theme.h Export public wxDelegateTheme class. 2009-07-31 13:38:21 +00:00
toolbar.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
toplevel.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
window.h Implement wxWindow::DoGetBorderSize() in wxUniv. 2009-09-22 00:22:52 +00:00