added OnSize() to wxNotebook which forwards size events to the pages: fixes
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Jun 1998 16:28:49 +0000 (16:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Jun 1998 16:28:49 +0000 (16:28 +0000)
commit4e6322e0e538b98cb68100df788eb14bbf31dcd5
tree4102ea833de699129c6f4ef7c8bed3a385b5ebcb
parent46851318fe9c1ed4a72ce06d086fd6e83059b890
added OnSize() to wxNotebook which forwards size events to the pages: fixes
the layout problem

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/notebook.h
include/wx/gtk1/notebook.h
src/gtk/notebook.cpp
src/gtk1/notebook.cpp