1. wxMotif::wxFrame derives from wxFrameBase now
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 1 Dec 1999 15:23:56 +0000 (15:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 1 Dec 1999 15:23:56 +0000 (15:23 +0000)
commit1c4f8f8d180afa03110f52eb95f9b083088f5c03
treea45cd8fd008cc8ffe024bfcb52150c84c91e10bd
parent7941ba111cac53f21eafdeeeed6b543c3a2ba610
1. wxMotif::wxFrame derives from wxFrameBase now
2. wxFrame::GetClientAreaOrigin() made common to all ports and documented

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/frame.tex
include/wx/frame.h
include/wx/gtk/frame.h
include/wx/gtk1/frame.h
include/wx/motif/frame.h
include/wx/msw/frame.h
samples/toolbar/test.cpp
src/common/framecmn.cpp
src/motif/frame.cpp
src/motif/menu.cpp
src/msw/frame.cpp