wxwidgets/samples/widgets
Vadim Zeitlin a8b4753d1d Reconnect events to the widget after recreating it in the sample
This ensures that the expected events are given even after the widget is
recreated due to a change of some controls on its page (and not because
it's recreated by one of the menu commands in the parent frame).

We also don't need to connect to these events from WidgetsFrame any
longer (and, in fact, doing it would be wrong as we'd connect twice),
which simplifies its code.
2024-02-19 00:40:30 +01:00
..
icons Add a very simple page showing wxHeaderCtrl in the widgets sample 2016-04-17 16:03:28 +02:00
activityindicator.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
bmpcombobox.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
button.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
checkbox.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
choice.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
clrpicker.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
combobox.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
datepick.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
descrip.mms Add compile support for widgets sample on OpenVMS 2011-11-10 14:41:14 +00:00
dirctrl.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
dirpicker.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
editlbox.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
filectrl.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
filepicker.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
fontpicker.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
gauge.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
headerctrl.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
hyperlnk.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
itemcontainer.cpp Replace wxDECLARE_NO_COPY_CLASS with deleted functions in samples 2023-12-22 12:21:54 +01:00
itemcontainer.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
listbox.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
makefile.gcc Rebake after the previous commit 2023-07-29 18:13:29 +02:00
Makefile.in Rebake after the previous commit 2023-07-29 18:13:29 +02:00
makefile.unx Use flags required for using GTK in widgets sample 2023-07-11 13:40:23 +02:00
makefile.vc Rebake after the previous commit 2023-07-29 18:13:29 +02:00
native.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
native_wrapper.mm Add wxNativeWindow allowing to easily embed native widgets in wx. 2015-08-03 17:57:42 +02:00
notebook.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
odcombobox.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
radiobox.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
searchctrl.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
slider.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
spinbtn.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
statbmp.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
static.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
textctrl.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
timepick.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
toggle.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
widgets.bkl Use flags required for using GTK in widgets sample 2023-07-11 13:40:23 +02:00
widgets.cpp Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
widgets.h Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00