wxWidgets/include/wx/aui
Vadim Zeitlin 24e06054fc Remove wxAuiMDIChildFrame::DoShow()
This method is confusing as it's not used for implementing Show(), which
is the usual naming convention when both Foo() and DoFoo() members
exist, and gives no clear indication about what does it really do.

Just call wxWindow::Show() directly instead.

Also create the wxAuiMDIChildFrame window hidden from the beginning,
instead of creating it in a visible state and then hiding it.
2018-05-13 02:45:40 +02:00
..
aui.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
auibar.h Add native wxAuiToolbarArt for MSW. 2016-02-10 20:40:45 +01:00
auibook.h Add support for mouse hover state to wxAuiTabArt 2015-10-04 00:27:22 +02:00
barartmsw.h Merge native MSW appearance for AUI toolbars 2016-02-13 12:31:49 +01:00
dockart.h use more wxOVERRIDE (#329) 2016-09-25 13:21:28 -07:00
floatpane.h Fix regression with MDI children accelerators 2016-02-28 01:24:20 +01:00
framemanager.h Make wxAuiManager::SavePaneInfo() parameter const 2017-11-05 23:45:21 +01:00
tabart.h Revert "Fix invisible captions in high contrast mode" 2016-07-03 14:38:36 +02: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 Remove wxAuiMDIChildFrame::DoShow() 2018-05-13 02:45:40 +02:00