wxwidgets/samples
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
..
access Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
animate Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
archive Don't use GUI settings for "archive" sample 2023-07-11 01:59:19 +02:00
artprov Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
aui Merge branches 'aui-close-on-all-fix', 'aui-current-after-drag', 'aui-hint', 'aui-tbar-realize' and 'aui-book-rm-current' 2024-01-10 18:39:41 +01:00
calendar Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
caret Fix caret sample under wxQt 2023-11-23 22:49:15 +01:00
clipboard Rebake after the previous commit 2023-07-29 18:13:29 +02:00
collpane Replace wxDECLARE_NO_COPY_CLASS with deleted functions in samples 2023-12-22 12:21:54 +01:00
combo Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
config Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
console Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
dataview Replace wxDECLARE_NO_COPY_CLASS with deleted functions in samples 2023-12-22 12:21:54 +01:00
debugrpt Replace wxDECLARE_NO_COPY_CLASS with deleted functions in samples 2023-12-22 12:21:54 +01:00
dialogs Fix duplicate accelerator for the font dialog in dialogs sample 2024-02-16 00:29:47 +01:00
dialup Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
display Rebake after the previous commit 2023-07-29 18:13:29 +02:00
dll Rebake after the previous commit 2023-07-29 18:13:29 +02:00
dnd Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
docview Merge branch 'master' into webview-chromium 2024-01-17 00:22:39 +01:00
dragimag Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
drawing Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
erase Rebake after the previous commit 2023-07-29 18:13:29 +02:00
event Avoid Clang -Wcomma warnings 2023-11-23 09:17:21 -08:00
except Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
exec Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
font Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
fswatcher Rebake after the previous commit 2023-07-29 18:13:29 +02:00
grid Replace wxDECLARE_NO_COPY_CLASS with deleted functions in samples 2023-12-22 12:21:54 +01:00
help Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
htlbox Replace wxDECLARE_NO_COPY_CLASS with deleted functions in samples 2023-12-22 12:21:54 +01:00
html Replace wxDECLARE_NO_COPY_CLASS with deleted functions in samples 2023-12-22 12:21:54 +01:00
image Replace wxDECLARE_NO_COPY_CLASS with deleted functions in samples 2023-12-22 12:21:54 +01:00
internat Merge branch 'master' into webview-chromium 2023-11-30 18:30:26 +01:00
ipc Replace wxDECLARE_NO_COPY_CLASS with deleted functions in samples 2023-12-22 12:21:54 +01:00
joytest Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
keyboard Make keyboard sample window bigger on high DPI screens 2024-01-27 17:56:21 +01:00
layout Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
listctrl Test short labels in the listctrl sample too 2024-02-09 18:35:53 +01:00
mdi Replace wxDECLARE_NO_COPY_CLASS with deleted functions in samples 2023-12-22 12:21:54 +01:00
mediaplayer Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
menu Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
mfc Rebake after the previous commit 2023-07-29 18:13:29 +02:00
minimal CMake: Update script for minimal sample 2024-01-28 18:37:42 +01:00
nativdlg Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
notebook Rebake after the previous commit 2023-07-29 18:13:29 +02:00
oleauto Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
opengl Remove GLU dependency 2023-12-28 14:49:42 -08:00
ownerdrw Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
popup Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
power Rebake after the previous commit 2023-07-29 18:13:29 +02:00
preferences Suppress bogus GTK errors from wxNotebook in preferences sample 2023-10-01 17:13:01 +02:00
printing Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
propgrid Give bigger initial size to the XRC window in propgrid sample 2024-02-12 00:51:26 +01:00
regtest Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
render Add wxRendererNative implementation for wxQt 2024-01-23 03:22:06 +01:00
ribbon Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
richtext Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
sashtest Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
scroll Rebake after the previous commit 2023-07-29 18:13:29 +02:00
secretstore Rebake after the previous commit 2023-07-29 18:13:29 +02:00
shaped Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
sockets Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
sound Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
splash Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
splitter Use wxOverlay to show sash feedback in non-live resize mode in wxSplitterWindow 2024-02-09 23:26:36 +01:00
statbar Fix wxStatusBar with field controls under wxQt 2023-12-07 17:20:00 +01:00
stc Use wxTimer::StartOnce() instead of wxTIMER_ONE_SHOT 2023-11-07 19:01:38 +01:00
svg Rebake after the previous commit 2023-07-29 18:13:29 +02:00
taborder Rebake after the previous commit 2023-07-29 18:13:29 +02:00
taskbar Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
taskbarbutton Rebake after the previous commit 2023-07-29 18:13:29 +02:00
text Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
thread Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
toolbar Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
treectrl Add wxTreeCtrl::GetStateImageCount() and HasStateImages() 2023-11-03 00:53:40 +01:00
treelist Rebake after the previous commit 2023-07-29 18:13:29 +02:00
typetest Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
uiaction Rebake after the previous commit 2023-07-29 18:13:29 +02:00
validate Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
vscroll Rebake after the previous commit 2023-07-29 18:13:29 +02:00
webrequest Rebake after the previous commit 2023-07-29 18:13:29 +02:00
webview Use a helper lambda for naming history menu items 2024-02-02 18:01:24 +01:00
widgets Reconnect events to the widget after recreating it in the sample 2024-02-19 00:40:30 +01:00
wizard Rebake after the previous commit 2023-07-29 18:13:29 +02:00
wrapsizer Rebake after the previous commit 2023-07-29 18:13:29 +02:00
xrc Rebake after the previous commit 2023-07-29 18:13:29 +02:00
xti Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
makefile.gcc Merge branch 'master' into webview-chromium 2023-08-30 02:03:00 +02:00
Makefile.in Build samples in parallel with "make -jN" 2017-08-15 19:16:27 +02:00
makefile.vc Merge branch 'master' into webview-chromium 2023-08-30 02:03:00 +02:00
sample.ico Update sample icon to use new logo image in more resolutions 2021-07-06 12:53:39 +01:00
sample.rc Remove all blank "Modified by:" lines from top comment blocks 2023-10-22 01:22:48 +02:00
sample.xpm Update sample icon to use new logo image in more resolutions 2021-07-06 12:53:39 +01:00
samples.bkl Remove memcheck sample 2023-01-05 18:24:57 +01:00