wxwidgets/samples/widgets
Vadim Zeitlin 616586f301 Remove wxStaticBox custom drawing code entirely
Get rid of a big amount of non-trivial drawing code at the price of
having to switch to using a control label if the foreground colour is
changed, as we can't change the label colour otherwise now.

The only known drawback of this change is that the box will flicker now
if doubler buffering is disabled. But as long as we do use double
buffering, it shouldn't be a problem.
2022-11-09 15:50:43 +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 Remove wxStaticBox custom drawing code entirely 2022-11-09 15:50:43 +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