wxWidgets/samples/widgets
Vadim Zeitlin 3d9656395a Fix unwanted message boxes in widgets sample once and for all
Add IsUsingLogWindow() that can be used to check if the log messages go
into the listbox instead of being shown in a message box, which was
annoying when starting or quitting the sample.

This is a bit more complicated than the hack previously used in
TextWidgetsPage::OnText(), but more general and can be easily reused for
the focus loss messages, for example.
2019-07-08 12:53:02 +02:00
..
icons
activityindicator.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
bmpcombobox.cpp Remove initializations which are the default value 2019-02-25 10:49:04 -08:00
button.cpp Improve guards in button pages of widgets sample 2019-01-31 21:16:06 +01:00
checkbox.cpp Fix unannotated fall-through warnings 2018-11-25 21:29:37 +01:00
choice.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
clrpicker.cpp Add wxEVT_COLOURPICKER_CURRENT_CHANGED and DIALOG_CANCELLED events 2019-04-21 01:53:14 +02:00
combobox.cpp Fix unannotated fall-through warnings 2018-11-25 21:29:37 +01:00
datepick.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
descrip.mms
dirctrl.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
dirpicker.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
editlbox.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
filectrl.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
filepicker.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
fontpicker.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
gauge.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
headerctrl.cpp Fix handling wxHeaderCtrlSimple events in widgets sample 2019-06-29 11:16:31 +02:00
hyperlnk.cpp Fix unannotated fall-through warnings 2018-11-25 21:29:37 +01:00
itemcontainer.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
itemcontainer.h
listbox.cpp Remove all wxS() macros from samples 2018-10-01 13:55:42 +02:00
makefile.bcc Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.gcc Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
Makefile.in Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
makefile.unx Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
makefile.vc Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
native_wrapper.mm
native.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
notebook.cpp Fix unannotated fall-through warnings 2018-11-25 21:29:37 +01:00
odcombobox.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
radiobox.cpp Update radio page in widgets sample 2019-01-27 15:26:17 +01:00
searchctrl.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
slider.cpp Demonstrate wxSlider::SetSelection() in widgets sample 2019-01-31 21:16:07 +01:00
spinbtn.cpp Demonstrate vetoing wxEVT_SPIN_XXX events in widgets sample 2019-02-21 15:10:27 +01:00
statbmp.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
static.cpp Remove event table from static page in the widgets sample 2019-06-19 19:49:43 +02:00
textctrl.cpp Fix unwanted message boxes in widgets sample once and for all 2019-07-08 12:53:02 +02:00
timepick.cpp Remove more wxT() macros from samples 2018-09-29 17:16:12 +02:00
toggle.cpp Improve guards in button pages of widgets sample 2019-01-31 21:16:06 +01:00
widgets_vc7.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
widgets_vc8.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
widgets_vc9.vcproj Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
widgets.bkl Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
widgets.cpp Fix unwanted message boxes in widgets sample once and for all 2019-07-08 12:53:02 +02:00
widgets.h Fix unwanted message boxes in widgets sample once and for all 2019-07-08 12:53:02 +02:00