Applied patch [ 651640 ] Toolbar sizing fix
authorJulian Smart <julian@anthemion.co.uk>
Tue, 10 Dec 2002 21:41:31 +0000 (21:41 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 10 Dec 2002 21:41:31 +0000 (21:41 +0000)
commitdda4f6c089cd8db779cd10904be3263c72d98700
tree0ed0eda5950d68013069f87bac5d777a94e6913c
parent5e66eee1434309e54eb8a6cc767d2f41d5323e58
Applied patch [ 651640 ] Toolbar sizing fix

This patch fixes the problem discussed on wx-dev
mailing list. (Message title "wxUniversal: How is the
parent notified when a child changes its size")

In short:
- This patch makes sure the toolbar notifies the parent of
any size change, this will give the parent the opportunity
to resize the frame client size and to make sure the
toolbar is in the right place.

Hans Van Leemputten

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/univ/frame.h
include/wx/univ/toolbar.h
src/univ/toolbar.cpp