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:
@@ -34,6 +34,9 @@ public:
|
||||
BGroupLayoutBuilder& AddGlue(float weight = 1.0f);
|
||||
BGroupLayoutBuilder& AddStrut(float size);
|
||||
|
||||
BGroupLayoutBuilder& SetInsets(float left, float top, float right,
|
||||
float bottom);
|
||||
|
||||
operator BGroupLayout*();
|
||||
operator BView*();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user