wxWidgets/samples
Vadim Zeitlin cb7c02fd46 Remove DLL export declaration from wxScrolled.
As this class has only inline methods it doesn't need to be exported from the
DLL and actually exporting it results in linking problems when using
wxScrolled<wxWindow> (which, unlike wxScrolled<wxPanel>, is not used in wx
itself and so doesn't seem to be instantiated) in DLL client even with VC > 6.

An alternative solution would be to change WXDLLIMPEXP_TEMPLATE_INSTANCE_CORE
macro to explicitly instantiate the template in the DLL even for VC > 6 but
this wouldn't solve the problem for wxScrolled<CustomClass> while removing the
DLL export declaration should.

Also use wxScrolled<wxWindow> in addition to wxScrolled<wxPanel> in the scroll
sample to test that it links correctly.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-09-23 14:28:42 +00:00
..
access Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
animate Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
artprov Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
aui Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
calendar Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
caret Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
clipboard Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
collpane Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
combo Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
config Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
console Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
controls Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
dataview Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
debugrpt Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
dialogs Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
dialup Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
display Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
dnd Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
docview Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
dragimag Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
drawing Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
erase Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
event Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
except Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
exec Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
flash Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
font Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
grid Added support for corner, row and column headers renderers to wxGrid. 2009-09-14 00:45:29 +00:00
help Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
htlbox Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
html Merged GSOC Ribbon work from SOC2009_RIBBON branch into trunk. 2009-09-16 12:06:02 +00:00
image Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
internat Rebaked everything with bakefile 0.2.6 after wxRibbon merge. 2009-09-16 13:07:10 +00:00
ipc Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
joytest Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
keyboard Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
layout Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
listctrl Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
mdi Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
mediaplayer Remove unneeded pointer check. 2009-09-14 00:44:59 +00:00
memcheck Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
menu Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
mfc Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
minimal Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
nativdlg Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
notebook Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
oleauto Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
opengl Merged GSOC Ribbon work from SOC2009_RIBBON branch into trunk. 2009-09-16 12:06:02 +00:00
ownerdrw Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
popup Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
power Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
printing Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
propgrid Include compile support for propgrid & ribbon on OpenVMS 2009-09-22 14:13:55 +00:00
regtest Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
render Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
ribbon Include compile support for propgrid & ribbon on OpenVMS 2009-09-22 14:13:55 +00:00
richtext Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
sashtest Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
scroll Remove DLL export declaration from wxScrolled. 2009-09-23 14:28:42 +00:00
shaped Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
sockets Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
sound Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
splash Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
splitter Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
statbar Add a test of precisely sized status bar fields. 2009-09-21 13:00:23 +00:00
stc Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
svg Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
taborder Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
taskbar Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
text Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
thread Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
toolbar Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
treectrl Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
typetest Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
validate Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
vscroll Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
widgets Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
wizard Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
wrapsizer Rebake all the samples, demos and tests makefiles. 2009-09-12 13:38:08 +00:00
xrc Add wxXmlResource::LoadObjectRecursively(). 2009-09-14 23:22:00 +00:00
Info.plist
makefile.bcc Add ribbon sample to the list of samples to build. 2009-09-16 23:18:55 +00:00
makefile.gcc Add ribbon sample to the list of samples to build. 2009-09-16 23:18:55 +00:00
Makefile.in
makefile.vc Add ribbon sample to the list of samples to build. 2009-09-16 23:18:55 +00:00
makefile.wat Add ribbon sample to the list of samples to build. 2009-09-16 23:18:55 +00:00
sample.ico
sample.r
sample.rc
sample.xpm
samples.bkl Add ribbon sample to the list of samples to build. 2009-09-16 23:18:55 +00:00
samples.dsw Add ribbon sample to the list of samples to build. 2009-09-16 23:18:55 +00:00