Added convenience methods to allow a group or grid layout's insets to be set

while it is being built.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20026 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood
2007-01-31 20:30:20 +00:00
parent d09c0ef980
commit e3e76a3af9
4 changed files with 24 additions and 0 deletions
+3
View File
@@ -28,6 +28,9 @@ public:
BGridLayoutBuilder& SetColumnWeight(int32 column, float weight);
BGridLayoutBuilder& SetRowWeight(int32 row, float weight);
BGridLayoutBuilder& SetInsets(float left, float top, float right,
float bottom);
operator BGridLayout*();
operator BView*();