Add wxPropertyGridPageState::GetColumnFullWidth().
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Aug 2013 13:05:42 +0000 (13:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Aug 2013 13:05:42 +0000 (13:05 +0000)
commit33d953e7481266b8cbe460b05f1454addc6b9929
tree490228cc96c447d39393275d8cc99eb3d99da4ed
parent9869c26285dc51d13607cddaa04f65ce983653a5
Add wxPropertyGridPageState::GetColumnFullWidth().

This method allows to get the full width needed by wxPropertyGrid and is
useful for determining the space to allocate for it, e.g. when creating a
popup showing the property grid, as shown by the changes to the sample.

Closes #15368.

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