On screens with restricted space, it's useful to be able to add controls
authorJulian Smart <julian@anthemion.co.uk>
Thu, 13 Apr 2006 14:22:32 +0000 (14:22 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 13 Apr 2006 14:22:32 +0000 (14:22 +0000)
commit87cf52d8ac2102b784679e68e764940e84f3b63d
tree1cadd08cbb48862a38a685436b187d173b908c84
parent7a9f5d5a79c176aefe80b48668297207bdd38f1e
On screens with restricted space, it's useful to be able to add controls
to e.g. the wxChoice control of a wxChoicebook. GetControlSizer
allows an app to do that, and we also add a control margin which
may or may not be respected by individual book controls.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/choicebk.tex
include/wx/bookctrl.h
src/common/bookctrl.cpp
src/generic/choicbkg.cpp