* Made BTwoDimensionalLayout and BSplitLayout::GetInsets() const.

* Give access to BSplitLayout::SetInsets() and GetInsets() from BSplitView.
* Give access to BSplitView::SetInsets() from BSplitLayoutBuilder and
  LayoutBuilder.
* Some automatic white-space cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31197 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-06-23 10:56:22 +00:00
parent e27f201987
commit 4aeb7a3cc2
9 changed files with 66 additions and 20 deletions
+2 -1
View File
@@ -192,7 +192,8 @@ BSplitLayout::SetInsets(float left, float top, float right, float bottom)
// GetInsets
void
BSplitLayout::GetInsets(float* left, float* top, float* right, float* bottom)
BSplitLayout::GetInsets(float* left, float* top, float* right,
float* bottom) const
{
if (left)
*left = fLeftInset;