wxWidgets/include/wx/generic
Vadim Zeitlin 8e8d910979 Update the field widths on demand in wxStatusBarGeneric.
This ensures that the value returned from GetFieldRect() is always up to date,
even when this method is called from the user-defined wxEVT_SIZE handler, i.e.
before our own OnSize() could run.

Also remove the now unneeded hack with calling the base class OnSize() from
the statbar sample.

Closes #14268.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-05-05 11:22:09 +00:00
..
private Fix focus handling logic in generic wxListCtrl. 2012-03-29 00:10:53 +00:00
aboutdlgg.h Destroy modeless wxGenericAboutDialog when it is closed. 2012-01-20 22:11:32 +00:00
accel.h
animate.h
bmpcbox.h
busyinfo.h
buttonbar.h
calctrlg.h
caret.h
choicdgg.h Make wxSingleChoiceDialog::GetSelectionData() const. 2012-02-20 21:56:18 +00:00
clrpickerg.h
collpaneg.h
colour.h
colrdlgg.h
combo.h
ctrlsub.h
custombgwin.h
dataview.h wxDataViewCtrl: always update the header when col best width changes. 2012-04-30 09:33:30 +00:00
datectrl.h Fix unused parameter warning in wxOSX build. 2012-02-28 14:41:30 +00:00
dcpsg.h
dirctrlg.h
dirdlgg.h
dragimgg.h
dvrenderer.h
dvrenderers.h
fdrepdlg.h
filectrlg.h Derive wxGenericFileCtrl from wxControl. 2012-05-04 22:20:55 +00:00
filedlgg.h
filepickerg.h Added wxFilePickerCtrl::SetInitialDirectory(). 2011-12-18 12:34:47 +00:00
fontdlgg.h
fontpickerg.h
fswatcher.h
grid.h Explicitly cast size_t to int to suppress MSVC warnings. 2012-03-19 12:53:21 +00:00
gridctrl.h Add support for custom numeric formats to wxGrid. 2011-11-28 13:23:33 +00:00
grideditors.h Ensure that combobox editor used by wxGrid is tall enough. 2012-02-25 23:49:55 +00:00
gridsel.h
headerctrlg.h
helpext.h
hyperlink.h
icon.h
imaglist.h
infobar.h
laywin.h
listctrl.h Fix focus handling logic in generic wxListCtrl. 2012-03-29 00:10:53 +00:00
logg.h
mask.h
mdig.h
msgdlgg.h
notebook.h
notifmsg.h
numdlgg.h
paletteg.h
panelg.h fix tests for WXWIN_COMPATIBILITY_2_8, closes #13800 2011-12-23 05:59:59 +00:00
printps.h
prntdlgg.h Use wxPageSetupDialogData instead of old wxPageSetupData everywhere. 2012-02-20 21:55:55 +00:00
progdlgg.h Ensure that the progress dialog parent is activated at the end under MSW. 2012-02-05 14:18:25 +00:00
propdlg.h
region.h
richmsgdlgg.h
sashwin.h
scrolwin.h
spinctlg.h Fix reparenting generic wxSpinCtrl. 2012-01-21 17:03:52 +00:00
splash.h
splitter.h Added wxSplitterWindow::SetSashInvisible() and IsSashInvisible(). 2012-03-08 13:23:39 +00:00
srchctlg.h
statbmpg.h
statline.h
stattextg.h
statusbr.h Update the field widths on demand in wxStatusBarGeneric. 2012-05-05 11:22:09 +00:00
tabg.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
textdlgg.h
timectrl.h
treectlg.h
wizard.h