Add {Get,Set}ItemVisible() accessors and setters.

This commit is contained in:
Rene Gollent
2011-11-16 22:19:02 -05:00
parent 6d16dcfa0c
commit 6beb27d4a1
4 changed files with 51 additions and 0 deletions
+3
View File
@@ -48,6 +48,9 @@ public:
void SetCollapsible(int32 first, int32 last,
bool collapsible);
bool GetItemVisible(int32 index) const;
void SetItemVisible(int32 index, bool visible);
// void AddChild(BView* child);
void AddChild(BView* child, BView* sibling = NULL);
bool AddChild(BView* child, float weight);