Forward important properties and setters of the private BSplitLayout
in the BSplitView class, related to getting and setting item weights programatically. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40048 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -33,6 +33,11 @@ public:
|
||||
float SplitterSize() const;
|
||||
void SetSplitterSize(float size);
|
||||
|
||||
float ItemWeight(int32 index) const;
|
||||
float ItemWeight(BLayoutItem* item) const;
|
||||
void SetItemWeight(int32 index, float weight,
|
||||
bool invalidateLayout);
|
||||
void SetItemWeight(BLayoutItem* item, float weight);
|
||||
|
||||
void SetCollapsible(bool collapsible);
|
||||
void SetCollapsible(int32 index, bool collapsible);
|
||||
|
||||
Reference in New Issue
Block a user