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:
@@ -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*();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user