xref: /haiku/src/tests/add-ons/print/ppd/ui/UIUtils.h (revision 4420c1ceffd7f2246e4303d59cf02ed122980e9d)
1 /*
2  * Copyright 2008, Haiku.
3  * Distributed under the terms of the MIT license.
4  *
5  * Authors:
6  *		Michael Pfeiffer <laplace@users.sourceforge.net>
7  */
8 
9 #ifndef _UI_UTILS_H
10 #define _UI_UTILS_H
11 
12 #include <ListView.h>
13 
14 void MakeEmpty(BListView* list);
15 void RemoveChildren(BView* view);
16 
17 #endif
18 
19