Set/get for internal border in book based controls.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-10-18 12:31:11 +00:00
parent afe1376994
commit 159e6235b2
5 changed files with 46 additions and 47 deletions

View File

@@ -16,6 +16,8 @@ All (GUI):
- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
wxComboBox and wxChoice)
- wxWindow::Fit() now works correctly for frames and dialogs too
- added access to the border size between pages and controller in book
based controls (wxBookCtrlBase::Get/SetInternalBorder)
wxMSW: