wxwidgets/samples/widgets
Vadim Zeitlin c5f613c941 Revert "Remove wxStaticBox custom drawing code entirely"
This reverts commit 616586f301 because it
turns out that using WS_EX_TRANSPARENT is incompatible with using
WS_EX_COMPOSITED (see parent commit).

Reintroducing all this code is painful, but there doesn't seem to be any
way of avoiding to have it as long as we use WS_EX_COMPOSITED. If we
stop using this style, we could revert this commit, this re-applying the
original change.

Closes #22982.
2022-11-28 19:04:59 +00:00
..
icons Add a very simple page showing wxHeaderCtrl in the widgets sample 2016-04-17 16:03:28 +02:00
activityindicator.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
bmpcombobox.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
button.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
checkbox.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
choice.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
clrpicker.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
combobox.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
datepick.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
descrip.mms Add compile support for widgets sample on OpenVMS 2011-11-10 14:41:14 +00:00
dirctrl.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dirpicker.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
editlbox.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
filectrl.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
filepicker.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
fontpicker.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
gauge.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
headerctrl.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
hyperlnk.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
itemcontainer.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
itemcontainer.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
listbox.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
makefile.gcc Remove UNICODE build option, hardcode its value as 1 2022-10-27 19:43:59 +02:00
Makefile.in Remove UNICODE build option, hardcode its value as 1 2022-10-27 19:43:59 +02:00
makefile.unx Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
makefile.vc Remove UNICODE build option, hardcode its value as 1 2022-10-27 19:43:59 +02:00
native.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
native_wrapper.mm Add wxNativeWindow allowing to easily embed native widgets in wx. 2015-08-03 17:57:42 +02:00
notebook.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
odcombobox.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
radiobox.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
searchctrl.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
slider.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
spinbtn.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
statbmp.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
static.cpp Revert "Remove wxStaticBox custom drawing code entirely" 2022-11-28 19:04:59 +00:00
textctrl.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
timepick.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
toggle.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
widgets.bkl Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
widgets.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
widgets.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00