wxWidgets/include/wx/univ
Vadim Zeitlin 2e9b5717cd Add wxUSE_ARTPROVIDER_STD build option.
Make it possible to exclude wxDefaultArtProvider from build. Now that a
Tango-based provider exists, it may make sense to disable the standard bitmaps
if the program doesn't need the few of them not provided by Tango anyhow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-12-31 17:39:37 +00:00
..
app.h
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
combobox.h Have wxUniv wxComboBox inherit from wxItemContainer instead of wxComboBoxBase, since the latter is derived from wxTextEntry which conflicts with the recent change in wxComboCtrl (fixes #12789) 2010-12-20 11:27:13 +00:00
control.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
dialog.h
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
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
menuitem.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
notebook.h Fix signed/unsigned comparison warnings in wxUniv wxNotebook. 2010-11-10 13:52:29 +00:00
radiobox.h
radiobut.h
renderer.h Add a separate wxControlRenderer::DrawButtonLabel() too. 2009-09-22 00:23:03 +00:00
scrarrow.h
scrolbar.h Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
scrthumb.h
scrtimer.h
setup0.h Add wxUSE_ARTPROVIDER_STD build option. 2010-12-31 17:39:37 +00:00
setup_inc.h
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
statbox.h
statline.h
stattext.h
statusbr.h Fix wxUniv build after deriving wxStatusBar from wxControl. 2010-11-22 12:51:05 +00:00
stdrend.h
textctrl.h No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
tglbtn.h
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