2 * Copyright 2008, Haiku.
3 * Distributed under the terms of the MIT license.
6 * Michael Pfeiffer <laplace@users.sourceforge.net>
11 void MakeEmpty(BListView
* list
)
15 while ((item
= list
->RemoveItem((int32
)0)) != NULL
) {
21 void RemoveChildren(BView
* view
)
25 while ((child
= view
->ChildAt(0)) != NULL
) {