* Add new SetInsets() methods to BTwoDimensionalLayout, BSplitView

* Also add equivalent methods to the layout builders in LayoutBuilder.h
* BSplitView now calls BControlLook::ComposeSpacing(), instead of BSplitLayout
* part of #7447


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42077 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alex Wilson
2011-06-09 20:58:52 +00:00
parent cd511790d7
commit 813147df83
6 changed files with 115 additions and 4 deletions
@@ -19,6 +19,8 @@ public:
void SetInsets(float left, float top, float right,
float bottom);
void SetInsets(float horizontal, float vertical);
void SetInsets(float insets);
void GetInsets(float* left, float* top, float* right,
float* bottom) const;