wxWidgets/include/wx/aui
Vadim Zeitlin 67739303fd Don't force wxAuiToolBar size to be less than its parent
This results in the toolbar being too small to show any items in it
in wxGTK and wxOSX, because the parent window size is still the default
small one and not the actual size it will be when shown, when the size
of the toolbar is first set.

And it seems completely unnecessary to do this anyhow, as toolbar is
resized by wxAuiManager in any case.

Closes #18218.
2019-10-27 17:41:05 +01:00
..
aui.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
auibar.h Don't force wxAuiToolBar size to be less than its parent 2019-10-27 17:41:05 +01:00
auibook.h Remove unnecessary copy ctor/operator= definitions 2019-02-17 23:09:49 -08:00
barartmsw.h Merge native MSW appearance for AUI toolbars 2016-02-13 12:31:49 +01:00
dockart.h Handle wxEVT_SYS_COLOUR_CHANGED in wxAUI classes 2018-12-03 19:48:32 +01:00
floatpane.h Fix regression with MDI children accelerators 2016-02-28 01:24:20 +01:00
framemanager.h Avoid 31-bit left shift of 32-bit signed values 2019-04-05 09:48:35 -07:00
tabart.h Fix wxMSW build with wxUSE_UXTHEME==0 2018-12-08 20:24:05 +01:00
tabartgtk.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
tabartmsw.h Implement native wxAuiTabArt for MSW 2015-10-04 00:28:00 +02:00
tabmdi.h Add wxOVERRIDE to all relevant wxAuiMDIChildFrame methods 2018-05-13 02:49:07 +02:00