Properly integrate the BTabView into a layout tree. Ie, the content will

now resize with the tab view. There is probably a more elegant way overriding
DoLayout(), but this should do for the time being.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28706 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-11-21 00:14:05 +00:00
parent 30ca128ee5
commit 24a0a80b05
2 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ virtual void SetTabHeight(float height);
BView *ViewForTab(int32 tabIndex) const;
private:
void _InitObject(bool layouted = false);
void _InitObject(bool layouted, button_width width);
virtual void _ReservedTabView1();
virtual void _ReservedTabView2();