]> git.saurik.com Git - wxWidgets.git/commit - samples/notebook/notebook.h
Implement wxNotebook::CalcSizeFromPage() for wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Dec 2011 18:19:26 +0000 (18:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Dec 2011 18:19:26 +0000 (18:19 +0000)
commit864181f4f6a135e543c91e24d4a1580455ad242f
treefe954b989c0712ef06af02edf3318966b978a01f
parentb73da1a41bc27c68133f54debbbfe7597c869637
Implement wxNotebook::CalcSizeFromPage() for wxGTK.

The implementation is far from perfect as it relies on hard-coded margins but
is better than nothing as it allows wxNotebook best size determination and
SetPageSize() method to work correctly.

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