wxWidgets/include/wx/generic
Silent 6fff1c37b5 Avoid using mismatched translations for wxWizard buttons
Cache labels for "Next>" or "Finish" button in wxWizard so that their
translations stay consistent throughout wizard's lifetime: previously,
this button could use a label in a different language if the currently
used translations have changed since the wizard creation, as this label
was recreated on every page change, unlike the other labels which were
only translated once in the very beginning.

Closes https://github.com/wxWidgets/wxWidgets/pull/1000
2018-10-30 23:45:12 +01:00
..
private Replace obsolete object array with vector in wxGenericListCtrl 2018-09-17 22:50:43 +02:00
aboutdlgg.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
accel.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
activityindicator.h Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
animate.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
bmpcbox.h Addition of overrides in diverse headers 2015-11-22 10:16:01 +01:00
busyinfo.h Allow customizing wxBusyInfo appearance. 2014-10-24 21:54:38 +00:00
buttonbar.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
calctrlg.h Automatically determine the first weekday for a calendar control 2017-09-02 17:02:35 +03:00
caret.h
choicdgg.h Remove Windows CE support 2015-09-23 00:52:30 +02:00
clrpickerg.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
collheaderctrl.h Use DLL declarations consistently for wxCollapsibleHeaderCtrl 2015-09-23 00:52:42 +02:00
collpaneg.h Remove the separator static line in wxGenericCollapsiblePane 2018-05-12 19:10:28 +02:00
colour.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
colrdlgg.h Avoid -Wexpansion-to-defined clang warning in wxOSX 2017-07-11 23:16:28 +02:00
combo.h Fix TAB navigation with wxComboCtrl in non-MSW ports 2018-01-30 19:53:54 +01:00
ctrlsub.h
custombgwin.h Use Bind() instead of Connect() in wxWidgets code 2018-05-30 13:06:20 +02:00
dataview.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
datectrl.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
dcpsg.h Fix build with wxUSE_PALETTE==0 2018-10-09 22:24:58 -07:00
dirctrlg.h Remove trailing whitespace from several files 2018-04-18 15:45:42 +02:00
dirdlgg.h Addition of missing overrides in dirdlgg.h and filedlgg.h 2015-11-22 09:54:05 +01:00
dragimgg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dvrenderer.h Add wxDataViewValueAdjuster 2016-12-11 15:20:42 +01:00
dvrenderers.h Add wxDataViewToggleRenderer::ShowAsRadio() 2018-07-11 23:48:14 +02:00
fdrepdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filectrlg.h Resize name column in wxFileListCtrl to be as wide as possible 2016-12-27 17:23:00 +01:00
filedlgg.h Addition of missing overrides in dirdlgg.h and filedlgg.h 2015-11-22 09:54:05 +01:00
filepickerg.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
fontdlgg.h Tidy up wxGenericFontDialog code a little 2018-08-02 01:10:14 +02:00
fontpickerg.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
fswatcher.h
grid.h Rename a class to restore backward compatibility 2018-09-05 18:34:07 +03:00
gridctrl.h
grideditors.h Replace wxEXPLICIT with the 'explicit' keyword 2016-09-14 18:45:12 +09:00
gridsel.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
headerctrlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
helpext.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
hyperlink.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
icon.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
imaglist.h Fixed includes for generic image list 2015-12-14 23:17:01 +00:00
infobar.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
laywin.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
listctrl.h Change the return type of wxListCtrl::SetItem() overload to bool 2018-06-28 00:39:31 +02:00
logg.h
mask.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
mdig.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
msgdlgg.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
notebook.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
notifmsg.h Restructure wxNotificationMessage. 2016-02-10 20:38:10 +01:00
numdlgg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
paletteg.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
panelg.h
printps.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
prntdlgg.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
progdlgg.h Make other wxGenericProgressDialog methods virtual too 2017-11-16 01:35:52 +01:00
propdlg.h Add missing wxPropertySheetDialog methods and fix a typo. 2016-10-21 20:16:53 -07:00
region.h
richmsgdlgg.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
sashwin.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
scrolwin.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
spinctlg.h Left-align wxSpinCtrl contents by default 2018-05-12 19:14:00 +02:00
splash.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
splitter.h Addition of missing overrides to splitter.h 2015-11-22 09:45:35 +01:00
srchctlg.h Remove unnecessary wxSearchCtrl::DoMoveWindow() override 2018-07-09 17:54:09 +02:00
statbmpg.h Add wxStaticBitmap::SetScaleMode() to control bitmap display size 2016-01-20 18:55:14 +01:00
statline.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
stattextg.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
statusbr.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
tabg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
textdlgg.h Make wxWS_EX_VALIDATE_RECURSIVELY default (and only) behaviour 2016-02-09 23:38:23 +01:00
timectrl.h Resolve -Wsuggest-override warnings. 2017-02-24 23:37:44 +01:00
treectlg.h Fix SetWindowStyleFlag() override 2016-01-16 10:40:23 -08:00
wizard.h Avoid using mismatched translations for wxWizard buttons 2018-10-30 23:45:12 +01:00