wxWidgets/samples/notebook
Vadim Zeitlin b0d9465921 Add wxWithImages::SetImages() and update wxMSW wxNotebook for it
This new function will allow selecting the bitmap of the most suitable
size and automatically react to DPI scale changes (although this hasn't
been implemented yet) in all controls using image lists.

For now, only wxNotebook in wxMSW has been updated to work with it, the
other classes and ports will be updated to override OnImagesChanged()
instead of SetImageList() later.

Also update the notebook sample to use SetImages() rather than
SetImageList() -- which means that it doesn't show the icons any longer
in non-MSW ports, which haven't been updated yet.
2021-10-31 20:54:58 +01:00
..
descrip.mms
makefile.gcc Link with ws2_32.lib rather than obsolete wsock32.lib 2021-04-18 22:13:45 +02:00
Makefile.in Use CMake-compatible variable names in configure Info.plist files 2021-08-15 18:39:34 +02:00
makefile.unx
makefile.vc Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
notebook_vc8.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
notebook_vc9.vcproj Use arch suffix consistently in all directories names 2021-08-26 23:12:40 +02:00
notebook.bkl
notebook.cpp Add wxWithImages::SetImages() and update wxMSW wxNotebook for it 2021-10-31 20:54:58 +01:00
notebook.h Add wxWithImages::SetImages() and update wxMSW wxNotebook for it 2021-10-31 20:54:58 +01:00