6cf6897100
Calls to SetStatusText() in between Push/PopStatusText() were simply lost before, now the text explicitly changed by SetStatusText() is preserved by the next call to PopStatusText(). This required adding a new virtual method, called DoUpdateStatusText(), which is now implemented in all the derived classes instead of overriding SetStatusText() (on the bright side, it doesn't need to do any checks already done in the base class any more). Also fix PushStatusText() to actually show the text being pushed at all under wxMSW as a side effect. And further reduce code duplication between wxStatusBarBase and the derived classes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 |
||
---|---|---|
.. | ||
private | ||
aboutdlgg.h | ||
accel.h | ||
animate.h | ||
bmpcbox.h | ||
busyinfo.h | ||
buttonbar.h | ||
calctrlg.h | ||
caret.h | ||
choicdgg.h | ||
clrpickerg.h | ||
collpaneg.h | ||
colour.h | ||
colrdlgg.h | ||
combo.h | ||
ctrlsub.h | ||
dataview.h | ||
datectrl.h | ||
dcpsg.h | ||
dirctrlg.h | ||
dirdlgg.h | ||
dragimgg.h | ||
fdrepdlg.h | ||
filectrlg.h | ||
filedlgg.h | ||
filepickerg.h | ||
fontdlgg.h | ||
fontpickerg.h | ||
grid.h | ||
gridctrl.h | ||
grideditors.h | ||
gridsel.h | ||
headerctrlg.h | ||
helpext.h | ||
hyperlink.h | ||
icon.h | ||
imaglist.h | ||
laywin.h | ||
listctrl.h | ||
logg.h | ||
mask.h | ||
mdig.h | ||
msgdlgg.h | ||
notebook.h | ||
notifmsg.h | ||
numdlgg.h | ||
paletteg.h | ||
panelg.h | ||
printps.h | ||
prntdlgg.h | ||
progdlgg.h | ||
propdlg.h | ||
region.h | ||
sashwin.h | ||
scrolwin.h | ||
spinctlg.h | ||
splash.h | ||
splitter.h | ||
srchctlg.h | ||
statbmpg.h | ||
statline.h | ||
stattextg.h | ||
statusbr.h | ||
tabg.h | ||
textdlgg.h | ||
treectlg.h | ||
wizard.h |